COLOR #9EA691

HEX: #9EA691
RGB: (158,166,145)

Color info

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

RGB color model

#9EA691 color RGB value is (158,166,145).

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

RGB channels and saturation

R 158 of 255 = 62%
G 166 of 255 = 65%
B 145 of 255 = 57%

158
166
145

R + G + B ~ 61%. #9EA691 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 166 + 145 = 469 (100%)
R 158 of 469 ~ 33.69%
G 166 of 469 ~ 35.39%
B 145 of 469 ~ 30.92%

%33.69
%35.39
%30.92

CMYK color model

#9EA691 color CMYK value is (5,0,13,35).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 12.65%
  • key color value is 34.90%
CMYK:
(5,0,13,35)
C5M0Y13K35 
(5%,0%,13%,35%)
(0.05/0.00/0.13/0.35)	

CMYK percentages

%4.82
%0
%12.65
%34.9

Codes

Color #9EA691 in popluar color models

9EA691
RGB158166145
HSL83°10.55%60.98%
HSB/HSV83°12.65%65.10%
CMYK4.82%0.00%12.65%
34.90%

Color #9EA691 in popluar number systems.

HEX9EA691
Decimal158166145
Binary100111101010011010010001
Octal236246221

Shades and tints

Shades of #9EA691

#9EA691
(158,166,145)
#909784
(144,151,132)
#828877
(130,136,119)
#74796A
(116,121,106)
#666A5D
(102,106,93)
#585B50
(88,91,80)
#4A4C43
(74,76,67)
#3C3D36
(60,61,54)
#2E2E29
(46,46,41)
#201F1C
(32,31,28)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #9EA691

#9EA691
(158,166,145)
#A6AE9B
(166,174,155)
#AEB6A5
(174,182,165)
#B6BEAF
(182,190,175)
#BEC6B9
(190,198,185)
#C6CEC3
(198,206,195)
#CED6CD
(206,214,205)
#D6DED7
(214,222,215)
#DEE6E1
(222,230,225)
#E6EEEB
(230,238,235)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA691; }

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

This text font color is #9EA691.


Background Color

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

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

This div background color is #9EA691.


Border color

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

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

This div border color is #9EA691.


Opacity

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

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

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

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

This text has shadow with #9EA691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA691 on black background.


Color preview on white background

This text has color #9EA691 on white background.



Black color preview on #9EA691 background

This text has black color on #9EA691 background.


White color preview on #9EA691 background

This text has white color on #9EA691 background.