COLOR #9EC7DC

HEX: #9EC7DC
RGB: (158,199,220)

Color info

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

RGB color model

#9EC7DC color RGB value is (158,199,220).

  • red value is 158;
  • green value is 199;
  • blue value is 220.
RGB:
(158,199,220)
(62%,78%,86%)

RGB channels and saturation

R 158 of 255 = 62%
G 199 of 255 = 78%
B 220 of 255 = 86%

158
199
220

R + G + B ~ 75%. #9EC7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 199 + 220 = 577 (100%)
R 158 of 577 ~ 27.38%
G 199 of 577 ~ 34.49%
B 220 of 577 ~ 38.13%

%27.38
%34.49
%38.13

CMYK color model

#9EC7DC color CMYK value is (28,10,0,14).

  • cyan value is 28.18%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(28,10,0,14)
C28M10Y0K14 
(28%,10%,0%,14%)
(0.28/0.10/0.00/0.14)	

CMYK percentages

%28.18
%9.55
%0
%13.73

Codes

Color #9EC7DC in popluar color models

9EC7DC
RGB158199220
HSL200°46.97%74.12%
HSB/HSV200°28.18%86.27%
CMYK28.18%9.55%0.00%
13.73%

Color #9EC7DC in popluar number systems.

HEX9EC7DC
Decimal158199220
Binary100111101100011111011100
Octal236307334

Shades and tints

Shades of #9EC7DC

#9EC7DC
(158,199,220)
#90B5C8
(144,181,200)
#82A3B4
(130,163,180)
#7491A0
(116,145,160)
#667F8C
(102,127,140)
#586D78
(88,109,120)
#4A5B64
(74,91,100)
#3C4950
(60,73,80)
#2E373C
(46,55,60)
#202528
(32,37,40)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #9EC7DC

#9EC7DC
(158,199,220)
#A6CCDF
(166,204,223)
#AED1E2
(174,209,226)
#B6D6E5
(182,214,229)
#BEDBE8
(190,219,232)
#C6E0EB
(198,224,235)
#CEE5EE
(206,229,238)
#D6EAF1
(214,234,241)
#DEEFF4
(222,239,244)
#E6F4F7
(230,244,247)
#EEF9FA
(238,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC7DC; }

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

This text font color is #9EC7DC.


Background Color

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

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

This div background color is #9EC7DC.


Border color

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

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

This div border color is #9EC7DC.


Opacity

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

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

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

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

This text has shadow with #9EC7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC7DC on black background.


Color preview on white background

This text has color #9EC7DC on white background.



Black color preview on #9EC7DC background

This text has black color on #9EC7DC background.


White color preview on #9EC7DC background

This text has white color on #9EC7DC background.