COLOR #9ECCDA

HEX: #9ECCDA RGB: (158,204,218)

Color info

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

RGB color model

#9ECCDA color RGB value is (158,204,218).

RGB: (158,204,218) (62%, 80%, 85%)

RGB channels and saturation

R 158 of 255 = 62%
G 204 of 255 = 80%
B 218 of 255 = 85%

158
204
218

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

Portions of RGB colors in percentages

R + G + B = 158 + 204 + 218 = 580 (100%)
R 158 of 580 ~ 27.24%
G 204 of 580 ~ 35.17%
B 218 of 580 ~ 37.59'%

%27.24
%35.17
%37.59

CMYK color model

#9ECCDA color CMYK value is (28,6,0,15).

  • cyan value is 27.52%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (28,6,0,15) C28M6Y0K15 (28%,6%,0%,15%) (0.28/0.06/0.00/0.15) 

CMYK percentages

%27.52
%6.42
%0
%14.51

Codes

Color #9ECCDA in popluar color models

9E CC DA
RGB 158 204 218
HSL 194° 44.78% 73.73%
HSB/HSV 194° 27.52% 85.49%
CMYK 27.52% 6.42% 0.00%
14.51%

Color #9ECCDA in popluar number systems.

HEX 9E CC DA
Decimal 158 204 218
Binary 10011110 11001100 11011010
Octal 236 314 332

Shades and tints

Shades of #9ECCDA

#9ECCDA
(158,204,218)
#90BAC7
(144,186,199)
#82A8B4
(130,168,180)
#7496A1
(116,150,161)
#66848E
(102,132,142)
#58727B
(88,114,123)
#4A6068
(74,96,104)
#3C4E55
(60,78,85)
#2E3C42
(46,60,66)
#202A2F
(32,42,47)
#12181C
(18,24,28)
#000000
(0,0,0)

Tints of #9ECCDA

#9ECCDA
(158,204,218)
#A6D0DD
(166,208,221)
#AED4E0
(174,212,224)
#B6D8E3
(182,216,227)
#BEDCE6
(190,220,230)
#C6E0E9
(198,224,233)
#CEE4EC
(206,228,236)
#D6E8EF
(214,232,239)
#DEECF2
(222,236,242)
#E6F0F5
(230,240,245)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECCDA color. Also use rgb(158,204,218) instead hex code.

Text Font Color

.myTextColor { color: #9ECCDA; }

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

This text font color is #9ECCDA.

Background Color

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

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

This div background color is #9ECCDA.

Border color

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

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

This div border color is #9ECCDA.

Opacity

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

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

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

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

This text has shadow with #9ECCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ECCDA.

Preview

Color preview on black background

This text has color #9ECCDA on black background.


Color preview on white background

This text has color #9ECCDA on white background.


Black color preview on #9ECCDA background

This text has black color on #9ECCDA background.


White color preview on #9ECCDA background

This text has white color on #9ECCDA background.


Related colors

Complementary color

Complementary color for #hex is #613325.


I love getcolorcode.com

Triadic colors

1 #DA9ECC and #CCDA9E with #9ECCDA are triadic colors.

2 #DACC9E and #CC9EDA with #9ECCDA are triadic colors.