COLOR #9EA789

HEX: #9EA789
RGB: (158,167,137)

Color info

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

RGB color model

#9EA789 color RGB value is (158,167,137).

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

RGB channels and saturation

R 158 of 255 = 62%
G 167 of 255 = 65%
B 137 of 255 = 54%

158
167
137

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

Portions of RGB colors in percentages

R + G + B =
158 + 167 + 137 = 462 (100%)
R 158 of 462 ~ 34.2%
G 167 of 462 ~ 36.15%
B 137 of 462 ~ 29.65%

%34.2
%36.15
%29.65

CMYK color model

#9EA789 color CMYK value is (5,0,18,35).

  • cyan value is 5.39%
  • magenta value is 0.00%
  • yellow value is 17.96%
  • key color value is 34.51%
CMYK:
(5,0,18,35)
C5M0Y18K35 
(5%,0%,18%,35%)
(0.05/0.00/0.18/0.35)	

CMYK percentages

%5.39
%0
%17.96
%34.51

Codes

Color #9EA789 in popluar color models

9EA789
RGB158167137
HSL78°14.56%59.61%
HSB/HSV78°17.96%65.49%
CMYK5.39%0.00%17.96%
34.51%

Color #9EA789 in popluar number systems.

HEX9EA789
Decimal158167137
Binary100111101010011110001001
Octal236247211

Shades and tints

Shades of #9EA789

#9EA789
(158,167,137)
#90987D
(144,152,125)
#828971
(130,137,113)
#747A65
(116,122,101)
#666B59
(102,107,89)
#585C4D
(88,92,77)
#4A4D41
(74,77,65)
#3C3E35
(60,62,53)
#2E2F29
(46,47,41)
#20201D
(32,32,29)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #9EA789

#9EA789
(158,167,137)
#A6AF93
(166,175,147)
#AEB79D
(174,183,157)
#B6BFA7
(182,191,167)
#BEC7B1
(190,199,177)
#C6CFBB
(198,207,187)
#CED7C5
(206,215,197)
#D6DFCF
(214,223,207)
#DEE7D9
(222,231,217)
#E6EFE3
(230,239,227)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA789; }

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

This text font color is #9EA789.


Background Color

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

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

This div background color is #9EA789.


Border color

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

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

This div border color is #9EA789.


Opacity

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

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

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

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

This text has shadow with #9EA789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA789 on black background.


Color preview on white background

This text has color #9EA789 on white background.



Black color preview on #9EA789 background

This text has black color on #9EA789 background.


White color preview on #9EA789 background

This text has white color on #9EA789 background.