COLOR #9EA39F

HEX: #9EA39F
RGB: (158,163,159)

Color info

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

RGB color model

#9EA39F color RGB value is (158,163,159).

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

RGB channels and saturation

R 158 of 255 = 62%
G 163 of 255 = 64%
B 159 of 255 = 62%

158
163
159

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

Portions of RGB colors in percentages

R + G + B =
158 + 163 + 159 = 480 (100%)
R 158 of 480 ~ 32.92%
G 163 of 480 ~ 33.96%
B 159 of 480 ~ 33.13%

%32.92
%33.96
%33.13

CMYK color model

#9EA39F color CMYK value is (3,0,2,36).

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 2.45%
  • key color value is 36.08%
CMYK:
(3,0,2,36)
C3M0Y2K36 
(3%,0%,2%,36%)
(0.03/0.00/0.02/0.36)	

CMYK percentages

%3.07
%0
%2.45
%36.08

Codes

Color #9EA39F in popluar color models

9EA39F
RGB158163159
HSL132°2.65%62.94%
HSB/HSV132°3.07%63.92%
CMYK3.07%0.00%2.45%
36.08%

Color #9EA39F in popluar number systems.

HEX9EA39F
Decimal158163159
Binary100111101010001110011111
Octal236243237

Shades and tints

Shades of #9EA39F

#9EA39F
(158,163,159)
#909591
(144,149,145)
#828783
(130,135,131)
#747975
(116,121,117)
#666B67
(102,107,103)
#585D59
(88,93,89)
#4A4F4B
(74,79,75)
#3C413D
(60,65,61)
#2E332F
(46,51,47)
#202521
(32,37,33)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #9EA39F

#9EA39F
(158,163,159)
#A6ABA7
(166,171,167)
#AEB3AF
(174,179,175)
#B6BBB7
(182,187,183)
#BEC3BF
(190,195,191)
#C6CBC7
(198,203,199)
#CED3CF
(206,211,207)
#D6DBD7
(214,219,215)
#DEE3DF
(222,227,223)
#E6EBE7
(230,235,231)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA39F; }

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

This text font color is #9EA39F.


Background Color

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

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

This div background color is #9EA39F.


Border color

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

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

This div border color is #9EA39F.


Opacity

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

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

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

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

This text has shadow with #9EA39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA39F on black background.


Color preview on white background

This text has color #9EA39F on white background.



Black color preview on #9EA39F background

This text has black color on #9EA39F background.


White color preview on #9EA39F background

This text has white color on #9EA39F background.