COLOR #9EC0A6

HEX: #9EC0A6
RGB: (158,192,166)

Color info

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

RGB color model

#9EC0A6 color RGB value is (158,192,166).

  • red value is 158;
  • green value is 192;
  • blue value is 166.
RGB:
(158,192,166)
(62%,75%,65%)

RGB channels and saturation

R 158 of 255 = 62%
G 192 of 255 = 75%
B 166 of 255 = 65%

158
192
166

R + G + B ~ 67%. #9EC0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 192 + 166 = 516 (100%)
R 158 of 516 ~ 30.62%
G 192 of 516 ~ 37.21%
B 166 of 516 ~ 32.17%

%30.62
%37.21
%32.17

CMYK color model

#9EC0A6 color CMYK value is (18,0,14,25).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 13.54%
  • key color value is 24.71%
CMYK:
(18,0,14,25)
C18M0Y14K25 
(18%,0%,14%,25%)
(0.18/0.00/0.14/0.25)	

CMYK percentages

%17.71
%0
%13.54
%24.71

Codes

Color #9EC0A6 in popluar color models

9EC0A6
RGB158192166
HSL134°21.25%68.63%
HSB/HSV134°17.71%75.29%
CMYK17.71%0.00%13.54%
24.71%

Color #9EC0A6 in popluar number systems.

HEX9EC0A6
Decimal158192166
Binary100111101100000010100110
Octal236300246

Shades and tints

Shades of #9EC0A6

#9EC0A6
(158,192,166)
#90AF97
(144,175,151)
#829E88
(130,158,136)
#748D79
(116,141,121)
#667C6A
(102,124,106)
#586B5B
(88,107,91)
#4A5A4C
(74,90,76)
#3C493D
(60,73,61)
#2E382E
(46,56,46)
#20271F
(32,39,31)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #9EC0A6

#9EC0A6
(158,192,166)
#A6C5AE
(166,197,174)
#AECAB6
(174,202,182)
#B6CFBE
(182,207,190)
#BED4C6
(190,212,198)
#C6D9CE
(198,217,206)
#CEDED6
(206,222,214)
#D6E3DE
(214,227,222)
#DEE8E6
(222,232,230)
#E6EDEE
(230,237,238)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC0A6; }

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

This text font color is #9EC0A6.


Background Color

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

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

This div background color is #9EC0A6.


Border color

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

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

This div border color is #9EC0A6.


Opacity

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

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

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

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

This text has shadow with #9EC0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC0A6 on black background.


Color preview on white background

This text has color #9EC0A6 on white background.



Black color preview on #9EC0A6 background

This text has black color on #9EC0A6 background.


White color preview on #9EC0A6 background

This text has white color on #9EC0A6 background.