COLOR #9EA89C

HEX: #9EA89C RGB: (158,168,156)

Color info

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

RGB color model

#9EA89C color RGB value is (158,168,156).

RGB: (158,168,156) (62%, 66%, 61%)

RGB channels and saturation

R 158 of 255 = 62%
G 168 of 255 = 66%
B 156 of 255 = 61%

158
168
156

R + G + B ~ 63%. #9EA89C is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 168 + 156 = 482 (100%)
R 158 of 482 ~ 32.78%
G 168 of 482 ~ 34.85%
B 156 of 482 ~ 32.37'%

%32.78
%34.85
%32.37

CMYK color model

#9EA89C color CMYK value is (6,0,7,34).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 34.12%

CMYK: (6,0,7,34)
C6M0Y7K34 (6%, 0%, 7%, 34%)
(0.06 / 0.00 / 0.07 / 0.34)

CMYK percentages

%5.95
%0
%7.14
%34.12

Codes

Color #9EA89C in popluar color models

9E A8 9C
RGB 158 168 156
HSL 110° 6.45% 63.53%
HSB/HSV 110° 7.14% 65.88%
CMYK 5.95% 0.00% 7.14%
34.12%

Color #9EA89C in popluar number systems.

HEX 9E A8 9C
Decimal 158 168 156
Binary 10011110 10101000 10011100
Octal 236 250 234

Shades and tints

Shades of #9EA89C

#9EA89C
(158,168,156)
#90998E
(144,153,142)
#828A80
(130,138,128)
#747B72
(116,123,114)
#666C64
(102,108,100)
#585D56
(88,93,86)
#4A4E48
(74,78,72)
#3C3F3A
(60,63,58)
#2E302C
(46,48,44)
#20211E
(32,33,30)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #9EA89C

#9EA89C
(158,168,156)
#A6AFA5
(166,175,165)
#AEB6AE
(174,182,174)
#B6BDB7
(182,189,183)
#BEC4C0
(190,196,192)
#C6CBC9
(198,203,201)
#CED2D2
(206,210,210)
#D6D9DB
(214,217,219)
#DEE0E4
(222,224,228)
#E6E7ED
(230,231,237)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA89C color. Also use rgb(158,168,156) instead hex code.

Text Font Color

.myTextColor { color: #9EA89C; }

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

This text font color is #9EA89C.

Background Color

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

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

This div background color is #9EA89C.

Border color

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

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

This div border color is #9EA89C.

Opacity

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

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

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

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

This text has shadow with #9EA89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA89C.

Preview

Color preview on black background

This text has color #9EA89C on black background.


Color preview on white background

This text has color #9EA89C on white background.


Black color preview on #9EA89C background

This text has black color on #9EA89C background.


White color preview on #9EA89C background

This text has white color on #9EA89C background.


Related colors

Complementary color

Complementary color for #hex is #615763.


I love getcolorcode.com

Triadic colors

1 #9C9EA8 and #A89C9E with #9EA89C are triadic colors.

2 #9CA89E and #A89E9C with #9EA89C are triadic colors.