COLOR #9ED1FC

HEX: #9ED1FC
RGB: (158,209,252)

Color info

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

RGB color model

#9ED1FC color RGB value is (158,209,252).

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

RGB channels and saturation

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

158
209
252

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

Portions of RGB colors in percentages

R + G + B =
158 + 209 + 252 = 619 (100%)
R 158 of 619 ~ 25.53%
G 209 of 619 ~ 33.76%
B 252 of 619 ~ 40.71%

%25.53
%33.76
%40.71

CMYK color model

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

  • cyan value is 37.30%
  • magenta value is 17.06%
  • 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.06
%0
%1.18

Codes

Color #9ED1FC in popluar color models

9ED1FC
RGB158209252
HSL207°94.00%80.39%
HSB/HSV207°37.30%98.82%
CMYK37.30%17.06%0.00%
1.18%

Color #9ED1FC in popluar number systems.

HEX9ED1FC
Decimal158209252
Binary100111101101000111111100
Octal236321374

Shades and tints

Shades of #9ED1FC

#9ED1FC
(158,209,252)
#90BEE6
(144,190,230)
#82ABD0
(130,171,208)
#7498BA
(116,152,186)
#6685A4
(102,133,164)
#58728E
(88,114,142)
#4A5F78
(74,95,120)
#3C4C62
(60,76,98)
#2E394C
(46,57,76)
#202636
(32,38,54)
#121320
(18,19,32)
#000000
(0,0,0)

Tints of #9ED1FC

#9ED1FC
(158,209,252)
#A6D5FC
(166,213,252)
#AED9FC
(174,217,252)
#B6DDFC
(182,221,252)
#BEE1FC
(190,225,252)
#C6E5FC
(198,229,252)
#CEE9FC
(206,233,252)
#D6EDFC
(214,237,252)
#DEF1FC
(222,241,252)
#E6F5FC
(230,245,252)
#EEF9FC
(238,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED1FC; }

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

This text font color is #9ED1FC.


Background Color

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

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

This div background color is #9ED1FC.


Border color

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

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

This div border color is #9ED1FC.


Opacity

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

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

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

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

This text has shadow with #9ED1FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED1FC on black background.


Color preview on white background

This text has color #9ED1FC on white background.



Black color preview on #9ED1FC background

This text has black color on #9ED1FC background.


White color preview on #9ED1FC background

This text has white color on #9ED1FC background.