color details

Color Details
#c5cacb Color Hex

#c5cacb color RGB value is (12, 92, 172).
#c5cacb hex color red value is 12, green value is 92, and blue value is 172.
Cylindrical-coordinate representations (HSL) of color #c5cacb hue: 210, saturation: 0.87 and lightness: 0.36.

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

Color Spaces
Color spaces of #c5cacbValue
RGB197, 202, 203
HSL0.53, 0.05, 0.78
HSV190°, 3°, 80°
XYZ54.92, 58.42, 64.87
Base Numbers
Base Red Green Blue
Binary 11000101 11001010 11001011
Octal 305 312 313
Decimal 197 202 203
Hex C5 CA CB

RGB Percentages for Color #c5cacb

32.72%
33.55%
33.72%

CMYK Percentages of the Color #c5cacb

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

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

This sample text is styled with the font color #c5cacb. 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 #c5cacb

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(197, 202, 203, 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 #c5cacb;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top