COLOR #9ED3DC

HEX: #9ED3DC
RGB: (158,211,220)

Color info

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

RGB color model

#9ED3DC color RGB value is (158,211,220).

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

RGB channels and saturation

R 158 of 255 = 62%
G 211 of 255 = 83%
B 220 of 255 = 86%

158
211
220

R + G + B ~ 77%. #9ED3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 211 + 220 = 589 (100%)
R 158 of 589 ~ 26.83%
G 211 of 589 ~ 35.82%
B 220 of 589 ~ 37.35%

%26.83
%35.82
%37.35

CMYK color model

#9ED3DC color CMYK value is (28,4,0,14).

  • cyan value is 28.18%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(28,4,0,14)
C28M4Y0K14 
(28%,4%,0%,14%)
(0.28/0.04/0.00/0.14)	

CMYK percentages

%28.18
%4.09
%0
%13.73

Codes

Color #9ED3DC in popluar color models

9ED3DC
RGB158211220
HSL189°46.97%74.12%
HSB/HSV189°28.18%86.27%
CMYK28.18%4.09%0.00%
13.73%

Color #9ED3DC in popluar number systems.

HEX9ED3DC
Decimal158211220
Binary100111101101001111011100
Octal236323334

Shades and tints

Shades of #9ED3DC

#9ED3DC
(158,211,220)
#90C0C8
(144,192,200)
#82ADB4
(130,173,180)
#749AA0
(116,154,160)
#66878C
(102,135,140)
#587478
(88,116,120)
#4A6164
(74,97,100)
#3C4E50
(60,78,80)
#2E3B3C
(46,59,60)
#202828
(32,40,40)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #9ED3DC

#9ED3DC
(158,211,220)
#A6D7DF
(166,215,223)
#AEDBE2
(174,219,226)
#B6DFE5
(182,223,229)
#BEE3E8
(190,227,232)
#C6E7EB
(198,231,235)
#CEEBEE
(206,235,238)
#D6EFF1
(214,239,241)
#DEF3F4
(222,243,244)
#E6F7F7
(230,247,247)
#EEFBFA
(238,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED3DC; }

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

This text font color is #9ED3DC.


Background Color

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

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

This div background color is #9ED3DC.


Border color

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

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

This div border color is #9ED3DC.


Opacity

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

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

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

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

This text has shadow with #9ED3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED3DC on black background.


Color preview on white background

This text has color #9ED3DC on white background.



Black color preview on #9ED3DC background

This text has black color on #9ED3DC background.


White color preview on #9ED3DC background

This text has white color on #9ED3DC background.