COLOR #9EA79A

HEX: #9EA79A
RGB: (158,167,154)

Color info

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

RGB color model

#9EA79A color RGB value is (158,167,154).

  • red value is 158;
  • green value is 167;
  • blue value is 154.
RGB:
(158,167,154)
(62%,65%,60%)

RGB channels and saturation

R 158 of 255 = 62%
G 167 of 255 = 65%
B 154 of 255 = 60%

158
167
154

R + G + B ~ 62%. #9EA79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 167 + 154 = 479 (100%)
R 158 of 479 ~ 32.99%
G 167 of 479 ~ 34.86%
B 154 of 479 ~ 32.15%

%32.99
%34.86
%32.15

CMYK color model

#9EA79A color CMYK value is (5,0,8,35).

  • cyan value is 5.39%
  • magenta value is 0.00%
  • yellow value is 7.78%
  • key color value is 34.51%
CMYK:
(5,0,8,35)
C5M0Y8K35 
(5%,0%,8%,35%)
(0.05/0.00/0.08/0.35)	

CMYK percentages

%5.39
%0
%7.78
%34.51

Codes

Color #9EA79A in popluar color models

9EA79A
RGB158167154
HSL102°6.88%62.94%
HSB/HSV102°7.78%65.49%
CMYK5.39%0.00%7.78%
34.51%

Color #9EA79A in popluar number systems.

HEX9EA79A
Decimal158167154
Binary100111101010011110011010
Octal236247232

Shades and tints

Shades of #9EA79A

#9EA79A
(158,167,154)
#90988C
(144,152,140)
#82897E
(130,137,126)
#747A70
(116,122,112)
#666B62
(102,107,98)
#585C54
(88,92,84)
#4A4D46
(74,77,70)
#3C3E38
(60,62,56)
#2E2F2A
(46,47,42)
#20201C
(32,32,28)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #9EA79A

#9EA79A
(158,167,154)
#A6AFA3
(166,175,163)
#AEB7AC
(174,183,172)
#B6BFB5
(182,191,181)
#BEC7BE
(190,199,190)
#C6CFC7
(198,207,199)
#CED7D0
(206,215,208)
#D6DFD9
(214,223,217)
#DEE7E2
(222,231,226)
#E6EFEB
(230,239,235)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA79A color. Also use rgb(158,167,154) instead hex code.

Text Font Color

.myTextColor { color: #9EA79A; }

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

This text font color is #9EA79A.


Background Color

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

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

This div background color is #9EA79A.


Border color

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

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

This div border color is #9EA79A.


Opacity

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

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

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

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

This text has shadow with #9EA79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA79A on black background.


Color preview on white background

This text has color #9EA79A on white background.



Black color preview on #9EA79A background

This text has black color on #9EA79A background.


White color preview on #9EA79A background

This text has white color on #9EA79A background.