COLOR #9EAD8D

HEX: #9EAD8D RGB: (158,173,141)

Color info

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

RGB color model

#9EAD8D color RGB value is (158,173,141).

RGB: (158,173,141) (62%, 68%, 55%)

RGB channels and saturation

R 158 of 255 = 62%
G 173 of 255 = 68%
B 141 of 255 = 55%

158
173
141

R + G + B ~ 62%. #9EAD8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 173 + 141 = 472 (100%)
R 158 of 472 ~ 33.47%
G 173 of 472 ~ 36.65%
B 141 of 472 ~ 29.87'%

%33.47
%36.65
%29.87

CMYK color model

#9EAD8D color CMYK value is (9,0,18,32).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 18.50%
  • key color value is 32.16%

CMYK: (9,0,18,32)
C9M0Y18K32 (9%, 0%, 18%, 32%)
(0.09 / 0.00 / 0.18 / 0.32)

CMYK percentages

%8.67
%0
%18.5
%32.16

Codes

Color #9EAD8D in popluar color models

9E AD 8D
RGB 158 173 141
HSL 88° 16.33% 61.57%
HSB/HSV 88° 18.50% 67.84%
CMYK 8.67% 0.00% 18.50%
32.16%

Color #9EAD8D in popluar number systems.

HEX 9E AD 8D
Decimal 158 173 141
Binary 10011110 10101101 10001101
Octal 236 255 215

Shades and tints

Shades of #9EAD8D

#9EAD8D
(158,173,141)
#909E81
(144,158,129)
#828F75
(130,143,117)
#748069
(116,128,105)
#66715D
(102,113,93)
#586251
(88,98,81)
#4A5345
(74,83,69)
#3C4439
(60,68,57)
#2E352D
(46,53,45)
#202621
(32,38,33)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #9EAD8D

#9EAD8D
(158,173,141)
#A6B497
(166,180,151)
#AEBBA1
(174,187,161)
#B6C2AB
(182,194,171)
#BEC9B5
(190,201,181)
#C6D0BF
(198,208,191)
#CED7C9
(206,215,201)
#D6DED3
(214,222,211)
#DEE5DD
(222,229,221)
#E6ECE7
(230,236,231)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAD8D; }

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

This text font color is #9EAD8D.

Background Color

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

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

This div background color is #9EAD8D.

Border color

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

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

This div border color is #9EAD8D.

Opacity

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

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

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

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

This text has shadow with #9EAD8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAD8D.

Preview

Color preview on black background

This text has color #9EAD8D on black background.


Color preview on white background

This text has color #9EAD8D on white background.


Black color preview on #9EAD8D background

This text has black color on #9EAD8D background.


White color preview on #9EAD8D background

This text has white color on #9EAD8D background.


Related colors

Complementary color

Complementary color for #hex is #615272.


I love getcolorcode.com

Triadic colors

1 #8D9EAD and #AD8D9E with #9EAD8D are triadic colors.

2 #8DAD9E and #AD9E8D with #9EAD8D are triadic colors.