COLOR #9EA975

HEX: #9EA975
RGB: (158,169,117)

Color info

#9EA975 contains red, green and blue colors in about the same proportion. Web safe color of #9EA975 is #999966 (or #996).

RGB color model

#9EA975 color RGB value is (158,169,117).

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

RGB channels and saturation

R 158 of 255 = 62%
G 169 of 255 = 66%
B 117 of 255 = 46%

158
169
117

R + G + B ~ 58%. #9EA975 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 169 + 117 = 444 (100%)
R 158 of 444 ~ 35.59%
G 169 of 444 ~ 38.06%
B 117 of 444 ~ 26.35%

%35.59
%38.06
%26.35

CMYK color model

#9EA975 color CMYK value is (7,0,31,34).

  • cyan value is 6.51%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 33.73%
CMYK:
(7,0,31,34)
C7M0Y31K34 
(7%,0%,31%,34%)
(0.07/0.00/0.31/0.34)	

CMYK percentages

%6.51
%0
%30.77
%33.73

Codes

Color #9EA975 in popluar color models

9EA975
RGB158169117
HSL73°23.21%56.08%
HSB/HSV73°30.77%66.27%
CMYK6.51%0.00%30.77%
33.73%

Color #9EA975 in popluar number systems.

HEX9EA975
Decimal158169117
Binary10011110101010011110101
Octal236251165

Shades and tints

Shades of #9EA975

#9EA975
(158,169,117)
#909A6B
(144,154,107)
#828B61
(130,139,97)
#747C57
(116,124,87)
#666D4D
(102,109,77)
#585E43
(88,94,67)
#4A4F39
(74,79,57)
#3C402F
(60,64,47)
#2E3125
(46,49,37)
#20221B
(32,34,27)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #9EA975

#9EA975
(158,169,117)
#A6B081
(166,176,129)
#AEB78D
(174,183,141)
#B6BE99
(182,190,153)
#BEC5A5
(190,197,165)
#C6CCB1
(198,204,177)
#CED3BD
(206,211,189)
#D6DAC9
(214,218,201)
#DEE1D5
(222,225,213)
#E6E8E1
(230,232,225)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA975; }

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

This text font color is #9EA975.


Background Color

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

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

This div background color is #9EA975.


Border color

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

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

This div border color is #9EA975.


Opacity

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

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

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

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

This text has shadow with #9EA975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA975 on black background.


Color preview on white background

This text has color #9EA975 on white background.



Black color preview on #9EA975 background

This text has black color on #9EA975 background.


White color preview on #9EA975 background

This text has white color on #9EA975 background.