COLOR #9ED2EF

HEX: #9ED2EF RGB: (158,210,239)

Color info

#9ED2EF contains mainly green and blue colors. Web safe color of #9ED2EF is #99CCFF (or #9CF).

RGB color model

#9ED2EF color RGB value is (158,210,239).

RGB: (158,210,239) (62%, 82%, 94%)

RGB channels and saturation

R 158 of 255 = 62%
G 210 of 255 = 82%
B 239 of 255 = 94%

158
210
239

R + G + B ~ 79%. #9ED2EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 210 + 239 = 607 (100%)
R 158 of 607 ~ 26.03%
G 210 of 607 ~ 34.6%
B 239 of 607 ~ 39.37'%

%26.03
%34.6
%39.37

CMYK color model

#9ED2EF color CMYK value is (34,12,0,6).

  • cyan value is 33.89%
  • magenta value is 12.13%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (34,12,0,6)
C34M12Y0K6 (34%, 12%, 0%, 6%)
(0.34 / 0.12 / 0.00 / 0.06)

CMYK percentages

%33.89
%12.13
%0
%6.27

Codes

Color #9ED2EF in popluar color models

9E D2 EF
RGB 158 210 239
HSL 201° 71.68% 77.84%
HSB/HSV 201° 33.89% 93.73%
CMYK 33.89% 12.13% 0.00%
6.27%

Color #9ED2EF in popluar number systems.

HEX 9E D2 EF
Decimal 158 210 239
Binary 10011110 11010010 11101111
Octal 236 322 357

Shades and tints

Shades of #9ED2EF

#9ED2EF
(158,210,239)
#90BFDA
(144,191,218)
#82ACC5
(130,172,197)
#7499B0
(116,153,176)
#66869B
(102,134,155)
#587386
(88,115,134)
#4A6071
(74,96,113)
#3C4D5C
(60,77,92)
#2E3A47
(46,58,71)
#202732
(32,39,50)
#12141D
(18,20,29)
#000000
(0,0,0)

Tints of #9ED2EF

#9ED2EF
(158,210,239)
#A6D6F0
(166,214,240)
#AEDAF1
(174,218,241)
#B6DEF2
(182,222,242)
#BEE2F3
(190,226,243)
#C6E6F4
(198,230,244)
#CEEAF5
(206,234,245)
#D6EEF6
(214,238,246)
#DEF2F7
(222,242,247)
#E6F6F8
(230,246,248)
#EEFAF9
(238,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED2EF color. Also use rgb(158,210,239) instead hex code.

Text Font Color

.myTextColor { color: #9ED2EF; }

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

This text font color is #9ED2EF.

Background Color

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

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

This div background color is #9ED2EF.

Border color

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

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

This div border color is #9ED2EF.

Opacity

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

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

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

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

This text has shadow with #9ED2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED2EF.

Preview

Color preview on black background

This text has color #9ED2EF on black background.


Color preview on white background

This text has color #9ED2EF on white background.


Black color preview on #9ED2EF background

This text has black color on #9ED2EF background.


White color preview on #9ED2EF background

This text has white color on #9ED2EF background.


Related colors

Complementary color

Complementary color for #hex is #612D10.


I love getcolorcode.com

Triadic colors

1 #EF9ED2 and #D2EF9E with #9ED2EF are triadic colors.

2 #EFD29E and #D29EEF with #9ED2EF are triadic colors.