COLOR #9ECAE7

HEX: #9ECAE7
RGB: (158,202,231)

Color info

#9ECAE7 contains mainly green and blue colors. Web safe color of #9ECAE7 is #99CCFF (or #9CF).

RGB color model

#9ECAE7 color RGB value is (158,202,231).

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

RGB channels and saturation

R 158 of 255 = 62%
G 202 of 255 = 79%
B 231 of 255 = 91%

158
202
231

R + G + B ~ 77%. #9ECAE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 202 + 231 = 591 (100%)
R 158 of 591 ~ 26.73%
G 202 of 591 ~ 34.18%
B 231 of 591 ~ 39.09%

%26.73
%34.18
%39.09

CMYK color model

#9ECAE7 color CMYK value is (32,13,0,9).

  • cyan value is 31.60%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(32,13,0,9)
C32M13Y0K9 
(32%,13%,0%,9%)
(0.32/0.13/0.00/0.09)	

CMYK percentages

%31.6
%12.55
%0
%9.41

Codes

Color #9ECAE7 in popluar color models

9ECAE7
RGB158202231
HSL204°60.33%76.27%
HSB/HSV204°31.60%90.59%
CMYK31.60%12.55%0.00%
9.41%

Color #9ECAE7 in popluar number systems.

HEX9ECAE7
Decimal158202231
Binary100111101100101011100111
Octal236312347

Shades and tints

Shades of #9ECAE7

#9ECAE7
(158,202,231)
#90B8D2
(144,184,210)
#82A6BD
(130,166,189)
#7494A8
(116,148,168)
#668293
(102,130,147)
#58707E
(88,112,126)
#4A5E69
(74,94,105)
#3C4C54
(60,76,84)
#2E3A3F
(46,58,63)
#20282A
(32,40,42)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #9ECAE7

#9ECAE7
(158,202,231)
#A6CEE9
(166,206,233)
#AED2EB
(174,210,235)
#B6D6ED
(182,214,237)
#BEDAEF
(190,218,239)
#C6DEF1
(198,222,241)
#CEE2F3
(206,226,243)
#D6E6F5
(214,230,245)
#DEEAF7
(222,234,247)
#E6EEF9
(230,238,249)
#EEF2FB
(238,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECAE7; }

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

This text font color is #9ECAE7.


Background Color

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

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

This div background color is #9ECAE7.


Border color

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

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

This div border color is #9ECAE7.


Opacity

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

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

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

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

This text has shadow with #9ECAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECAE7 on black background.


Color preview on white background

This text has color #9ECAE7 on white background.



Black color preview on #9ECAE7 background

This text has black color on #9ECAE7 background.


White color preview on #9ECAE7 background

This text has white color on #9ECAE7 background.