COLOR #9ECAC7

HEX: #9ECAC7
RGB: (158,202,199)

Color info

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

RGB color model

#9ECAC7 color RGB value is (158,202,199).

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

RGB channels and saturation

R 158 of 255 = 62%
G 202 of 255 = 79%
B 199 of 255 = 78%

158
202
199

R + G + B ~ 73%. #9ECAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 202 + 199 = 559 (100%)
R 158 of 559 ~ 28.26%
G 202 of 559 ~ 36.14%
B 199 of 559 ~ 35.6%

%28.26
%36.14
%35.6

CMYK color model

#9ECAC7 color CMYK value is (22,0,1,21).

  • cyan value is 21.78%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 20.78%
CMYK:
(22,0,1,21)
C22M0Y1K21 
(22%,0%,1%,21%)
(0.22/0.00/0.01/0.21)	

CMYK percentages

%21.78
%0
%1.49
%20.78

Codes

Color #9ECAC7 in popluar color models

9ECAC7
RGB158202199
HSL176°29.33%70.59%
HSB/HSV176°21.78%79.22%
CMYK21.78%0.00%1.49%
20.78%

Color #9ECAC7 in popluar number systems.

HEX9ECAC7
Decimal158202199
Binary100111101100101011000111
Octal236312307

Shades and tints

Shades of #9ECAC7

#9ECAC7
(158,202,199)
#90B8B5
(144,184,181)
#82A6A3
(130,166,163)
#749491
(116,148,145)
#66827F
(102,130,127)
#58706D
(88,112,109)
#4A5E5B
(74,94,91)
#3C4C49
(60,76,73)
#2E3A37
(46,58,55)
#202825
(32,40,37)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #9ECAC7

#9ECAC7
(158,202,199)
#A6CECC
(166,206,204)
#AED2D1
(174,210,209)
#B6D6D6
(182,214,214)
#BEDADB
(190,218,219)
#C6DEE0
(198,222,224)
#CEE2E5
(206,226,229)
#D6E6EA
(214,230,234)
#DEEAEF
(222,234,239)
#E6EEF4
(230,238,244)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECAC7; }

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

This text font color is #9ECAC7.


Background Color

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

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

This div background color is #9ECAC7.


Border color

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

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

This div border color is #9ECAC7.


Opacity

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

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

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

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

This text has shadow with #9ECAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECAC7 on black background.


Color preview on white background

This text has color #9ECAC7 on white background.



Black color preview on #9ECAC7 background

This text has black color on #9ECAC7 background.


White color preview on #9ECAC7 background

This text has white color on #9ECAC7 background.