Color spaces of #9b807e
RGB | 155 | 128 | 126 |
---|---|---|---|
HSL | 0.01 | 0.13 | 0.55 |
HSV | 4° | 19° | 61° |
CMYK | 0.00 | 0.17 | 0.19 0.39 |
XYZ | 25.0026 | 23.9133 | 23.0366 |
Yxy | 23.9133 | 0.3475 | 0.3323 |
Hunter Lab | 48.9012 | 5.6877 | 6.3003 |
CIE-Lab | 56.0009 | 10.0217 | 4.9651 |
#9b807e color RGB value is (155,128,126).
#9b807e hex color red value is 155, green value is 128 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #9b807e hue: 0.01 , saturation: 0.13 and the lightness value of 9b807e is 0.55.
The process color (four color CMYK) of #9b807e color hex is 0.00, 0.17, 0.19, 0.39. Web safe color of #9b807e is #999966. Color #9b807e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 10000000 | 01111110 |
Octal | 233 | 200 | 176 |
Decimal | 155 | 128 | 126 |
Hex | 9B | 80 | 7E |
Shades of #9b807e
Tints of #9b807e
RGB Percentages of Color #9b807e
CMYK Percentages of Color #9b807e
Complementary Color
#9b807e | #7e999b |
#9b807e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9b807e Color Preview on White Background
Lorem ipsum dolor sit amet.
#9b807e Color CSS Codes
.mybgcolor {background-color:#9b807e; } .myforecolor {color:#9b807e; } .mybordercolor {border:3px solid #9b807e; }
#9b807e Text Font Color
<p style="color:#9b807e">Text here</p>
This sample text font color is #9b807e
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.
#9b807e Background Color
<div style="background-color:#9b807e">
Div content here</div>
This div background color is #9b807e
#9b807e Border Color
<div style="border:3px solid #9b807e">
Div here</div>
This div border color is #9b807e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,128,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9b807e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9b807e; -webkit-box-shadow: 1px 1px 3px 2px #9b807e; box-shadow: 1px 1px 3px 2px #9b807e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,128,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9b807e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9b807e; -webkit-box-shadow: 1px 1px 3px 2px #9b807e; box-shadow: 1px 1px 3px 2px #9b807e;">
Div content here</div>
This div box has shadow with color #9b807e
Comments
No comments written yet.
Please login to write comment.