Color spaces of #c6bdcf
RGB | 198 | 189 | 207 |
---|---|---|---|
HSL | 0.75 | 0.16 | 0.78 |
HSV | 270° | 9° | 81° |
CMYK | 0.04 | 0.09 | 0.00 0.19 |
XYZ | 52.7488 | 52.9060 | 66.4632 |
Yxy | 52.9060 | 0.3065 | 0.3074 |
Hunter Lab | 72.7365 | 2.1600 | -3.2609 |
CIE-Lab | 77.8195 | 6.4981 | -7.8988 |
#c6bdcf color RGB value is (198,189,207).
#c6bdcf hex color red value is 198, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c6bdcf hue: 0.75 , saturation: 0.16 and the lightness value of c6bdcf is 0.78.
The process color (four color CMYK) of #c6bdcf color hex is 0.04, 0.09, 0.00, 0.19. Web safe color of #c6bdcf is #cccccc. Color #c6bdcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10111101 | 11001111 |
Octal | 306 | 275 | 317 |
Decimal | 198 | 189 | 207 |
Hex | C6 | BD | CF |
Shades of #c6bdcf
Tints of #c6bdcf
RGB Percentages of Color #c6bdcf
CMYK Percentages of Color #c6bdcf
Complementary Color
#c6bdcf | #c6cfbd |
#c6bdcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6bdcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6bdcf Color CSS Codes
.mybgcolor {background-color:#c6bdcf; } .myforecolor {color:#c6bdcf; } .mybordercolor {border:3px solid #c6bdcf; }
#c6bdcf Text Font Color
<p style="color:#c6bdcf">Text here</p>
This sample text font color is #c6bdcf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c6bdcf Background Color
<div style="background-color:#c6bdcf">
Div content here</div>
This div background color is #c6bdcf
#c6bdcf Border Color
<div style="border:3px solid #c6bdcf">
Div here</div>
This div border color is #c6bdcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,189,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6bdcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6bdcf; -webkit-box-shadow: 1px 1px 3px 2px #c6bdcf; box-shadow: 1px 1px 3px 2px #c6bdcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,189,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6bdcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6bdcf; -webkit-box-shadow: 1px 1px 3px 2px #c6bdcf; box-shadow: 1px 1px 3px 2px #c6bdcf;">
Div content here</div>
This div box has shadow with color #c6bdcf
Comments
No comments written yet.
Please login to write comment.