Color spaces of #99bbac
RGB | 153 | 187 | 172 |
---|---|---|---|
HSL | 0.43 | 0.20 | 0.67 |
HSV | 154° | 18° | 73° |
CMYK | 0.18 | 0.00 | 0.08 0.27 |
XYZ | 38.3536 | 45.2915 | 45.7504 |
Yxy | 45.2915 | 0.2964 | 0.3500 |
Hunter Lab | 67.2990 | -16.0462 | 6.8034 |
CIE-Lab | 73.0834 | -14.4989 | 3.7933 |
#99bbac color RGB value is (153,187,172).
#99bbac hex color red value is 153, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #99bbac hue: 0.43 , saturation: 0.20 and the lightness value of 99bbac is 0.67.
The process color (four color CMYK) of #99bbac color hex is 0.18, 0.00, 0.08, 0.27. Web safe color of #99bbac is #99cc99. Color #99bbac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 10111011 | 10101100 |
Octal | 231 | 273 | 254 |
Decimal | 153 | 187 | 172 |
Hex | 99 | BB | AC |
Shades of #99bbac
Tints of #99bbac
RGB Percentages of Color #99bbac
CMYK Percentages of Color #99bbac
Complementary Color
#99bbac | #bb99a8 |
#99bbac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99bbac Color Preview on White Background
Lorem ipsum dolor sit amet.
#99bbac Color CSS Codes
.mybgcolor {background-color:#99bbac; } .myforecolor {color:#99bbac; } .mybordercolor {border:3px solid #99bbac; }
#99bbac Text Font Color
<p style="color:#99bbac">Text here</p>
This sample text font color is #99bbac
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.
#99bbac Background Color
<div style="background-color:#99bbac">
Div content here</div>
This div background color is #99bbac
#99bbac Border Color
<div style="border:3px solid #99bbac">
Div here</div>
This div border color is #99bbac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,187,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99bbac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99bbac; -webkit-box-shadow: 1px 1px 3px 2px #99bbac; box-shadow: 1px 1px 3px 2px #99bbac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,187,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99bbac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99bbac; -webkit-box-shadow: 1px 1px 3px 2px #99bbac; box-shadow: 1px 1px 3px 2px #99bbac;">
Div content here</div>
This div box has shadow with color #99bbac
Comments
No comments written yet.
Please login to write comment.