COLOR #9EA596

HEX: #9EA596 RGB: (158,165,150)

Color info

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

RGB color model

#9EA596 color RGB value is (158,165,150).

RGB: (158,165,150) (62%, 65%, 59%)

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 150 of 255 = 59%

158
165
150

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

Portions of RGB colors in percentages

R + G + B = 158 + 165 + 150 = 473 (100%)
R 158 of 473 ~ 33.4%
G 165 of 473 ~ 34.88%
B 150 of 473 ~ 31.71'%

%33.4
%34.88
%31.71

CMYK color model

#9EA596 color CMYK value is (4,0,9,35).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 35.29%

CMYK: (4,0,9,35)
C4M0Y9K35 (4%, 0%, 9%, 35%)
(0.04 / 0.00 / 0.09 / 0.35)

CMYK percentages

%4.24
%0
%9.09
%35.29

Codes

Color #9EA596 in popluar color models

9E A5 96
RGB 158 165 150
HSL 88° 7.69% 61.76%
HSB/HSV 88° 9.09% 64.71%
CMYK 4.24% 0.00% 9.09%
35.29%

Color #9EA596 in popluar number systems.

HEX 9E A5 96
Decimal 158 165 150
Binary 10011110 10100101 10010110
Octal 236 245 226

Shades and tints

Shades of #9EA596

#9EA596
(158,165,150)
#909689
(144,150,137)
#82877C
(130,135,124)
#74786F
(116,120,111)
#666962
(102,105,98)
#585A55
(88,90,85)
#4A4B48
(74,75,72)
#3C3C3B
(60,60,59)
#2E2D2E
(46,45,46)
#201E21
(32,30,33)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #9EA596

#9EA596
(158,165,150)
#A6AD9F
(166,173,159)
#AEB5A8
(174,181,168)
#B6BDB1
(182,189,177)
#BEC5BA
(190,197,186)
#C6CDC3
(198,205,195)
#CED5CC
(206,213,204)
#D6DDD5
(214,221,213)
#DEE5DE
(222,229,222)
#E6EDE7
(230,237,231)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA596; }

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

This text font color is #9EA596.

Background Color

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

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

This div background color is #9EA596.

Border color

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

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

This div border color is #9EA596.

Opacity

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

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

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

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

This text has shadow with #9EA596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA596.

Preview

Color preview on black background

This text has color #9EA596 on black background.


Color preview on white background

This text has color #9EA596 on white background.


Black color preview on #9EA596 background

This text has black color on #9EA596 background.


White color preview on #9EA596 background

This text has white color on #9EA596 background.


Related colors

Complementary color

Complementary color for #hex is #615A69.


I love getcolorcode.com

Triadic colors

1 #969EA5 and #A5969E with #9EA596 are triadic colors.

2 #96A59E and #A59E96 with #9EA596 are triadic colors.