#c6bfcb color RGB value is (12, 107, 252).
#c6bfcb hex color red value is 12, green value is 107, and blue value is 252.
Cylindrical-coordinate representations (HSL) of color #c6bfcb
hue: 216.25,
saturation: 0.98 and lightness: 0.52.
The process color (four-color CMYK) of #c6bfcb color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #c6bfcb is #ff9999. Color #c6bfcb contains mainly RED.
| Color spaces of #c6bfcb | Value |
|---|---|
| RGB | 198, 191, 203 |
| HSL | 0.76, 0.1, 0.77 |
| HSV | 275°, 6°, 80° |
| XYZ | 52.7, 53.58, 64.05 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000110 | 10111111 | 11001011 |
| Octal | 306 | 277 | 313 |
| Decimal | 198 | 191 | 203 |
| Hex | C6 | BF | CB |
Shades of #c6bfcb
Tints of #c6bfcb
.mybgColor {background-color: #c6bfcb;}
.myforeColor {color: #c6bfcb;}
.myborderColor {border:3px solid #c6bfcb;}
<p style="color:#c6bfcb">Text here</p>
This sample text is styled with the font color #c6bfcb. 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:#c6bfcb">Div content here</div>
<div style="border:3px solid #c6bfcb">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(198, 191, 203, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #c6bfcb; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #c6bfcb;
-webkit-box-shadow: 1px 1px 3px #c6bfcb;
box-shadow: 1px 1px 3px #c6bfcb; }
<p style="text-shadow: 4px 4px 2px rgba(198, 191, 203, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #c6bfcb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #c6bfcb;
-webkit-box-shadow: 1px 1px 3px #c6bfcb;
box-shadow: 1px 1px 3px #c6bfcb;">Div content here</div>
