COLOR #9EAA96

HEX: #9EAA96 RGB: (158,170,150)

Color info

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

RGB color model

#9EAA96 color RGB value is (158,170,150).

RGB: (158,170,150) (62%, 67%, 59%)

RGB channels and saturation

R 158 of 255 = 62%
G 170 of 255 = 67%
B 150 of 255 = 59%

158
170
150

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

Portions of RGB colors in percentages

R + G + B = 158 + 170 + 150 = 478 (100%)
R 158 of 478 ~ 33.05%
G 170 of 478 ~ 35.56%
B 150 of 478 ~ 31.38'%

%33.05
%35.56
%31.38

CMYK color model

#9EAA96 color CMYK value is (7,0,12,33).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 33.33%

CMYK: (7,0,12,33)
C7M0Y12K33 (7%, 0%, 12%, 33%)
(0.07 / 0.00 / 0.12 / 0.33)

CMYK percentages

%7.06
%0
%11.76
%33.33

Codes

Color #9EAA96 in popluar color models

9E AA 96
RGB 158 170 150
HSL 96° 10.53% 62.75%
HSB/HSV 96° 11.76% 66.67%
CMYK 7.06% 0.00% 11.76%
33.33%

Color #9EAA96 in popluar number systems.

HEX 9E AA 96
Decimal 158 170 150
Binary 10011110 10101010 10010110
Octal 236 252 226

Shades and tints

Shades of #9EAA96

#9EAA96
(158,170,150)
#909B89
(144,155,137)
#828C7C
(130,140,124)
#747D6F
(116,125,111)
#666E62
(102,110,98)
#585F55
(88,95,85)
#4A5048
(74,80,72)
#3C413B
(60,65,59)
#2E322E
(46,50,46)
#202321
(32,35,33)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #9EAA96

#9EAA96
(158,170,150)
#A6B19F
(166,177,159)
#AEB8A8
(174,184,168)
#B6BFB1
(182,191,177)
#BEC6BA
(190,198,186)
#C6CDC3
(198,205,195)
#CED4CC
(206,212,204)
#D6DBD5
(214,219,213)
#DEE2DE
(222,226,222)
#E6E9E7
(230,233,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAA96 color. Also use rgb(158,170,150) instead hex code.

Text Font Color

.myTextColor { color: #9EAA96; }

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

This text font color is #9EAA96.

Background Color

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

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

This div background color is #9EAA96.

Border color

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

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

This div border color is #9EAA96.

Opacity

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

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

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

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

This text has shadow with #9EAA96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAA96.

Preview

Color preview on black background

This text has color #9EAA96 on black background.


Color preview on white background

This text has color #9EAA96 on white background.


Black color preview on #9EAA96 background

This text has black color on #9EAA96 background.


White color preview on #9EAA96 background

This text has white color on #9EAA96 background.


Related colors

Complementary color

Complementary color for #hex is #615569.


I love getcolorcode.com

Triadic colors

1 #969EAA and #AA969E with #9EAA96 are triadic colors.

2 #96AA9E and #AA9E96 with #9EAA96 are triadic colors.