COLOR #9E8B83

HEX: #9E8B83
RGB: (158,139,131)

Color info

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

RGB color model

#9E8B83 color RGB value is (158,139,131).

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

RGB channels and saturation

R 158 of 255 = 62%
G 139 of 255 = 55%
B 131 of 255 = 51%

158
139
131

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

Portions of RGB colors in percentages

R + G + B =
158 + 139 + 131 = 428 (100%)
R 158 of 428 ~ 36.92%
G 139 of 428 ~ 32.48%
B 131 of 428 ~ 30.61%

%36.92
%32.48
%30.61

CMYK color model

#9E8B83 color CMYK value is (0,12,17,38).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 17.09%
  • key color value is 38.04%
CMYK:
(0,12,17,38)
C0M12Y17K38 
(0%,12%,17%,38%)
(0.00/0.12/0.17/0.38)	

CMYK percentages

%0
%12.03
%17.09
%38.04

Codes

Color #9E8B83 in popluar color models

9E8B83
RGB158139131
HSL18°12.22%56.67%
HSB/HSV18°17.09%61.96%
CMYK0.00%12.03%17.09%
38.04%

Color #9E8B83 in popluar number systems.

HEX9E8B83
Decimal158139131
Binary100111101000101110000011
Octal236213203

Shades and tints

Shades of #9E8B83

#9E8B83
(158,139,131)
#907F78
(144,127,120)
#82736D
(130,115,109)
#746762
(116,103,98)
#665B57
(102,91,87)
#584F4C
(88,79,76)
#4A4341
(74,67,65)
#3C3736
(60,55,54)
#2E2B2B
(46,43,43)
#201F20
(32,31,32)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #9E8B83

#9E8B83
(158,139,131)
#A6958E
(166,149,142)
#AE9F99
(174,159,153)
#B6A9A4
(182,169,164)
#BEB3AF
(190,179,175)
#C6BDBA
(198,189,186)
#CEC7C5
(206,199,197)
#D6D1D0
(214,209,208)
#DEDBDB
(222,219,219)
#E6E5E6
(230,229,230)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8B83; }

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

This text font color is #9E8B83.


Background Color

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

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

This div background color is #9E8B83.


Border color

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

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

This div border color is #9E8B83.


Opacity

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

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

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

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

This text has shadow with #9E8B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8B83 on black background.


Color preview on white background

This text has color #9E8B83 on white background.



Black color preview on #9E8B83 background

This text has black color on #9E8B83 background.


White color preview on #9E8B83 background

This text has white color on #9E8B83 background.