COLOR #9EA89F

HEX: #9EA89F
RGB: (158,168,159)

Color info

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

RGB color model

#9EA89F color RGB value is (158,168,159).

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

RGB channels and saturation

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

158
168
159

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

Portions of RGB colors in percentages

R + G + B =
158 + 168 + 159 = 485 (100%)
R 158 of 485 ~ 32.58%
G 168 of 485 ~ 34.64%
B 159 of 485 ~ 32.78%

%32.58
%34.64
%32.78

CMYK color model

#9EA89F color CMYK value is (6,0,5,34).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 34.12%
CMYK:
(6,0,5,34)
C6M0Y5K34 
(6%,0%,5%,34%)
(0.06/0.00/0.05/0.34)	

CMYK percentages

%5.95
%0
%5.36
%34.12

Codes

Color #9EA89F in popluar color models

9EA89F
RGB158168159
HSL126°5.43%63.92%
HSB/HSV126°5.95%65.88%
CMYK5.95%0.00%5.36%
34.12%

Color #9EA89F in popluar number systems.

HEX9EA89F
Decimal158168159
Binary100111101010100010011111
Octal236250237

Shades and tints

Shades of #9EA89F

#9EA89F
(158,168,159)
#909991
(144,153,145)
#828A83
(130,138,131)
#747B75
(116,123,117)
#666C67
(102,108,103)
#585D59
(88,93,89)
#4A4E4B
(74,78,75)
#3C3F3D
(60,63,61)
#2E302F
(46,48,47)
#202121
(32,33,33)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #9EA89F

#9EA89F
(158,168,159)
#A6AFA7
(166,175,167)
#AEB6AF
(174,182,175)
#B6BDB7
(182,189,183)
#BEC4BF
(190,196,191)
#C6CBC7
(198,203,199)
#CED2CF
(206,210,207)
#D6D9D7
(214,217,215)
#DEE0DF
(222,224,223)
#E6E7E7
(230,231,231)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA89F; }

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

This text font color is #9EA89F.


Background Color

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

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

This div background color is #9EA89F.


Border color

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

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

This div border color is #9EA89F.


Opacity

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

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

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

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

This text has shadow with #9EA89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA89F on black background.


Color preview on white background

This text has color #9EA89F on white background.



Black color preview on #9EA89F background

This text has black color on #9EA89F background.


White color preview on #9EA89F background

This text has white color on #9EA89F background.