COLOR #9EC2AC

HEX: #9EC2AC RGB: (158,194,172)

Color info

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

RGB color model

#9EC2AC color RGB value is (158,194,172).

RGB: (158,194,172) (62%, 76%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 194 of 255 = 76%
B 172 of 255 = 67%

158
194
172

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

Portions of RGB colors in percentages

R + G + B = 158 + 194 + 172 = 524 (100%)
R 158 of 524 ~ 30.15%
G 194 of 524 ~ 37.02%
B 172 of 524 ~ 32.82'%

%30.15
%37.02
%32.82

CMYK color model

#9EC2AC color CMYK value is (19,0,11,24).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 23.92%
CMYK: (19,0,11,24) C19M0Y11K24 (19%,0%,11%,24%) (0.19/0.00/0.11/0.24) 

CMYK percentages

%18.56
%0
%11.34
%23.92

Codes

Color #9EC2AC in popluar color models

9E C2 AC
RGB 158 194 172
HSL 143° 22.78% 69.02%
HSB/HSV 143° 18.56% 76.08%
CMYK 18.56% 0.00% 11.34%
23.92%

Color #9EC2AC in popluar number systems.

HEX 9E C2 AC
Decimal 158 194 172
Binary 10011110 11000010 10101100
Octal 236 302 254

Shades and tints

Shades of #9EC2AC

#9EC2AC
(158,194,172)
#90B19D
(144,177,157)
#82A08E
(130,160,142)
#748F7F
(116,143,127)
#667E70
(102,126,112)
#586D61
(88,109,97)
#4A5C52
(74,92,82)
#3C4B43
(60,75,67)
#2E3A34
(46,58,52)
#202925
(32,41,37)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #9EC2AC

#9EC2AC
(158,194,172)
#A6C7B3
(166,199,179)
#AECCBA
(174,204,186)
#B6D1C1
(182,209,193)
#BED6C8
(190,214,200)
#C6DBCF
(198,219,207)
#CEE0D6
(206,224,214)
#D6E5DD
(214,229,221)
#DEEAE4
(222,234,228)
#E6EFEB
(230,239,235)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC2AC; }

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

This text font color is #9EC2AC.

Background Color

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

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

This div background color is #9EC2AC.

Border color

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

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

This div border color is #9EC2AC.

Opacity

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

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

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

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

This text has shadow with #9EC2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC2AC.

Preview

Color preview on black background

This text has color #9EC2AC on black background.


Color preview on white background

This text has color #9EC2AC on white background.


Black color preview on #9EC2AC background

This text has black color on #9EC2AC background.


White color preview on #9EC2AC background

This text has white color on #9EC2AC background.


Related colors

Complementary color

Complementary color for #hex is #613D53.


I love getcolorcode.com

Triadic colors

1 #AC9EC2 and #C2AC9E with #9EC2AC are triadic colors.

2 #ACC29E and #C29EAC with #9EC2AC are triadic colors.