color details

Color Details
#cdccc7 Color Hex

#cdccc7 color RGB value is (12, 220, 204).
#cdccc7 hex color red value is 12, green value is 220, and blue value is 204.
Cylindrical-coordinate representations (HSL) of color #cdccc7 hue: 175.38, saturation: 0.9 and lightness: 0.45.

The process color (four-color CMYK) of #cdccc7 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #cdccc7 is #ff9999. Color #cdccc7 contains mainly RED.

Color Spaces
Color spaces of #cdccc7Value
RGB205, 204, 199
HSL0.14, 0.06, 0.79
HSV50°, 3°, 80°
XYZ57.08, 60.29, 62.65
Base Numbers
Base Red Green Blue
Binary 11001101 11001100 11000111
Octal 315 314 307
Decimal 205 204 199
Hex CD CC C7

RGB Percentages for Color #cdccc7

33.72%
33.55%
32.73%

CMYK Percentages of the Color #cdccc7

0.49%
2.93%
19.61%
CSS Codes for Color #cdccc7
.mybgColor {background-color: #cdccc7;}
.myforeColor {color: #cdccc7;}
.myborderColor {border:3px solid #cdccc7;}
Text Font Color #cdccc7

<p style="color:#cdccc7">Text here</p>

This sample text is styled with the font color #cdccc7. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #cdccc7

<div style="background-color:#cdccc7">Div content here</div>

The background color of this div is #cdccc7
Border Color #cdccc7

<div style="border:3px solid #cdccc7">Div here</div>

The border color of this div is #cdccc7
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(205, 204, 199, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #cdccc7;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #cdccc7;
-webkit-box-shadow: 1px 1px 3px #cdccc7;
box-shadow: 1px 1px 3px #cdccc7;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205, 204, 199, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #cdccc7;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #cdccc7; -webkit-box-shadow: 1px 1px 3px #cdccc7; box-shadow: 1px 1px 3px #cdccc7;">Div content here</div>

This div box has a shadow with a specified color. #cdccc7

Scroll to Top