COLOR #9EA09D

HEX: #9EA09D RGB: (158,160,157)

Color info

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

RGB color model

#9EA09D color RGB value is (158,160,157).

RGB: (158,160,157) (62%, 63%, 62%)

RGB channels and saturation

R 158 of 255 = 62%
G 160 of 255 = 63%
B 157 of 255 = 62%

158
160
157

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

Portions of RGB colors in percentages

R + G + B = 158 + 160 + 157 = 475 (100%)
R 158 of 475 ~ 33.26%
G 160 of 475 ~ 33.68%
B 157 of 475 ~ 33.05'%

%33.26
%33.68
%33.05

CMYK color model

#9EA09D color CMYK value is (1,0,2,37).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 37.25%

CMYK: (1,0,2,37)
C1M0Y2K37 (1%, 0%, 2%, 37%)
(0.01 / 0.00 / 0.02 / 0.37)

CMYK percentages

%1.25
%0
%1.87
%37.25

Codes

Color #9EA09D in popluar color models

9E A0 9D
RGB 158 160 157
HSL 100° 1.55% 62.16%
HSB/HSV 100° 1.87% 62.75%
CMYK 1.25% 0.00% 1.87%
37.25%

Color #9EA09D in popluar number systems.

HEX 9E A0 9D
Decimal 158 160 157
Binary 10011110 10100000 10011101
Octal 236 240 235

Shades and tints

Shades of #9EA09D

#9EA09D
(158,160,157)
#90928F
(144,146,143)
#828481
(130,132,129)
#747673
(116,118,115)
#666865
(102,104,101)
#585A57
(88,90,87)
#4A4C49
(74,76,73)
#3C3E3B
(60,62,59)
#2E302D
(46,48,45)
#20221F
(32,34,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #9EA09D

#9EA09D
(158,160,157)
#A6A8A5
(166,168,165)
#AEB0AD
(174,176,173)
#B6B8B5
(182,184,181)
#BEC0BD
(190,192,189)
#C6C8C5
(198,200,197)
#CED0CD
(206,208,205)
#D6D8D5
(214,216,213)
#DEE0DD
(222,224,221)
#E6E8E5
(230,232,229)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA09D color. Also use rgb(158,160,157) instead hex code.

Text Font Color

.myTextColor { color: #9EA09D; }

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

This text font color is #9EA09D.

Background Color

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

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

This div background color is #9EA09D.

Border color

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

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

This div border color is #9EA09D.

Opacity

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

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

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

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

This text has shadow with #9EA09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA09D.

Preview

Color preview on black background

This text has color #9EA09D on black background.


Color preview on white background

This text has color #9EA09D on white background.


Black color preview on #9EA09D background

This text has black color on #9EA09D background.


White color preview on #9EA09D background

This text has white color on #9EA09D background.


Related colors

Complementary color

Complementary color for #hex is #615F62.


I love getcolorcode.com

Triadic colors

1 #9D9EA0 and #A09D9E with #9EA09D are triadic colors.

2 #9DA09E and #A09E9D with #9EA09D are triadic colors.