COLOR #9ED1FD

HEX: #9ED1FD
RGB: (158,209,253)

Color info

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

RGB color model

#9ED1FD color RGB value is (158,209,253).

  • red value is 158;
  • green value is 209;
  • blue value is 253.
RGB:
(158,209,253)
(62%,82%,99%)

RGB channels and saturation

R 158 of 255 = 62%
G 209 of 255 = 82%
B 253 of 255 = 99%

158
209
253

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

Portions of RGB colors in percentages

R + G + B =
158 + 209 + 253 = 620 (100%)
R 158 of 620 ~ 25.48%
G 209 of 620 ~ 33.71%
B 253 of 620 ~ 40.81%

%25.48
%33.71
%40.81

CMYK color model

#9ED1FD color CMYK value is (38,17,0,1).

  • cyan value is 37.55%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(38,17,0,1)
C38M17Y0K1 
(38%,17%,0%,1%)
(0.38/0.17/0.00/0.01)	

CMYK percentages

%37.55
%17.39
%0
%0.78

Codes

Color #9ED1FD in popluar color models

9ED1FD
RGB158209253
HSL208°95.96%80.59%
HSB/HSV208°37.55%99.22%
CMYK37.55%17.39%0.00%
0.78%

Color #9ED1FD in popluar number systems.

HEX9ED1FD
Decimal158209253
Binary100111101101000111111101
Octal236321375

Shades and tints

Shades of #9ED1FD

#9ED1FD
(158,209,253)
#90BEE6
(144,190,230)
#82ABCF
(130,171,207)
#7498B8
(116,152,184)
#6685A1
(102,133,161)
#58728A
(88,114,138)
#4A5F73
(74,95,115)
#3C4C5C
(60,76,92)
#2E3945
(46,57,69)
#20262E
(32,38,46)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #9ED1FD

#9ED1FD
(158,209,253)
#A6D5FD
(166,213,253)
#AED9FD
(174,217,253)
#B6DDFD
(182,221,253)
#BEE1FD
(190,225,253)
#C6E5FD
(198,229,253)
#CEE9FD
(206,233,253)
#D6EDFD
(214,237,253)
#DEF1FD
(222,241,253)
#E6F5FD
(230,245,253)
#EEF9FD
(238,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED1FD color. Also use rgb(158,209,253) instead hex code.

Text Font Color

.myTextColor { color: #9ED1FD; }

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

This text font color is #9ED1FD.


Background Color

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

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

This div background color is #9ED1FD.


Border color

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

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

This div border color is #9ED1FD.


Opacity

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

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

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

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

This text has shadow with #9ED1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED1FD on black background.


Color preview on white background

This text has color #9ED1FD on white background.



Black color preview on #9ED1FD background

This text has black color on #9ED1FD background.


White color preview on #9ED1FD background

This text has white color on #9ED1FD background.