COLOR #9EC5AB

HEX: #9EC5AB
RGB: (158,197,171)

Color info

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

RGB color model

#9EC5AB color RGB value is (158,197,171).

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

RGB channels and saturation

R 158 of 255 = 62%
G 197 of 255 = 77%
B 171 of 255 = 67%

158
197
171

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

Portions of RGB colors in percentages

R + G + B =
158 + 197 + 171 = 526 (100%)
R 158 of 526 ~ 30.04%
G 197 of 526 ~ 37.45%
B 171 of 526 ~ 32.51%

%30.04
%37.45
%32.51

CMYK color model

#9EC5AB color CMYK value is (20,0,13,23).

  • cyan value is 19.80%
  • magenta value is 0.00%
  • yellow value is 13.20%
  • key color value is 22.75%
CMYK:
(20,0,13,23)
C20M0Y13K23 
(20%,0%,13%,23%)
(0.20/0.00/0.13/0.23)	

CMYK percentages

%19.8
%0
%13.2
%22.75

Codes

Color #9EC5AB in popluar color models

9EC5AB
RGB158197171
HSL140°25.16%69.61%
HSB/HSV140°19.80%77.25%
CMYK19.80%0.00%13.20%
22.75%

Color #9EC5AB in popluar number systems.

HEX9EC5AB
Decimal158197171
Binary100111101100010110101011
Octal236305253

Shades and tints

Shades of #9EC5AB

#9EC5AB
(158,197,171)
#90B49C
(144,180,156)
#82A38D
(130,163,141)
#74927E
(116,146,126)
#66816F
(102,129,111)
#587060
(88,112,96)
#4A5F51
(74,95,81)
#3C4E42
(60,78,66)
#2E3D33
(46,61,51)
#202C24
(32,44,36)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #9EC5AB

#9EC5AB
(158,197,171)
#A6CAB2
(166,202,178)
#AECFB9
(174,207,185)
#B6D4C0
(182,212,192)
#BED9C7
(190,217,199)
#C6DECE
(198,222,206)
#CEE3D5
(206,227,213)
#D6E8DC
(214,232,220)
#DEEDE3
(222,237,227)
#E6F2EA
(230,242,234)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC5AB; }

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

This text font color is #9EC5AB.


Background Color

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

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

This div background color is #9EC5AB.


Border color

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

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

This div border color is #9EC5AB.


Opacity

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

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

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

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

This text has shadow with #9EC5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC5AB on black background.


Color preview on white background

This text has color #9EC5AB on white background.



Black color preview on #9EC5AB background

This text has black color on #9EC5AB background.


White color preview on #9EC5AB background

This text has white color on #9EC5AB background.