<contourClr> (Contour Color)
This element defines the color for the contour on a shape. The contour of a shape is a solid filled line which surrounds the outer edges of the shape.
<a:sp3d contourW="101600" prstMaterial="plastic">  <a:bevelT w="254000" h="254000"/>  <a:bevelB w="254000" h="254000"/>  <a:contourClr>    <a:schemeClr val="bg1"/>  </a:contourClr></a:sp3d>
In this example, we see a contour defined on a shape with a top and bottom bevel defined. In the image below, the contour is the white ring around the shape.

| Child Elements | Subclause | 
|---|---|
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | 
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Color">
	<sequence>
	<group ref="EG_ColorChoice"/>
	</sequence>
</complexType>