#ccbd8f color RGB value is (12, 203, 216).
#ccbd8f hex color red value is 12, green value is 203, and blue value is 216.
Cylindrical-coordinate representations (HSL) of color #ccbd8f
hue: 183.82,
saturation: 0.89 and lightness: 0.45.
The process color (four-color CMYK) of #ccbd8f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ccbd8f is #ff9999. Color #ccbd8f contains mainly RED.
| Color spaces of #ccbd8f | Value |
|---|---|
| RGB | 204, 189, 143 |
| HSL | 0.13, 0.37, 0.68 |
| HSV | 45°, 30°, 80° |
| XYZ | 48.06, 51.22, 33.34 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001100 | 10111101 | 10001111 |
| Octal | 314 | 275 | 217 |
| Decimal | 204 | 189 | 143 |
| Hex | CC | BD | 8F |
Shades of #ccbd8f
Tints of #ccbd8f
.mybgColor {background-color: #ccbd8f;}
.myforeColor {color: #ccbd8f;}
.myborderColor {border:3px solid #ccbd8f;}
<p style="color:#ccbd8f">Text here</p>
This sample text is styled with the font color #ccbd8f. 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,
<div style="background-color:#ccbd8f">Div content here</div>
<div style="border:3px solid #ccbd8f">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(204, 189, 143, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ccbd8f; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ccbd8f;
-webkit-box-shadow: 1px 1px 3px #ccbd8f;
box-shadow: 1px 1px 3px #ccbd8f; }
<p style="text-shadow: 4px 4px 2px rgba(204, 189, 143, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ccbd8f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ccbd8f;
-webkit-box-shadow: 1px 1px 3px #ccbd8f;
box-shadow: 1px 1px 3px #ccbd8f;">Div content here</div>
