COLOR #9EAD89

HEX: #9EAD89
RGB: (158,173,137)

Color info

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

RGB color model

#9EAD89 color RGB value is (158,173,137).

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

RGB channels and saturation

R 158 of 255 = 62%
G 173 of 255 = 68%
B 137 of 255 = 54%

158
173
137

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

Portions of RGB colors in percentages

R + G + B =
158 + 173 + 137 = 468 (100%)
R 158 of 468 ~ 33.76%
G 173 of 468 ~ 36.97%
B 137 of 468 ~ 29.27%

%33.76
%36.97
%29.27

CMYK color model

#9EAD89 color CMYK value is (9,0,21,32).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 32.16%
CMYK:
(9,0,21,32)
C9M0Y21K32 
(9%,0%,21%,32%)
(0.09/0.00/0.21/0.32)	

CMYK percentages

%8.67
%0
%20.81
%32.16

Codes

Color #9EAD89 in popluar color models

9EAD89
RGB158173137
HSL85°18.00%60.78%
HSB/HSV85°20.81%67.84%
CMYK8.67%0.00%20.81%
32.16%

Color #9EAD89 in popluar number systems.

HEX9EAD89
Decimal158173137
Binary100111101010110110001001
Octal236255211

Shades and tints

Shades of #9EAD89

#9EAD89
(158,173,137)
#909E7D
(144,158,125)
#828F71
(130,143,113)
#748065
(116,128,101)
#667159
(102,113,89)
#58624D
(88,98,77)
#4A5341
(74,83,65)
#3C4435
(60,68,53)
#2E3529
(46,53,41)
#20261D
(32,38,29)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #9EAD89

#9EAD89
(158,173,137)
#A6B493
(166,180,147)
#AEBB9D
(174,187,157)
#B6C2A7
(182,194,167)
#BEC9B1
(190,201,177)
#C6D0BB
(198,208,187)
#CED7C5
(206,215,197)
#D6DECF
(214,222,207)
#DEE5D9
(222,229,217)
#E6ECE3
(230,236,227)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAD89; }

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

This text font color is #9EAD89.


Background Color

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

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

This div background color is #9EAD89.


Border color

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

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

This div border color is #9EAD89.


Opacity

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

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

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

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

This text has shadow with #9EAD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAD89 on black background.


Color preview on white background

This text has color #9EAD89 on white background.



Black color preview on #9EAD89 background

This text has black color on #9EAD89 background.


White color preview on #9EAD89 background

This text has white color on #9EAD89 background.