color details

Color Details
#cbc7c5 Color Hex

#cbc7c5 color RGB value is (12, 188, 124).
#cbc7c5 hex color red value is 12, green value is 188, and blue value is 124.
Cylindrical-coordinate representations (HSL) of color #cbc7c5 hue: 158.18, saturation: 0.88 and lightness: 0.39.

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

Color Spaces
Color spaces of #cbc7c5Value
RGB203, 199, 197
HSL0.06, 0.05, 0.78
HSV20°, 3°, 80°
XYZ55.13, 57.57, 61.02
Base Numbers
Base Red Green Blue
Binary 11001011 11000111 11000101
Octal 313 307 305
Decimal 203 199 197
Hex CB C7 C5

RGB Percentages for Color #cbc7c5

33.89%
33.22%
32.89%

CMYK Percentages of the Color #cbc7c5

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top