COLOR #9EC1AE

HEX: #9EC1AE
RGB: (158,193,174)

Color info

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

RGB color model

#9EC1AE color RGB value is (158,193,174).

  • red value is 158;
  • green value is 193;
  • blue value is 174.
RGB:
(158,193,174)
(62%,76%,68%)

RGB channels and saturation

R 158 of 255 = 62%
G 193 of 255 = 76%
B 174 of 255 = 68%

158
193
174

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

Portions of RGB colors in percentages

R + G + B =
158 + 193 + 174 = 525 (100%)
R 158 of 525 ~ 30.1%
G 193 of 525 ~ 36.76%
B 174 of 525 ~ 33.14%

%30.1
%36.76
%33.14

CMYK color model

#9EC1AE color CMYK value is (18,0,10,24).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 24.31%
CMYK:
(18,0,10,24)
C18M0Y10K24 
(18%,0%,10%,24%)
(0.18/0.00/0.10/0.24)	

CMYK percentages

%18.13
%0
%9.84
%24.31

Codes

Color #9EC1AE in popluar color models

9EC1AE
RGB158193174
HSL147°22.01%68.82%
HSB/HSV147°18.13%75.69%
CMYK18.13%0.00%9.84%
24.31%

Color #9EC1AE in popluar number systems.

HEX9EC1AE
Decimal158193174
Binary100111101100000110101110
Octal236301256

Shades and tints

Shades of #9EC1AE

#9EC1AE
(158,193,174)
#90B09F
(144,176,159)
#829F90
(130,159,144)
#748E81
(116,142,129)
#667D72
(102,125,114)
#586C63
(88,108,99)
#4A5B54
(74,91,84)
#3C4A45
(60,74,69)
#2E3936
(46,57,54)
#202827
(32,40,39)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #9EC1AE

#9EC1AE
(158,193,174)
#A6C6B5
(166,198,181)
#AECBBC
(174,203,188)
#B6D0C3
(182,208,195)
#BED5CA
(190,213,202)
#C6DAD1
(198,218,209)
#CEDFD8
(206,223,216)
#D6E4DF
(214,228,223)
#DEE9E6
(222,233,230)
#E6EEED
(230,238,237)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC1AE color. Also use rgb(158,193,174) instead hex code.

Text Font Color

.myTextColor { color: #9EC1AE; }

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

This text font color is #9EC1AE.


Background Color

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

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

This div background color is #9EC1AE.


Border color

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

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

This div border color is #9EC1AE.


Opacity

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

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

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

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

This text has shadow with #9EC1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC1AE on black background.


Color preview on white background

This text has color #9EC1AE on white background.



Black color preview on #9EC1AE background

This text has black color on #9EC1AE background.


White color preview on #9EC1AE background

This text has white color on #9EC1AE background.