COLOR #9EA395

HEX: #9EA395
RGB: (158,163,149)

Color info

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

RGB color model

#9EA395 color RGB value is (158,163,149).

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

RGB channels and saturation

R 158 of 255 = 62%
G 163 of 255 = 64%
B 149 of 255 = 58%

158
163
149

R + G + B ~ 61%. #9EA395 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 163 + 149 = 470 (100%)
R 158 of 470 ~ 33.62%
G 163 of 470 ~ 34.68%
B 149 of 470 ~ 31.7%

%33.62
%34.68
%31.7

CMYK color model

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

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 36.08%
CMYK:
(3,0,9,36)
C3M0Y9K36 
(3%,0%,9%,36%)
(0.03/0.00/0.09/0.36)	

CMYK percentages

%3.07
%0
%8.59
%36.08

Codes

Color #9EA395 in popluar color models

9EA395
RGB158163149
HSL81°7.07%61.18%
HSB/HSV81°8.59%63.92%
CMYK3.07%0.00%8.59%
36.08%

Color #9EA395 in popluar number systems.

HEX9EA395
Decimal158163149
Binary100111101010001110010101
Octal236243225

Shades and tints

Shades of #9EA395

#9EA395
(158,163,149)
#909588
(144,149,136)
#82877B
(130,135,123)
#74796E
(116,121,110)
#666B61
(102,107,97)
#585D54
(88,93,84)
#4A4F47
(74,79,71)
#3C413A
(60,65,58)
#2E332D
(46,51,45)
#202520
(32,37,32)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #9EA395

#9EA395
(158,163,149)
#A6AB9E
(166,171,158)
#AEB3A7
(174,179,167)
#B6BBB0
(182,187,176)
#BEC3B9
(190,195,185)
#C6CBC2
(198,203,194)
#CED3CB
(206,211,203)
#D6DBD4
(214,219,212)
#DEE3DD
(222,227,221)
#E6EBE6
(230,235,230)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA395; }

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

This text font color is #9EA395.


Background Color

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

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

This div background color is #9EA395.


Border color

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

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

This div border color is #9EA395.


Opacity

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

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

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

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

This text has shadow with #9EA395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA395 on black background.


Color preview on white background

This text has color #9EA395 on white background.



Black color preview on #9EA395 background

This text has black color on #9EA395 background.


White color preview on #9EA395 background

This text has white color on #9EA395 background.