Color spaces of #c6bacf
RGB | 198 | 186 | 207 |
---|---|---|---|
HSL | 0.76 | 0.18 | 0.77 |
HSV | 274° | 10° | 81° |
CMYK | 0.04 | 0.10 | 0.00 0.19 |
XYZ | 52.1101 | 51.6286 | 66.2503 |
Yxy | 51.6286 | 0.3065 | 0.3037 |
Hunter Lab | 71.8530 | 3.7110 | -4.3697 |
CIE-Lab | 77.0582 | 8.1142 | -9.0299 |
#c6bacf color RGB value is (198,186,207).
#c6bacf hex color red value is 198, green value is 186 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c6bacf hue: 0.76 , saturation: 0.18 and the lightness value of c6bacf is 0.77.
The process color (four color CMYK) of #c6bacf color hex is 0.04, 0.10, 0.00, 0.19. Web safe color of #c6bacf is #cccccc. Color #c6bacf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10111010 | 11001111 |
Octal | 306 | 272 | 317 |
Decimal | 198 | 186 | 207 |
Hex | C6 | BA | CF |
Shades of #c6bacf
Tints of #c6bacf
RGB Percentages of Color #c6bacf
CMYK Percentages of Color #c6bacf
Complementary Color
#c6bacf | #c3cfba |
#c6bacf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6bacf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6bacf Color CSS Codes
.mybgcolor {background-color:#c6bacf; } .myforecolor {color:#c6bacf; } .mybordercolor {border:3px solid #c6bacf; }
#c6bacf Text Font Color
<p style="color:#c6bacf">Text here</p>
This sample text font color is #c6bacf
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.
#c6bacf Background Color
<div style="background-color:#c6bacf">
Div content here</div>
This div background color is #c6bacf
#c6bacf Border Color
<div style="border:3px solid #c6bacf">
Div here</div>
This div border color is #c6bacf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,186,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6bacf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6bacf; -webkit-box-shadow: 1px 1px 3px 2px #c6bacf; box-shadow: 1px 1px 3px 2px #c6bacf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,186,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 #c6bacf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6bacf; -webkit-box-shadow: 1px 1px 3px 2px #c6bacf; box-shadow: 1px 1px 3px 2px #c6bacf;">
Div content here</div>
This div box has shadow with color #c6bacf
Comments
No comments written yet.
Please login to write comment.