COLOR #9E9D8B

HEX: #9E9D8B
RGB: (158,157,139)

Color info

#9E9D8B contains red, green and blue colors in about the same proportion. Web safe color of #9E9D8B is #999999 (or #999).

RGB color model

#9E9D8B color RGB value is (158,157,139).

  • red value is 158;
  • green value is 157;
  • blue value is 139.
RGB:
(158,157,139)
(62%,62%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 157 of 255 = 62%
B 139 of 255 = 55%

158
157
139

R + G + B ~ 60%. #9E9D8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 157 + 139 = 454 (100%)
R 158 of 454 ~ 34.8%
G 157 of 454 ~ 34.58%
B 139 of 454 ~ 30.62%

%34.8
%34.58
%30.62

CMYK color model

#9E9D8B color CMYK value is (0,1,12,38).

  • cyan value is 0.00%
  • magenta value is 0.63%
  • yellow value is 12.03%
  • key color value is 38.04%
CMYK:
(0,1,12,38)
C0M1Y12K38 
(0%,1%,12%,38%)
(0.00/0.01/0.12/0.38)	

CMYK percentages

%0
%0.63
%12.03
%38.04

Codes

Color #9E9D8B in popluar color models

9E9D8B
RGB158157139
HSL57°8.92%58.24%
HSB/HSV57°12.03%61.96%
CMYK0.00%0.63%12.03%
38.04%

Color #9E9D8B in popluar number systems.

HEX9E9D8B
Decimal158157139
Binary100111101001110110001011
Octal236235213

Shades and tints

Shades of #9E9D8B

#9E9D8B
(158,157,139)
#908F7F
(144,143,127)
#828173
(130,129,115)
#747367
(116,115,103)
#66655B
(102,101,91)
#58574F
(88,87,79)
#4A4943
(74,73,67)
#3C3B37
(60,59,55)
#2E2D2B
(46,45,43)
#201F1F
(32,31,31)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #9E9D8B

#9E9D8B
(158,157,139)
#A6A595
(166,165,149)
#AEAD9F
(174,173,159)
#B6B5A9
(182,181,169)
#BEBDB3
(190,189,179)
#C6C5BD
(198,197,189)
#CECDC7
(206,205,199)
#D6D5D1
(214,213,209)
#DEDDDB
(222,221,219)
#E6E5E5
(230,229,229)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9D8B color. Also use rgb(158,157,139) instead hex code.

Text Font Color

.myTextColor { color: #9E9D8B; }

<p style="color:#9E9D8B">This sample text font color is #9E9D8B.</p>

This text font color is #9E9D8B.


Background Color

.myBgColor { background-color: #9E9D8B; }

<div style="background-color:#9E9D8B">Inner text</div>

This div background color is #9E9D8B.


Border color

.myBorderColor { border: 1px solid #9E9D8B; }

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

This div border color is #9E9D8B.


Opacity

.myOpacity80 { color: #9E9D8B; opacity: 0.8; }

<p style="color:#9E9D8B;opacity:0.8;">80%</p>

Text with #9E9D8B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9E9D8B;}

<p style="text-shadow: 3px 3px 1px #9E9D8B">Text here.</p>

This text has shadow with #9E9D8B color.

.textShadow {text-shadow: 3px 3px 1px #9E9D8B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9E9D8B, 5px 5px 20px red">Text here.</p>

This text has shadow with #9E9D8B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9E9D8B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9E9D8B, Direction=45, Strength=4)">Text</p>

This text has shadow with #9E9D8B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9E9D8B;
  -webkit-box-shadow:	1px 1px 3px 2px #9E9D8B;
  box-shadow:		1px 1px 3px 2px #9E9D8B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9E9D8B;
-webkit-box-shadow: 1px 1px 3px 2px #9E9D8B;
box-shadow:1px 1px 3px 2px #9E9D8B;">
Div content here</div>
This div box has shadow with color #9E9D8B.

Preview

Color preview on black background

This text has color #9E9D8B on black background.


Color preview on white background

This text has color #9E9D8B on white background.



Black color preview on #9E9D8B background

This text has black color on #9E9D8B background.


White color preview on #9E9D8B background

This text has white color on #9E9D8B background.