COLOR #9ECADE

HEX: #9ECADE RGB: (158,202,222)

Color info

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

RGB color model

#9ECADE color RGB value is (158,202,222).

RGB: (158,202,222) (62%, 79%, 87%)

RGB channels and saturation

R 158 of 255 = 62%
G 202 of 255 = 79%
B 222 of 255 = 87%

158
202
222

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

Portions of RGB colors in percentages

R + G + B = 158 + 202 + 222 = 582 (100%)
R 158 of 582 ~ 27.15%
G 202 of 582 ~ 34.71%
B 222 of 582 ~ 38.14'%

%27.15
%34.71
%38.14

CMYK color model

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

  • cyan value is 28.83%
  • magenta value is 9.01%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (29,9,0,13) C29M9Y0K13 (29%,9%,0%,13%) (0.29/0.09/0.00/0.13) 

CMYK percentages

%28.83
%9.01
%0
%12.94

Codes

Color #9ECADE in popluar color models

9E CA DE
RGB 158 202 222
HSL 199° 49.23% 74.51%
HSB/HSV 199° 28.83% 87.06%
CMYK 28.83% 9.01% 0.00%
12.94%

Color #9ECADE in popluar number systems.

HEX 9E CA DE
Decimal 158 202 222
Binary 10011110 11001010 11011110
Octal 236 312 336

Shades and tints

Shades of #9ECADE

#9ECADE
(158,202,222)
#90B8CA
(144,184,202)
#82A6B6
(130,166,182)
#7494A2
(116,148,162)
#66828E
(102,130,142)
#58707A
(88,112,122)
#4A5E66
(74,94,102)
#3C4C52
(60,76,82)
#2E3A3E
(46,58,62)
#20282A
(32,40,42)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #9ECADE

#9ECADE
(158,202,222)
#A6CEE1
(166,206,225)
#AED2E4
(174,210,228)
#B6D6E7
(182,214,231)
#BEDAEA
(190,218,234)
#C6DEED
(198,222,237)
#CEE2F0
(206,226,240)
#D6E6F3
(214,230,243)
#DEEAF6
(222,234,246)
#E6EEF9
(230,238,249)
#EEF2FC
(238,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECADE; }

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

This text font color is #9ECADE.

Background Color

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

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

This div background color is #9ECADE.

Border color

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

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

This div border color is #9ECADE.

Opacity

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

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

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

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

This text has shadow with #9ECADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ECADE.

Preview

Color preview on black background

This text has color #9ECADE on black background.


Color preview on white background

This text has color #9ECADE on white background.


Black color preview on #9ECADE background

This text has black color on #9ECADE background.


White color preview on #9ECADE background

This text has white color on #9ECADE background.


Related colors

Complementary color

Complementary color for #hex is #613521.


I love getcolorcode.com

Triadic colors

1 #DE9ECA and #CADE9E with #9ECADE are triadic colors.

2 #DECA9E and #CA9EDE with #9ECADE are triadic colors.