Color Hex Logo

#9d899b Color Hex

#9D899B
(157,137,155)
0 Favorites   0 Comments

Color spaces of #9d899b

RGB 157137155
HSL0.850.090.58
HSV306°13°62°
CMYK 0.000.130.01   0.38
XYZ28.766727.426034.7879
Yxy27.42600.31620.3014
Hunter Lab52.36986.4027-2.7259
CIE-Lab59.366610.8460-6.7841

#9d899b color RGB value is (157,137,155).

#9d899b hex color red value is 157, green value is 137 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #9d899b hue: 0.85 , saturation: 0.09 and the lightness value of 9d899b is 0.58.

The process color (four color CMYK) of #9d899b color hex is 0.00, 0.13, 0.01, 0.38. Web safe color of #9d899b is #999999. Color #9d899b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10001001 10011011
Octal 235 211 233
Decimal 157 137 155
Hex 9D 89 9B

RGB Percentages of Color #9d899b

%34.97
%30.51
%34.52

CMYK Percentages of Color #9d899b

%0
%13
%1
%38

Triadic Colors of #9d899b

#9d899b #9b9d89 #899b9d

Analogous Colors of #9d899b

#9d899b #9d8991 #95899d

Monochromatic Colors of #9d899b

#9d899b

Complementary Color

#9d899b #899d8b

#9d899b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d899b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d899b Color CSS Codes

.mybgcolor {background-color:#9d899b; } 
.myforecolor {color:#9d899b; }
.mybordercolor {border:3px solid #9d899b; }

#9d899b Text Font Color

<p style="color:#9d899b">Text here</p>

This sample text font color is #9d899b
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.


#9d899b Background Color

<div style="background-color:#9d899b">
Div content here</div>

This div background color is #9d899b


#9d899b Border Color

<div style="border:3px solid #9d899b">
Div here</div>

This div border color is #9d899b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,137,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d899b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d899b;
  -webkit-box-shadow: 1px 1px 3px 2px #9d899b;
  box-shadow:         1px 1px 3px 2px #9d899b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,137,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9d899b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9d899b;
  -webkit-box-shadow: 1px 1px 3px 2px #9d899b;
  box-shadow:         1px 1px 3px 2px #9d899b;">
Div content here</div>

This div box has shadow with color #9d899b


Comments

No comments written yet.

Please login to write comment.