COLOR #9EAC8D

HEX: #9EAC8D RGB: (158,172,141)

Color info

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

RGB color model

#9EAC8D color RGB value is (158,172,141).

RGB: (158,172,141) (62%, 67%, 55%)

RGB channels and saturation

R 158 of 255 = 62%
G 172 of 255 = 67%
B 141 of 255 = 55%

158
172
141

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

Portions of RGB colors in percentages

R + G + B = 158 + 172 + 141 = 471 (100%)
R 158 of 471 ~ 33.55%
G 172 of 471 ~ 36.52%
B 141 of 471 ~ 29.94'%

%33.55
%36.52
%29.94

CMYK color model

#9EAC8D color CMYK value is (8,0,18,33).

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 32.55%

CMYK: (8,0,18,33)
C8M0Y18K33 (8%, 0%, 18%, 33%)
(0.08 / 0.00 / 0.18 / 0.33)

CMYK percentages

%8.14
%0
%18.02
%32.55

Codes

Color #9EAC8D in popluar color models

9E AC 8D
RGB 158 172 141
HSL 87° 15.74% 61.37%
HSB/HSV 87° 18.02% 67.45%
CMYK 8.14% 0.00% 18.02%
32.55%

Color #9EAC8D in popluar number systems.

HEX 9E AC 8D
Decimal 158 172 141
Binary 10011110 10101100 10001101
Octal 236 254 215

Shades and tints

Shades of #9EAC8D

#9EAC8D
(158,172,141)
#909D81
(144,157,129)
#828E75
(130,142,117)
#747F69
(116,127,105)
#66705D
(102,112,93)
#586151
(88,97,81)
#4A5245
(74,82,69)
#3C4339
(60,67,57)
#2E342D
(46,52,45)
#202521
(32,37,33)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #9EAC8D

#9EAC8D
(158,172,141)
#A6B397
(166,179,151)
#AEBAA1
(174,186,161)
#B6C1AB
(182,193,171)
#BEC8B5
(190,200,181)
#C6CFBF
(198,207,191)
#CED6C9
(206,214,201)
#D6DDD3
(214,221,211)
#DEE4DD
(222,228,221)
#E6EBE7
(230,235,231)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAC8D color. Also use rgb(158,172,141) instead hex code.

Text Font Color

.myTextColor { color: #9EAC8D; }

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

This text font color is #9EAC8D.

Background Color

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

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

This div background color is #9EAC8D.

Border color

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

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

This div border color is #9EAC8D.

Opacity

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

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

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

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

This text has shadow with #9EAC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAC8D.

Preview

Color preview on black background

This text has color #9EAC8D on black background.


Color preview on white background

This text has color #9EAC8D on white background.


Black color preview on #9EAC8D background

This text has black color on #9EAC8D background.


White color preview on #9EAC8D background

This text has white color on #9EAC8D background.


Related colors

Complementary color

Complementary color for #hex is #615372.


I love getcolorcode.com

Triadic colors

1 #8D9EAC and #AC8D9E with #9EAC8D are triadic colors.

2 #8DAC9E and #AC9E8D with #9EAC8D are triadic colors.