COLOR #9EC9AB

HEX: #9EC9AB
RGB: (158,201,171)

Color info

#9EC9AB contains red, green and blue colors in about the same proportion. Web safe color of #9EC9AB is #99CC99 (or #9C9).

RGB color model

#9EC9AB color RGB value is (158,201,171).

  • red value is 158;
  • green value is 201;
  • blue value is 171.
RGB:
(158,201,171)
(62%,79%,67%)

RGB channels and saturation

R 158 of 255 = 62%
G 201 of 255 = 79%
B 171 of 255 = 67%

158
201
171

R + G + B ~ 69%. #9EC9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 201 + 171 = 530 (100%)
R 158 of 530 ~ 29.81%
G 201 of 530 ~ 37.92%
B 171 of 530 ~ 32.26%

%29.81
%37.92
%32.26

CMYK color model

#9EC9AB color CMYK value is (21,0,15,21).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 21.18%
CMYK:
(21,0,15,21)
C21M0Y15K21 
(21%,0%,15%,21%)
(0.21/0.00/0.15/0.21)	

CMYK percentages

%21.39
%0
%14.93
%21.18

Codes

Color #9EC9AB in popluar color models

9EC9AB
RGB158201171
HSL138°28.48%70.39%
HSB/HSV138°21.39%78.82%
CMYK21.39%0.00%14.93%
21.18%

Color #9EC9AB in popluar number systems.

HEX9EC9AB
Decimal158201171
Binary100111101100100110101011
Octal236311253

Shades and tints

Shades of #9EC9AB

#9EC9AB
(158,201,171)
#90B79C
(144,183,156)
#82A58D
(130,165,141)
#74937E
(116,147,126)
#66816F
(102,129,111)
#586F60
(88,111,96)
#4A5D51
(74,93,81)
#3C4B42
(60,75,66)
#2E3933
(46,57,51)
#202724
(32,39,36)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #9EC9AB

#9EC9AB
(158,201,171)
#A6CDB2
(166,205,178)
#AED1B9
(174,209,185)
#B6D5C0
(182,213,192)
#BED9C7
(190,217,199)
#C6DDCE
(198,221,206)
#CEE1D5
(206,225,213)
#D6E5DC
(214,229,220)
#DEE9E3
(222,233,227)
#E6EDEA
(230,237,234)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC9AB color. Also use rgb(158,201,171) instead hex code.

Text Font Color

.myTextColor { color: #9EC9AB; }

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

This text font color is #9EC9AB.


Background Color

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

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

This div background color is #9EC9AB.


Border color

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

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

This div border color is #9EC9AB.


Opacity

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

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

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

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

This text has shadow with #9EC9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC9AB on black background.


Color preview on white background

This text has color #9EC9AB on white background.



Black color preview on #9EC9AB background

This text has black color on #9EC9AB background.


White color preview on #9EC9AB background

This text has white color on #9EC9AB background.