COLOR #9ED0F4

HEX: #9ED0F4 RGB: (158,208,244)

Color info

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

RGB color model

#9ED0F4 color RGB value is (158,208,244).

RGB: (158,208,244) (62%, 82%, 96%)

RGB channels and saturation

R 158 of 255 = 62%
G 208 of 255 = 82%
B 244 of 255 = 96%

158
208
244

R + G + B ~ 80%. #9ED0F4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 208 + 244 = 610 (100%)
R 158 of 610 ~ 25.9%
G 208 of 610 ~ 34.1%
B 244 of 610 ~ 40'%

%25.9
%34.1
%40

CMYK color model

#9ED0F4 color CMYK value is (35,15,0,4).

  • cyan value is 35.25%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (35,15,0,4)
C35M15Y0K4 (35%, 15%, 0%, 4%)
(0.35 / 0.15 / 0.00 / 0.04)

CMYK percentages

%35.25
%14.75
%0
%4.31

Codes

Color #9ED0F4 in popluar color models

9E D0 F4
RGB 158 208 244
HSL 205° 79.63% 78.82%
HSB/HSV 205° 35.25% 95.69%
CMYK 35.25% 14.75% 0.00%
4.31%

Color #9ED0F4 in popluar number systems.

HEX 9E D0 F4
Decimal 158 208 244
Binary 10011110 11010000 11110100
Octal 236 320 364

Shades and tints

Shades of #9ED0F4

#9ED0F4
(158,208,244)
#90BEDE
(144,190,222)
#82ACC8
(130,172,200)
#749AB2
(116,154,178)
#66889C
(102,136,156)
#587686
(88,118,134)
#4A6470
(74,100,112)
#3C525A
(60,82,90)
#2E4044
(46,64,68)
#202E2E
(32,46,46)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #9ED0F4

#9ED0F4
(158,208,244)
#A6D4F5
(166,212,245)
#AED8F6
(174,216,246)
#B6DCF7
(182,220,247)
#BEE0F8
(190,224,248)
#C6E4F9
(198,228,249)
#CEE8FA
(206,232,250)
#D6ECFB
(214,236,251)
#DEF0FC
(222,240,252)
#E6F4FD
(230,244,253)
#EEF8FE
(238,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED0F4; }

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

This text font color is #9ED0F4.

Background Color

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

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

This div background color is #9ED0F4.

Border color

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

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

This div border color is #9ED0F4.

Opacity

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

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

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

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

This text has shadow with #9ED0F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED0F4.

Preview

Color preview on black background

This text has color #9ED0F4 on black background.


Color preview on white background

This text has color #9ED0F4 on white background.


Black color preview on #9ED0F4 background

This text has black color on #9ED0F4 background.


White color preview on #9ED0F4 background

This text has white color on #9ED0F4 background.


Related colors

Complementary color

Complementary color for #hex is #612F0B.


I love getcolorcode.com

Triadic colors

1 #F49ED0 and #D0F49E with #9ED0F4 are triadic colors.

2 #F4D09E and #D09EF4 with #9ED0F4 are triadic colors.