COLOR #9EA696

HEX: #9EA696
RGB: (158,166,150)

Color info

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

RGB color model

#9EA696 color RGB value is (158,166,150).

  • red value is 158;
  • green value is 166;
  • blue value is 150.
RGB:
(158,166,150)
(62%,65%,59%)

RGB channels and saturation

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

158
166
150

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

Portions of RGB colors in percentages

R + G + B =
158 + 166 + 150 = 474 (100%)
R 158 of 474 ~ 33.33%
G 166 of 474 ~ 35.02%
B 150 of 474 ~ 31.65%

%33.33
%35.02
%31.65

CMYK color model

#9EA696 color CMYK value is (5,0,10,35).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 34.90%
CMYK:
(5,0,10,35)
C5M0Y10K35 
(5%,0%,10%,35%)
(0.05/0.00/0.10/0.35)	

CMYK percentages

%4.82
%0
%9.64
%34.9

Codes

Color #9EA696 in popluar color models

9EA696
RGB158166150
HSL90°8.25%61.96%
HSB/HSV90°9.64%65.10%
CMYK4.82%0.00%9.64%
34.90%

Color #9EA696 in popluar number systems.

HEX9EA696
Decimal158166150
Binary100111101010011010010110
Octal236246226

Shades and tints

Shades of #9EA696

#9EA696
(158,166,150)
#909789
(144,151,137)
#82887C
(130,136,124)
#74796F
(116,121,111)
#666A62
(102,106,98)
#585B55
(88,91,85)
#4A4C48
(74,76,72)
#3C3D3B
(60,61,59)
#2E2E2E
(46,46,46)
#201F21
(32,31,33)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #9EA696

#9EA696
(158,166,150)
#A6AE9F
(166,174,159)
#AEB6A8
(174,182,168)
#B6BEB1
(182,190,177)
#BEC6BA
(190,198,186)
#C6CEC3
(198,206,195)
#CED6CC
(206,214,204)
#D6DED5
(214,222,213)
#DEE6DE
(222,230,222)
#E6EEE7
(230,238,231)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA696; }

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

This text font color is #9EA696.


Background Color

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

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

This div background color is #9EA696.


Border color

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

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

This div border color is #9EA696.


Opacity

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

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

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

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

This text has shadow with #9EA696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA696 on black background.


Color preview on white background

This text has color #9EA696 on white background.



Black color preview on #9EA696 background

This text has black color on #9EA696 background.


White color preview on #9EA696 background

This text has white color on #9EA696 background.