COLOR #9EC0AC

HEX: #9EC0AC RGB: (158,192,172)

Color info

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

RGB color model

#9EC0AC color RGB value is (158,192,172).

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

RGB channels and saturation

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

158
192
172

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

Portions of RGB colors in percentages

R + G + B = 158 + 192 + 172 = 522 (100%)
R 158 of 522 ~ 30.27%
G 192 of 522 ~ 36.78%
B 172 of 522 ~ 32.95'%

%30.27
%36.78
%32.95

CMYK color model

#9EC0AC color CMYK value is (18,0,10,25).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 24.71%

CMYK: (18,0,10,25)
C18M0Y10K25 (18%, 0%, 10%, 25%)
(0.18 / 0.00 / 0.10 / 0.25)

CMYK percentages

%17.71
%0
%10.42
%24.71

Codes

Color #9EC0AC in popluar color models

9E C0 AC
RGB 158 192 172
HSL 145° 21.25% 68.63%
HSB/HSV 145° 17.71% 75.29%
CMYK 17.71% 0.00% 10.42%
24.71%

Color #9EC0AC in popluar number systems.

HEX 9E C0 AC
Decimal 158 192 172
Binary 10011110 11000000 10101100
Octal 236 300 254

Shades and tints

Shades of #9EC0AC

#9EC0AC
(158,192,172)
#90AF9D
(144,175,157)
#829E8E
(130,158,142)
#748D7F
(116,141,127)
#667C70
(102,124,112)
#586B61
(88,107,97)
#4A5A52
(74,90,82)
#3C4943
(60,73,67)
#2E3834
(46,56,52)
#202725
(32,39,37)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #9EC0AC

#9EC0AC
(158,192,172)
#A6C5B3
(166,197,179)
#AECABA
(174,202,186)
#B6CFC1
(182,207,193)
#BED4C8
(190,212,200)
#C6D9CF
(198,217,207)
#CEDED6
(206,222,214)
#D6E3DD
(214,227,221)
#DEE8E4
(222,232,228)
#E6EDEB
(230,237,235)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC0AC; }

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

This text font color is #9EC0AC.

Background Color

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

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

This div background color is #9EC0AC.

Border color

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

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

This div border color is #9EC0AC.

Opacity

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

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

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

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

This text has shadow with #9EC0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC0AC.

Preview

Color preview on black background

This text has color #9EC0AC on black background.


Color preview on white background

This text has color #9EC0AC on white background.


Black color preview on #9EC0AC background

This text has black color on #9EC0AC background.


White color preview on #9EC0AC background

This text has white color on #9EC0AC background.


Related colors

Complementary color

Complementary color for #hex is #613F53.


I love getcolorcode.com

Triadic colors

1 #AC9EC0 and #C0AC9E with #9EC0AC are triadic colors.

2 #ACC09E and #C09EAC with #9EC0AC are triadic colors.