COLOR #9EA08B

HEX: #9EA08B
RGB: (158,160,139)

Color info

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

RGB color model

#9EA08B color RGB value is (158,160,139).

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

RGB channels and saturation

R 158 of 255 = 62%
G 160 of 255 = 63%
B 139 of 255 = 55%

158
160
139

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

Portions of RGB colors in percentages

R + G + B =
158 + 160 + 139 = 457 (100%)
R 158 of 457 ~ 34.57%
G 160 of 457 ~ 35.01%
B 139 of 457 ~ 30.42%

%34.57
%35.01
%30.42

CMYK color model

#9EA08B color CMYK value is (1,0,13,37).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 37.25%
CMYK:
(1,0,13,37)
C1M0Y13K37 
(1%,0%,13%,37%)
(0.01/0.00/0.13/0.37)	

CMYK percentages

%1.25
%0
%13.13
%37.25

Codes

Color #9EA08B in popluar color models

9EA08B
RGB158160139
HSL66°9.95%58.63%
HSB/HSV66°13.13%62.75%
CMYK1.25%0.00%13.13%
37.25%

Color #9EA08B in popluar number systems.

HEX9EA08B
Decimal158160139
Binary100111101010000010001011
Octal236240213

Shades and tints

Shades of #9EA08B

#9EA08B
(158,160,139)
#90927F
(144,146,127)
#828473
(130,132,115)
#747667
(116,118,103)
#66685B
(102,104,91)
#585A4F
(88,90,79)
#4A4C43
(74,76,67)
#3C3E37
(60,62,55)
#2E302B
(46,48,43)
#20221F
(32,34,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #9EA08B

#9EA08B
(158,160,139)
#A6A895
(166,168,149)
#AEB09F
(174,176,159)
#B6B8A9
(182,184,169)
#BEC0B3
(190,192,179)
#C6C8BD
(198,200,189)
#CED0C7
(206,208,199)
#D6D8D1
(214,216,209)
#DEE0DB
(222,224,219)
#E6E8E5
(230,232,229)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA08B; }

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

This text font color is #9EA08B.


Background Color

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

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

This div background color is #9EA08B.


Border color

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

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

This div border color is #9EA08B.


Opacity

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

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

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

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

This text has shadow with #9EA08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA08B on black background.


Color preview on white background

This text has color #9EA08B on white background.



Black color preview on #9EA08B background

This text has black color on #9EA08B background.


White color preview on #9EA08B background

This text has white color on #9EA08B background.