Color spaces of #97bbbe
RGB | 151 | 187 | 190 |
---|---|---|---|
HSL | 0.51 | 0.23 | 0.67 |
HSV | 185° | 21° | 75° |
CMYK | 0.21 | 0.02 | 0.00 0.25 |
XYZ | 39.8271 | 45.8377 | 55.4636 |
Yxy | 45.8377 | 0.2822 | 0.3248 |
Hunter Lab | 67.7035 | -13.4773 | -1.1786 |
CIE-Lab | 73.4401 | -11.3639 | -5.5203 |
#97bbbe color RGB value is (151,187,190).
#97bbbe hex color red value is 151, green value is 187 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #97bbbe hue: 0.51 , saturation: 0.23 and the lightness value of 97bbbe is 0.67.
The process color (four color CMYK) of #97bbbe color hex is 0.21, 0.02, 0.00, 0.25. Web safe color of #97bbbe is #99cccc. Color #97bbbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10111011 | 10111110 |
Octal | 227 | 273 | 276 |
Decimal | 151 | 187 | 190 |
Hex | 97 | BB | BE |
Shades of #97bbbe
Tints of #97bbbe
RGB Percentages of Color #97bbbe
CMYK Percentages of Color #97bbbe
Complementary Color
#97bbbe | #be9a97 |
#97bbbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#97bbbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#97bbbe Color CSS Codes
.mybgcolor {background-color:#97bbbe; } .myforecolor {color:#97bbbe; } .mybordercolor {border:3px solid #97bbbe; }
#97bbbe Text Font Color
<p style="color:#97bbbe">Text here</p>
This sample text font color is #97bbbe
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.
#97bbbe Background Color
<div style="background-color:#97bbbe">
Div content here</div>
This div background color is #97bbbe
#97bbbe Border Color
<div style="border:3px solid #97bbbe">
Div here</div>
This div border color is #97bbbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,187,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #97bbbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #97bbbe; -webkit-box-shadow: 1px 1px 3px 2px #97bbbe; box-shadow: 1px 1px 3px 2px #97bbbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,187,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #97bbbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #97bbbe; -webkit-box-shadow: 1px 1px 3px 2px #97bbbe; box-shadow: 1px 1px 3px 2px #97bbbe;">
Div content here</div>
This div box has shadow with color #97bbbe
Comments
No comments written yet.
Please login to write comment.