COLOR #9EC0DC

HEX: #9EC0DC RGB: (158,192,220)

Color info

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

RGB color model

#9EC0DC color RGB value is (158,192,220).

RGB: (158,192,220) (62%, 75%, 86%)

RGB channels and saturation

R 158 of 255 = 62%
G 192 of 255 = 75%
B 220 of 255 = 86%

158
192
220

R + G + B ~ 74%. #9EC0DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 192 + 220 = 570 (100%)
R 158 of 570 ~ 27.72%
G 192 of 570 ~ 33.68%
B 220 of 570 ~ 38.6'%

%27.72
%33.68
%38.6

CMYK color model

#9EC0DC color CMYK value is (28,13,0,14).

  • cyan value is 28.18%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (28,13,0,14)
C28M13Y0K14 (28%, 13%, 0%, 14%)
(0.28 / 0.13 / 0.00 / 0.14)

CMYK percentages

%28.18
%12.73
%0
%13.73

Codes

Color #9EC0DC in popluar color models

9E C0 DC
RGB 158 192 220
HSL 207° 46.97% 74.12%
HSB/HSV 207° 28.18% 86.27%
CMYK 28.18% 12.73% 0.00%
13.73%

Color #9EC0DC in popluar number systems.

HEX 9E C0 DC
Decimal 158 192 220
Binary 10011110 11000000 11011100
Octal 236 300 334

Shades and tints

Shades of #9EC0DC

#9EC0DC
(158,192,220)
#90AFC8
(144,175,200)
#829EB4
(130,158,180)
#748DA0
(116,141,160)
#667C8C
(102,124,140)
#586B78
(88,107,120)
#4A5A64
(74,90,100)
#3C4950
(60,73,80)
#2E383C
(46,56,60)
#202728
(32,39,40)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #9EC0DC

#9EC0DC
(158,192,220)
#A6C5DF
(166,197,223)
#AECAE2
(174,202,226)
#B6CFE5
(182,207,229)
#BED4E8
(190,212,232)
#C6D9EB
(198,217,235)
#CEDEEE
(206,222,238)
#D6E3F1
(214,227,241)
#DEE8F4
(222,232,244)
#E6EDF7
(230,237,247)
#EEF2FA
(238,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC0DC color. Also use rgb(158,192,220) instead hex code.

Text Font Color

.myTextColor { color: #9EC0DC; }

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

This text font color is #9EC0DC.

Background Color

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

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

This div background color is #9EC0DC.

Border color

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

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

This div border color is #9EC0DC.

Opacity

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

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

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

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

This text has shadow with #9EC0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC0DC.

Preview

Color preview on black background

This text has color #9EC0DC on black background.


Color preview on white background

This text has color #9EC0DC on white background.


Black color preview on #9EC0DC background

This text has black color on #9EC0DC background.


White color preview on #9EC0DC background

This text has white color on #9EC0DC background.


Related colors

Complementary color

Complementary color for #hex is #613F23.


I love getcolorcode.com

Triadic colors

1 #DC9EC0 and #C0DC9E with #9EC0DC are triadic colors.

2 #DCC09E and #C09EDC with #9EC0DC are triadic colors.