COLOR #9ED0FC

HEX: #9ED0FC RGB: (158,208,252)

Color info

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

RGB color model

#9ED0FC color RGB value is (158,208,252).

RGB: (158,208,252) (62%, 82%, 99%)

RGB channels and saturation

R 158 of 255 = 62%
G 208 of 255 = 82%
B 252 of 255 = 99%

158
208
252

R + G + B ~ 81%. #9ED0FC is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 208 + 252 = 618 (100%)
R 158 of 618 ~ 25.57%
G 208 of 618 ~ 33.66%
B 252 of 618 ~ 40.78'%

%25.57
%33.66
%40.78

CMYK color model

#9ED0FC color CMYK value is (37,17,0,1).

  • cyan value is 37.30%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (37,17,0,1)
C37M17Y0K1 (37%, 17%, 0%, 1%)
(0.37 / 0.17 / 0.00 / 0.01)

CMYK percentages

%37.3
%17.46
%0
%1.18

Codes

Color #9ED0FC in popluar color models

9E D0 FC
RGB 158 208 252
HSL 208° 94.00% 80.39%
HSB/HSV 208° 37.30% 98.82%
CMYK 37.30% 17.46% 0.00%
1.18%

Color #9ED0FC in popluar number systems.

HEX 9E D0 FC
Decimal 158 208 252
Binary 10011110 11010000 11111100
Octal 236 320 374

Shades and tints

Shades of #9ED0FC

#9ED0FC
(158,208,252)
#90BEE6
(144,190,230)
#82ACD0
(130,172,208)
#749ABA
(116,154,186)
#6688A4
(102,136,164)
#58768E
(88,118,142)
#4A6478
(74,100,120)
#3C5262
(60,82,98)
#2E404C
(46,64,76)
#202E36
(32,46,54)
#121C20
(18,28,32)
#000000
(0,0,0)

Tints of #9ED0FC

#9ED0FC
(158,208,252)
#A6D4FC
(166,212,252)
#AED8FC
(174,216,252)
#B6DCFC
(182,220,252)
#BEE0FC
(190,224,252)
#C6E4FC
(198,228,252)
#CEE8FC
(206,232,252)
#D6ECFC
(214,236,252)
#DEF0FC
(222,240,252)
#E6F4FC
(230,244,252)
#EEF8FC
(238,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED0FC color. Also use rgb(158,208,252) instead hex code.

Text Font Color

.myTextColor { color: #9ED0FC; }

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

This text font color is #9ED0FC.

Background Color

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

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

This div background color is #9ED0FC.

Border color

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

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

This div border color is #9ED0FC.

Opacity

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

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

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

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

This text has shadow with #9ED0FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED0FC.

Preview

Color preview on black background

This text has color #9ED0FC on black background.


Color preview on white background

This text has color #9ED0FC on white background.


Black color preview on #9ED0FC background

This text has black color on #9ED0FC background.


White color preview on #9ED0FC background

This text has white color on #9ED0FC background.


Related colors

Complementary color

Complementary color for #hex is #612F03.


I love getcolorcode.com

Triadic colors

1 #FC9ED0 and #D0FC9E with #9ED0FC are triadic colors.

2 #FCD09E and #D09EFC with #9ED0FC are triadic colors.