COLOR #9ECDDE

HEX: #9ECDDE
RGB: (158,205,222)

Color info

#9ECDDE contains mainly green and blue colors. Web safe color of #9ECDDE is #99CCCC (or #9CC).

RGB color model

#9ECDDE color RGB value is (158,205,222).

  • red value is 158;
  • green value is 205;
  • blue value is 222.
RGB:
(158,205,222)
(62%,80%,87%)

RGB channels and saturation

R 158 of 255 = 62%
G 205 of 255 = 80%
B 222 of 255 = 87%

158
205
222

R + G + B ~ 76%. #9ECDDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 205 + 222 = 585 (100%)
R 158 of 585 ~ 27.01%
G 205 of 585 ~ 35.04%
B 222 of 585 ~ 37.95%

%27.01
%35.04
%37.95

CMYK color model

#9ECDDE color CMYK value is (29,8,0,13).

  • cyan value is 28.83%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(29,8,0,13)
C29M8Y0K13 
(29%,8%,0%,13%)
(0.29/0.08/0.00/0.13)	

CMYK percentages

%28.83
%7.66
%0
%12.94

Codes

Color #9ECDDE in popluar color models

9ECDDE
RGB158205222
HSL196°49.23%74.51%
HSB/HSV196°28.83%87.06%
CMYK28.83%7.66%0.00%
12.94%

Color #9ECDDE in popluar number systems.

HEX9ECDDE
Decimal158205222
Binary100111101100110111011110
Octal236315336

Shades and tints

Shades of #9ECDDE

#9ECDDE
(158,205,222)
#90BBCA
(144,187,202)
#82A9B6
(130,169,182)
#7497A2
(116,151,162)
#66858E
(102,133,142)
#58737A
(88,115,122)
#4A6166
(74,97,102)
#3C4F52
(60,79,82)
#2E3D3E
(46,61,62)
#202B2A
(32,43,42)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #9ECDDE

#9ECDDE
(158,205,222)
#A6D1E1
(166,209,225)
#AED5E4
(174,213,228)
#B6D9E7
(182,217,231)
#BEDDEA
(190,221,234)
#C6E1ED
(198,225,237)
#CEE5F0
(206,229,240)
#D6E9F3
(214,233,243)
#DEEDF6
(222,237,246)
#E6F1F9
(230,241,249)
#EEF5FC
(238,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECDDE color. Also use rgb(158,205,222) instead hex code.

Text Font Color

.myTextColor { color: #9ECDDE; }

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

This text font color is #9ECDDE.


Background Color

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

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

This div background color is #9ECDDE.


Border color

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

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

This div border color is #9ECDDE.


Opacity

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

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

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

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

This text has shadow with #9ECDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECDDE on black background.


Color preview on white background

This text has color #9ECDDE on white background.



Black color preview on #9ECDDE background

This text has black color on #9ECDDE background.


White color preview on #9ECDDE background

This text has white color on #9ECDDE background.