COLOR #9EA47D

HEX: #9EA47D RGB: (158,164,125)

Color info

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

RGB color model

#9EA47D color RGB value is (158,164,125).

RGB: (158,164,125) (62%, 64%, 49%)

RGB channels and saturation

R 158 of 255 = 62%
G 164 of 255 = 64%
B 125 of 255 = 49%

158
164
125

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

Portions of RGB colors in percentages

R + G + B = 158 + 164 + 125 = 447 (100%)
R 158 of 447 ~ 35.35%
G 164 of 447 ~ 36.69%
B 125 of 447 ~ 27.96'%

%35.35
%36.69
%27.96

CMYK color model

#9EA47D color CMYK value is (4,0,24,36).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 35.69%

CMYK: (4,0,24,36)
C4M0Y24K36 (4%, 0%, 24%, 36%)
(0.04 / 0.00 / 0.24 / 0.36)

CMYK percentages

%3.66
%0
%23.78
%35.69

Codes

Color #9EA47D in popluar color models

9E A4 7D
RGB 158 164 125
HSL 69° 17.65% 56.67%
HSB/HSV 69° 23.78% 64.31%
CMYK 3.66% 0.00% 23.78%
35.69%

Color #9EA47D in popluar number systems.

HEX 9E A4 7D
Decimal 158 164 125
Binary 10011110 10100100 1111101
Octal 236 244 175

Shades and tints

Shades of #9EA47D

#9EA47D
(158,164,125)
#909672
(144,150,114)
#828867
(130,136,103)
#747A5C
(116,122,92)
#666C51
(102,108,81)
#585E46
(88,94,70)
#4A503B
(74,80,59)
#3C4230
(60,66,48)
#2E3425
(46,52,37)
#20261A
(32,38,26)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #9EA47D

#9EA47D
(158,164,125)
#A6AC88
(166,172,136)
#AEB493
(174,180,147)
#B6BC9E
(182,188,158)
#BEC4A9
(190,196,169)
#C6CCB4
(198,204,180)
#CED4BF
(206,212,191)
#D6DCCA
(214,220,202)
#DEE4D5
(222,228,213)
#E6ECE0
(230,236,224)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA47D color. Also use rgb(158,164,125) instead hex code.

Text Font Color

.myTextColor { color: #9EA47D; }

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

This text font color is #9EA47D.

Background Color

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

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

This div background color is #9EA47D.

Border color

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

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

This div border color is #9EA47D.

Opacity

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

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

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

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

This text has shadow with #9EA47D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA47D.

Preview

Color preview on black background

This text has color #9EA47D on black background.


Color preview on white background

This text has color #9EA47D on white background.


Black color preview on #9EA47D background

This text has black color on #9EA47D background.


White color preview on #9EA47D background

This text has white color on #9EA47D background.


Related colors

Complementary color

Complementary color for #hex is #615B82.


I love getcolorcode.com

Triadic colors

1 #7D9EA4 and #A47D9E with #9EA47D are triadic colors.

2 #7DA49E and #A49E7D with #9EA47D are triadic colors.