COLOR #9ED4DF

HEX: #9ED4DF RGB: (158,212,223)

Color info

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

RGB color model

#9ED4DF color RGB value is (158,212,223).

RGB: (158,212,223) (62%, 83%, 87%)

RGB channels and saturation

R 158 of 255 = 62%
G 212 of 255 = 83%
B 223 of 255 = 87%

158
212
223

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

Portions of RGB colors in percentages

R + G + B = 158 + 212 + 223 = 593 (100%)
R 158 of 593 ~ 26.64%
G 212 of 593 ~ 35.75%
B 223 of 593 ~ 37.61'%

%26.64
%35.75
%37.61

CMYK color model

#9ED4DF color CMYK value is (29,5,0,13).

  • cyan value is 29.15%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (29,5,0,13)
C29M5Y0K13 (29%, 5%, 0%, 13%)
(0.29 / 0.05 / 0.00 / 0.13)

CMYK percentages

%29.15
%4.93
%0
%12.55

Codes

Color #9ED4DF in popluar color models

9E D4 DF
RGB 158 212 223
HSL 190° 50.39% 74.71%
HSB/HSV 190° 29.15% 87.45%
CMYK 29.15% 4.93% 0.00%
12.55%

Color #9ED4DF in popluar number systems.

HEX 9E D4 DF
Decimal 158 212 223
Binary 10011110 11010100 11011111
Octal 236 324 337

Shades and tints

Shades of #9ED4DF

#9ED4DF
(158,212,223)
#90C1CB
(144,193,203)
#82AEB7
(130,174,183)
#749BA3
(116,155,163)
#66888F
(102,136,143)
#58757B
(88,117,123)
#4A6267
(74,98,103)
#3C4F53
(60,79,83)
#2E3C3F
(46,60,63)
#20292B
(32,41,43)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #9ED4DF

#9ED4DF
(158,212,223)
#A6D7E1
(166,215,225)
#AEDAE3
(174,218,227)
#B6DDE5
(182,221,229)
#BEE0E7
(190,224,231)
#C6E3E9
(198,227,233)
#CEE6EB
(206,230,235)
#D6E9ED
(214,233,237)
#DEECEF
(222,236,239)
#E6EFF1
(230,239,241)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED4DF color. Also use rgb(158,212,223) instead hex code.

Text Font Color

.myTextColor { color: #9ED4DF; }

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

This text font color is #9ED4DF.

Background Color

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

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

This div background color is #9ED4DF.

Border color

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

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

This div border color is #9ED4DF.

Opacity

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

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

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

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

This text has shadow with #9ED4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED4DF.

Preview

Color preview on black background

This text has color #9ED4DF on black background.


Color preview on white background

This text has color #9ED4DF on white background.


Black color preview on #9ED4DF background

This text has black color on #9ED4DF background.


White color preview on #9ED4DF background

This text has white color on #9ED4DF background.


Related colors

Complementary color

Complementary color for #hex is #612B20.


I love getcolorcode.com

Triadic colors

1 #DF9ED4 and #D4DF9E with #9ED4DF are triadic colors.

2 #DFD49E and #D49EDF with #9ED4DF are triadic colors.