COLOR #9ED4FA

HEX: #9ED4FA
RGB: (158,212,250)

Color info

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

RGB color model

#9ED4FA color RGB value is (158,212,250).

  • red value is 158;
  • green value is 212;
  • blue value is 250.
RGB:
(158,212,250)
(62%,83%,98%)

RGB channels and saturation

R 158 of 255 = 62%
G 212 of 255 = 83%
B 250 of 255 = 98%

158
212
250

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

Portions of RGB colors in percentages

R + G + B =
158 + 212 + 250 = 620 (100%)
R 158 of 620 ~ 25.48%
G 212 of 620 ~ 34.19%
B 250 of 620 ~ 40.32%

%25.48
%34.19
%40.32

CMYK color model

#9ED4FA color CMYK value is (37,15,0,2).

  • cyan value is 36.80%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(37,15,0,2)
C37M15Y0K2 
(37%,15%,0%,2%)
(0.37/0.15/0.00/0.02)	

CMYK percentages

%36.8
%15.2
%0
%1.96

Codes

Color #9ED4FA in popluar color models

9ED4FA
RGB158212250
HSL205°90.20%80.00%
HSB/HSV205°36.80%98.04%
CMYK36.80%15.20%0.00%
1.96%

Color #9ED4FA in popluar number systems.

HEX9ED4FA
Decimal158212250
Binary100111101101010011111010
Octal236324372

Shades and tints

Shades of #9ED4FA

#9ED4FA
(158,212,250)
#90C1E4
(144,193,228)
#82AECE
(130,174,206)
#749BB8
(116,155,184)
#6688A2
(102,136,162)
#58758C
(88,117,140)
#4A6276
(74,98,118)
#3C4F60
(60,79,96)
#2E3C4A
(46,60,74)
#202934
(32,41,52)
#12161E
(18,22,30)
#000000
(0,0,0)

Tints of #9ED4FA

#9ED4FA
(158,212,250)
#A6D7FA
(166,215,250)
#AEDAFA
(174,218,250)
#B6DDFA
(182,221,250)
#BEE0FA
(190,224,250)
#C6E3FA
(198,227,250)
#CEE6FA
(206,230,250)
#D6E9FA
(214,233,250)
#DEECFA
(222,236,250)
#E6EFFA
(230,239,250)
#EEF2FA
(238,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED4FA; }

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

This text font color is #9ED4FA.


Background Color

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

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

This div background color is #9ED4FA.


Border color

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

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

This div border color is #9ED4FA.


Opacity

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

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

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

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

This text has shadow with #9ED4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED4FA on black background.


Color preview on white background

This text has color #9ED4FA on white background.



Black color preview on #9ED4FA background

This text has black color on #9ED4FA background.


White color preview on #9ED4FA background

This text has white color on #9ED4FA background.