COLOR #9ECAC0

HEX: #9ECAC0
RGB: (158,202,192)

Color info

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

RGB color model

#9ECAC0 color RGB value is (158,202,192).

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

RGB channels and saturation

R 158 of 255 = 62%
G 202 of 255 = 79%
B 192 of 255 = 75%

158
202
192

R + G + B ~ 72%. #9ECAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 202 + 192 = 552 (100%)
R 158 of 552 ~ 28.62%
G 202 of 552 ~ 36.59%
B 192 of 552 ~ 34.78%

%28.62
%36.59
%34.78

CMYK color model

#9ECAC0 color CMYK value is (22,0,5,21).

  • cyan value is 21.78%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 20.78%
CMYK:
(22,0,5,21)
C22M0Y5K21 
(22%,0%,5%,21%)
(0.22/0.00/0.05/0.21)	

CMYK percentages

%21.78
%0
%4.95
%20.78

Codes

Color #9ECAC0 in popluar color models

9ECAC0
RGB158202192
HSL166°29.33%70.59%
HSB/HSV166°21.78%79.22%
CMYK21.78%0.00%4.95%
20.78%

Color #9ECAC0 in popluar number systems.

HEX9ECAC0
Decimal158202192
Binary100111101100101011000000
Octal236312300

Shades and tints

Shades of #9ECAC0

#9ECAC0
(158,202,192)
#90B8AF
(144,184,175)
#82A69E
(130,166,158)
#74948D
(116,148,141)
#66827C
(102,130,124)
#58706B
(88,112,107)
#4A5E5A
(74,94,90)
#3C4C49
(60,76,73)
#2E3A38
(46,58,56)
#202827
(32,40,39)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #9ECAC0

#9ECAC0
(158,202,192)
#A6CEC5
(166,206,197)
#AED2CA
(174,210,202)
#B6D6CF
(182,214,207)
#BEDAD4
(190,218,212)
#C6DED9
(198,222,217)
#CEE2DE
(206,226,222)
#D6E6E3
(214,230,227)
#DEEAE8
(222,234,232)
#E6EEED
(230,238,237)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECAC0; }

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

This text font color is #9ECAC0.


Background Color

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

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

This div background color is #9ECAC0.


Border color

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

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

This div border color is #9ECAC0.


Opacity

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

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

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

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

This text has shadow with #9ECAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECAC0 on black background.


Color preview on white background

This text has color #9ECAC0 on white background.



Black color preview on #9ECAC0 background

This text has black color on #9ECAC0 background.


White color preview on #9ECAC0 background

This text has white color on #9ECAC0 background.