COLOR #9E9D7B

HEX: #9E9D7B
RGB: (158,157,123)

Color info

#9E9D7B contains red, green and blue colors in about the same proportion. Web safe color of #9E9D7B is #999966 (or #996).

RGB color model

#9E9D7B color RGB value is (158,157,123).

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

RGB channels and saturation

R 158 of 255 = 62%
G 157 of 255 = 62%
B 123 of 255 = 48%

158
157
123

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

Portions of RGB colors in percentages

R + G + B =
158 + 157 + 123 = 438 (100%)
R 158 of 438 ~ 36.07%
G 157 of 438 ~ 35.84%
B 123 of 438 ~ 28.08%

%36.07
%35.84
%28.08

CMYK color model

#9E9D7B color CMYK value is (0,1,22,38).

  • cyan value is 0.00%
  • magenta value is 0.63%
  • yellow value is 22.15%
  • key color value is 38.04%
CMYK:
(0,1,22,38)
C0M1Y22K38 
(0%,1%,22%,38%)
(0.00/0.01/0.22/0.38)	

CMYK percentages

%0
%0.63
%22.15
%38.04

Codes

Color #9E9D7B in popluar color models

9E9D7B
RGB158157123
HSL58°15.28%55.10%
HSB/HSV58°22.15%61.96%
CMYK0.00%0.63%22.15%
38.04%

Color #9E9D7B in popluar number systems.

HEX9E9D7B
Decimal158157123
Binary10011110100111011111011
Octal236235173

Shades and tints

Shades of #9E9D7B

#9E9D7B
(158,157,123)
#908F70
(144,143,112)
#828165
(130,129,101)
#74735A
(116,115,90)
#66654F
(102,101,79)
#585744
(88,87,68)
#4A4939
(74,73,57)
#3C3B2E
(60,59,46)
#2E2D23
(46,45,35)
#201F18
(32,31,24)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #9E9D7B

#9E9D7B
(158,157,123)
#A6A587
(166,165,135)
#AEAD93
(174,173,147)
#B6B59F
(182,181,159)
#BEBDAB
(190,189,171)
#C6C5B7
(198,197,183)
#CECDC3
(206,205,195)
#D6D5CF
(214,213,207)
#DEDDDB
(222,221,219)
#E6E5E7
(230,229,231)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9D7B; }

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

This text font color is #9E9D7B.


Background Color

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

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

This div background color is #9E9D7B.


Border color

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

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

This div border color is #9E9D7B.


Opacity

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

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

Text with #9E9D7B 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 #9E9D7B;}

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

This text has shadow with #9E9D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9D7B on black background.


Color preview on white background

This text has color #9E9D7B on white background.



Black color preview on #9E9D7B background

This text has black color on #9E9D7B background.


White color preview on #9E9D7B background

This text has white color on #9E9D7B background.