Color spaces of #cbd1ba
RGB | 203 | 209 | 186 |
---|---|---|---|
HSL | 0.21 | 0.20 | 0.77 |
HSV | 76° | 11° | 82° |
CMYK | 0.03 | 0.00 | 0.11 0.18 |
XYZ | 56.2920 | 61.8426 | 55.4243 |
Yxy | 61.8426 | 0.3243 | 0.3563 |
Hunter Lab | 78.6401 | -9.8465 | 13.2614 |
CIE-Lab | 82.8296 | -6.0961 | 10.7063 |
#cbd1ba color RGB value is (203,209,186).
#cbd1ba hex color red value is 203, green value is 209 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cbd1ba hue: 0.21 , saturation: 0.20 and the lightness value of cbd1ba is 0.77.
The process color (four color CMYK) of #cbd1ba color hex is 0.03, 0.00, 0.11, 0.18. Web safe color of #cbd1ba is #cccccc. Color #cbd1ba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11010001 | 10111010 |
Octal | 313 | 321 | 272 |
Decimal | 203 | 209 | 186 |
Hex | CB | D1 | BA |
Shades of #cbd1ba
Tints of #cbd1ba
RGB Percentages of Color #cbd1ba
CMYK Percentages of Color #cbd1ba
Complementary Color
#cbd1ba | #c0bad1 |
#cbd1ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd1ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd1ba Color CSS Codes
.mybgcolor {background-color:#cbd1ba; } .myforecolor {color:#cbd1ba; } .mybordercolor {border:3px solid #cbd1ba; }
#cbd1ba Text Font Color
<p style="color:#cbd1ba">Text here</p>
This sample text font color is #cbd1ba
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.
#cbd1ba Background Color
<div style="background-color:#cbd1ba">
Div content here</div>
This div background color is #cbd1ba
#cbd1ba Border Color
<div style="border:3px solid #cbd1ba">
Div here</div>
This div border color is #cbd1ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,209,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd1ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd1ba; -webkit-box-shadow: 1px 1px 3px 2px #cbd1ba; box-shadow: 1px 1px 3px 2px #cbd1ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,209,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd1ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd1ba; -webkit-box-shadow: 1px 1px 3px 2px #cbd1ba; box-shadow: 1px 1px 3px 2px #cbd1ba;">
Div content here</div>
This div box has shadow with color #cbd1ba
Comments
No comments written yet.
Please login to write comment.