COLOR #9EA99F

HEX: #9EA99F
RGB: (158,169,159)

Color info

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

RGB color model

#9EA99F color RGB value is (158,169,159).

  • red value is 158;
  • green value is 169;
  • blue value is 159.
RGB:
(158,169,159)
(62%,66%,62%)

RGB channels and saturation

R 158 of 255 = 62%
G 169 of 255 = 66%
B 159 of 255 = 62%

158
169
159

R + G + B ~ 63%. #9EA99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 169 + 159 = 486 (100%)
R 158 of 486 ~ 32.51%
G 169 of 486 ~ 34.77%
B 159 of 486 ~ 32.72%

%32.51
%34.77
%32.72

CMYK color model

#9EA99F color CMYK value is (7,0,6,34).

  • cyan value is 6.51%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 33.73%
CMYK:
(7,0,6,34)
C7M0Y6K34 
(7%,0%,6%,34%)
(0.07/0.00/0.06/0.34)	

CMYK percentages

%6.51
%0
%5.92
%33.73

Codes

Color #9EA99F in popluar color models

9EA99F
RGB158169159
HSL125°6.01%64.12%
HSB/HSV125°6.51%66.27%
CMYK6.51%0.00%5.92%
33.73%

Color #9EA99F in popluar number systems.

HEX9EA99F
Decimal158169159
Binary100111101010100110011111
Octal236251237

Shades and tints

Shades of #9EA99F

#9EA99F
(158,169,159)
#909A91
(144,154,145)
#828B83
(130,139,131)
#747C75
(116,124,117)
#666D67
(102,109,103)
#585E59
(88,94,89)
#4A4F4B
(74,79,75)
#3C403D
(60,64,61)
#2E312F
(46,49,47)
#202221
(32,34,33)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #9EA99F

#9EA99F
(158,169,159)
#A6B0A7
(166,176,167)
#AEB7AF
(174,183,175)
#B6BEB7
(182,190,183)
#BEC5BF
(190,197,191)
#C6CCC7
(198,204,199)
#CED3CF
(206,211,207)
#D6DAD7
(214,218,215)
#DEE1DF
(222,225,223)
#E6E8E7
(230,232,231)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA99F color. Also use rgb(158,169,159) instead hex code.

Text Font Color

.myTextColor { color: #9EA99F; }

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

This text font color is #9EA99F.


Background Color

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

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

This div background color is #9EA99F.


Border color

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

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

This div border color is #9EA99F.


Opacity

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

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

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

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

This text has shadow with #9EA99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA99F on black background.


Color preview on white background

This text has color #9EA99F on white background.



Black color preview on #9EA99F background

This text has black color on #9EA99F background.


White color preview on #9EA99F background

This text has white color on #9EA99F background.