#C87B97 color RGB value is (12, 135, 185).
#C87B97 hex color red value is 12, green value is 135, and blue value is 185.
Cylindrical-coordinate representations (HSL) of color #C87B97
hue: 197.34,
saturation: 0.88 and lightness: 0.39.
The process color (four-color CMYK) of #C87B97 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #C87B97 is #ff9999. Color #C87B97 contains mainly RED.
Color spaces of #C87B97 | Value |
---|---|
RGB | 200, 123, 151 |
HSL | 0.94, 0.41, 0.63 |
HSV | 338°, 39°, 78° |
XYZ | 36.49, 28.68, 32.89 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 1111011 | 10010111 |
Octal | 310 | 173 | 227 |
Decimal | 200 | 123 | 151 |
Hex | C8 | 7B | 97 |
Shades of #C87B97
Tints of #C87B97
.mybgColor {background-color: #C87B97;} .myforeColor {color: #C87B97;} .myborderColor {border:3px solid #C87B97;}
<p style="color:#C87B97">Text here</p>
This sample text is styled with the font color #C87B97. 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:#C87B97">Div content here</div>
<div style="border:3px solid #C87B97">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200, 123, 151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #C87B97; } .divShadow { -moz-box-shadow: 1px 1px 3px #C87B97; -webkit-box-shadow: 1px 1px 3px #C87B97; box-shadow: 1px 1px 3px #C87B97; }
<p style="text-shadow: 4px 4px 2px rgba(200, 123, 151, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #C87B97;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #C87B97;
-webkit-box-shadow: 1px 1px 3px #C87B97;
box-shadow: 1px 1px 3px #C87B97;">Div content here</div>