COLOR #9EC0D9

HEX: #9EC0D9
RGB: (158,192,217)

Color info

#9EC0D9 contains red, green and blue colors in about the same proportion. Web safe color of #9EC0D9 is #99CCCC (or #9CC).

RGB color model

#9EC0D9 color RGB value is (158,192,217).

  • red value is 158;
  • green value is 192;
  • blue value is 217.
RGB:
(158,192,217)
(62%,75%,85%)

RGB channels and saturation

R 158 of 255 = 62%
G 192 of 255 = 75%
B 217 of 255 = 85%

158
192
217

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

Portions of RGB colors in percentages

R + G + B =
158 + 192 + 217 = 567 (100%)
R 158 of 567 ~ 27.87%
G 192 of 567 ~ 33.86%
B 217 of 567 ~ 38.27%

%27.87
%33.86
%38.27

CMYK color model

#9EC0D9 color CMYK value is (27,12,0,15).

  • cyan value is 27.19%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(27,12,0,15)
C27M12Y0K15 
(27%,12%,0%,15%)
(0.27/0.12/0.00/0.15)	

CMYK percentages

%27.19
%11.52
%0
%14.9

Codes

Color #9EC0D9 in popluar color models

9EC0D9
RGB158192217
HSL205°43.70%73.53%
HSB/HSV205°27.19%85.10%
CMYK27.19%11.52%0.00%
14.90%

Color #9EC0D9 in popluar number systems.

HEX9EC0D9
Decimal158192217
Binary100111101100000011011001
Octal236300331

Shades and tints

Shades of #9EC0D9

#9EC0D9
(158,192,217)
#90AFC6
(144,175,198)
#829EB3
(130,158,179)
#748DA0
(116,141,160)
#667C8D
(102,124,141)
#586B7A
(88,107,122)
#4A5A67
(74,90,103)
#3C4954
(60,73,84)
#2E3841
(46,56,65)
#20272E
(32,39,46)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #9EC0D9

#9EC0D9
(158,192,217)
#A6C5DC
(166,197,220)
#AECADF
(174,202,223)
#B6CFE2
(182,207,226)
#BED4E5
(190,212,229)
#C6D9E8
(198,217,232)
#CEDEEB
(206,222,235)
#D6E3EE
(214,227,238)
#DEE8F1
(222,232,241)
#E6EDF4
(230,237,244)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC0D9; }

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

This text font color is #9EC0D9.


Background Color

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

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

This div background color is #9EC0D9.


Border color

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

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

This div border color is #9EC0D9.


Opacity

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

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

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

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

This text has shadow with #9EC0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC0D9 on black background.


Color preview on white background

This text has color #9EC0D9 on white background.



Black color preview on #9EC0D9 background

This text has black color on #9EC0D9 background.


White color preview on #9EC0D9 background

This text has white color on #9EC0D9 background.