COLOR #9EC0AB

HEX: #9EC0AB RGB: (158,192,171)

Color info

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

RGB color model

#9EC0AB color RGB value is (158,192,171).

RGB: (158,192,171) (62%, 75%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 192 of 255 = 75%
B 171 of 255 = 67%

158
192
171

R + G + B ~ 68%. #9EC0AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 192 + 171 = 521 (100%)
R 158 of 521 ~ 30.33%
G 192 of 521 ~ 36.85%
B 171 of 521 ~ 32.82'%

%30.33
%36.85
%32.82

CMYK color model

#9EC0AB color CMYK value is (18,0,11,25).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 10.94%
  • key color value is 24.71%
CMYK: (18,0,11,25) C18M0Y11K25 (18%,0%,11%,25%) (0.18/0.00/0.11/0.25) 

CMYK percentages

%17.71
%0
%10.94
%24.71

Codes

Color #9EC0AB in popluar color models

9E C0 AB
RGB 158 192 171
HSL 143° 21.25% 68.63%
HSB/HSV 143° 17.71% 75.29%
CMYK 17.71% 0.00% 10.94%
24.71%

Color #9EC0AB in popluar number systems.

HEX 9E C0 AB
Decimal 158 192 171
Binary 10011110 11000000 10101011
Octal 236 300 253

Shades and tints

Shades of #9EC0AB

#9EC0AB
(158,192,171)
#90AF9C
(144,175,156)
#829E8D
(130,158,141)
#748D7E
(116,141,126)
#667C6F
(102,124,111)
#586B60
(88,107,96)
#4A5A51
(74,90,81)
#3C4942
(60,73,66)
#2E3833
(46,56,51)
#202724
(32,39,36)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #9EC0AB

#9EC0AB
(158,192,171)
#A6C5B2
(166,197,178)
#AECAB9
(174,202,185)
#B6CFC0
(182,207,192)
#BED4C7
(190,212,199)
#C6D9CE
(198,217,206)
#CEDED5
(206,222,213)
#D6E3DC
(214,227,220)
#DEE8E3
(222,232,227)
#E6EDEA
(230,237,234)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC0AB; }

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

This text font color is #9EC0AB.

Background Color

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

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

This div background color is #9EC0AB.

Border color

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

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

This div border color is #9EC0AB.

Opacity

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

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

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

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

This text has shadow with #9EC0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC0AB.

Preview

Color preview on black background

This text has color #9EC0AB on black background.


Color preview on white background

This text has color #9EC0AB on white background.


Black color preview on #9EC0AB background

This text has black color on #9EC0AB background.


White color preview on #9EC0AB background

This text has white color on #9EC0AB background.


Related colors

Complementary color

Complementary color for #hex is #613F54.


I love getcolorcode.com

Triadic colors

1 #AB9EC0 and #C0AB9E with #9EC0AB are triadic colors.

2 #ABC09E and #C09EAB with #9EC0AB are triadic colors.