COLOR #9EA08F

HEX: #9EA08F
RGB: (158,160,143)

Color info

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

RGB color model

#9EA08F color RGB value is (158,160,143).

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

RGB channels and saturation

R 158 of 255 = 62%
G 160 of 255 = 63%
B 143 of 255 = 56%

158
160
143

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

Portions of RGB colors in percentages

R + G + B =
158 + 160 + 143 = 461 (100%)
R 158 of 461 ~ 34.27%
G 160 of 461 ~ 34.71%
B 143 of 461 ~ 31.02%

%34.27
%34.71
%31.02

CMYK color model

#9EA08F color CMYK value is (1,0,11,37).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 37.25%
CMYK:
(1,0,11,37)
C1M0Y11K37 
(1%,0%,11%,37%)
(0.01/0.00/0.11/0.37)	

CMYK percentages

%1.25
%0
%10.63
%37.25

Codes

Color #9EA08F in popluar color models

9EA08F
RGB158160143
HSL67°8.21%59.41%
HSB/HSV67°10.63%62.75%
CMYK1.25%0.00%10.63%
37.25%

Color #9EA08F in popluar number systems.

HEX9EA08F
Decimal158160143
Binary100111101010000010001111
Octal236240217

Shades and tints

Shades of #9EA08F

#9EA08F
(158,160,143)
#909282
(144,146,130)
#828475
(130,132,117)
#747668
(116,118,104)
#66685B
(102,104,91)
#585A4E
(88,90,78)
#4A4C41
(74,76,65)
#3C3E34
(60,62,52)
#2E3027
(46,48,39)
#20221A
(32,34,26)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #9EA08F

#9EA08F
(158,160,143)
#A6A899
(166,168,153)
#AEB0A3
(174,176,163)
#B6B8AD
(182,184,173)
#BEC0B7
(190,192,183)
#C6C8C1
(198,200,193)
#CED0CB
(206,208,203)
#D6D8D5
(214,216,213)
#DEE0DF
(222,224,223)
#E6E8E9
(230,232,233)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA08F; }

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

This text font color is #9EA08F.


Background Color

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

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

This div background color is #9EA08F.


Border color

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

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

This div border color is #9EA08F.


Opacity

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

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

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

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

This text has shadow with #9EA08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA08F on black background.


Color preview on white background

This text has color #9EA08F on white background.



Black color preview on #9EA08F background

This text has black color on #9EA08F background.


White color preview on #9EA08F background

This text has white color on #9EA08F background.