COLOR #9EA289

HEX: #9EA289
RGB: (158,162,137)

Color info

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

RGB color model

#9EA289 color RGB value is (158,162,137).

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

RGB channels and saturation

R 158 of 255 = 62%
G 162 of 255 = 64%
B 137 of 255 = 54%

158
162
137

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

Portions of RGB colors in percentages

R + G + B =
158 + 162 + 137 = 457 (100%)
R 158 of 457 ~ 34.57%
G 162 of 457 ~ 35.45%
B 137 of 457 ~ 29.98%

%34.57
%35.45
%29.98

CMYK color model

#9EA289 color CMYK value is (2,0,15,36).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 15.43%
  • key color value is 36.47%
CMYK:
(2,0,15,36)
C2M0Y15K36 
(2%,0%,15%,36%)
(0.02/0.00/0.15/0.36)	

CMYK percentages

%2.47
%0
%15.43
%36.47

Codes

Color #9EA289 in popluar color models

9EA289
RGB158162137
HSL70°11.85%58.63%
HSB/HSV70°15.43%63.53%
CMYK2.47%0.00%15.43%
36.47%

Color #9EA289 in popluar number systems.

HEX9EA289
Decimal158162137
Binary100111101010001010001001
Octal236242211

Shades and tints

Shades of #9EA289

#9EA289
(158,162,137)
#90947D
(144,148,125)
#828671
(130,134,113)
#747865
(116,120,101)
#666A59
(102,106,89)
#585C4D
(88,92,77)
#4A4E41
(74,78,65)
#3C4035
(60,64,53)
#2E3229
(46,50,41)
#20241D
(32,36,29)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #9EA289

#9EA289
(158,162,137)
#A6AA93
(166,170,147)
#AEB29D
(174,178,157)
#B6BAA7
(182,186,167)
#BEC2B1
(190,194,177)
#C6CABB
(198,202,187)
#CED2C5
(206,210,197)
#D6DACF
(214,218,207)
#DEE2D9
(222,226,217)
#E6EAE3
(230,234,227)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA289; }

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

This text font color is #9EA289.


Background Color

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

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

This div background color is #9EA289.


Border color

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

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

This div border color is #9EA289.


Opacity

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

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

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

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

This text has shadow with #9EA289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA289 on black background.


Color preview on white background

This text has color #9EA289 on white background.



Black color preview on #9EA289 background

This text has black color on #9EA289 background.


White color preview on #9EA289 background

This text has white color on #9EA289 background.