color details

Color Details
#c6bfcb Color Hex

#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
Color spaces of #c6bfcbValue
RGB198, 191, 203
HSL0.76, 0.1, 0.77
HSV275°, 6°, 80°
XYZ52.7, 53.58, 64.05
Base Numbers
Base Red Green Blue
Binary 11000110 10111111 11001011
Octal 306 277 313
Decimal 198 191 203
Hex C6 BF CB

RGB Percentages for Color #c6bfcb

33.45%
32.26%
34.29%

CMYK Percentages of the Color #c6bfcb

2.46%
5.91%
20.39%
CSS Codes for Color #c6bfcb
.mybgColor {background-color: #c6bfcb;}
.myforeColor {color: #c6bfcb;}
.myborderColor {border:3px solid #c6bfcb;}
Text Font Color #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,

Background Color #c6bfcb

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

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

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

The border color of this div is #c6bfcb
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198, 191, 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 #c6bfcb;">Text here</p>

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

Shadow Div Box

<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>

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

Scroll to Top