COLOR #9FD7FE

HEX: #9FD7FE
RGB: (159,215,254)

Color info

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

RGB color model

#9FD7FE color RGB value is (159,215,254).

  • red value is 159;
  • green value is 215;
  • blue value is 254.
RGB:
(159,215,254)
(62%,84%,100%)

RGB channels and saturation

R 159 of 255 = 62%
G 215 of 255 = 84%
B 254 of 255 = 100%

159
215
254

R + G + B ~ 82%. #9FD7FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 215 + 254 = 628 (100%)
R 159 of 628 ~ 25.32%
G 215 of 628 ~ 34.24%
B 254 of 628 ~ 40.45%

%25.32
%34.24
%40.45

CMYK color model

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

  • cyan value is 37.40%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(37,15,0,0)
C37M15Y0K0 
(37%,15%,0%,0%)
(0.37/0.15/0.00/0.00)	

CMYK percentages

%37.4
%15.35
%0
%0.39

Codes

Color #9FD7FE in popluar color models

9FD7FE
RGB159215254
HSL205°97.94%80.98%
HSB/HSV205°37.40%99.61%
CMYK37.40%15.35%0.00%
0.39%

Color #9FD7FE in popluar number systems.

HEX9FD7FE
Decimal159215254
Binary100111111101011111111110
Octal237327376

Shades and tints

Shades of #9FD7FE

#9FD7FE
(159,215,254)
#91C4E7
(145,196,231)
#83B1D0
(131,177,208)
#759EB9
(117,158,185)
#678BA2
(103,139,162)
#59788B
(89,120,139)
#4B6574
(75,101,116)
#3D525D
(61,82,93)
#2F3F46
(47,63,70)
#212C2F
(33,44,47)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #9FD7FE

#9FD7FE
(159,215,254)
#A7DAFE
(167,218,254)
#AFDDFE
(175,221,254)
#B7E0FE
(183,224,254)
#BFE3FE
(191,227,254)
#C7E6FE
(199,230,254)
#CFE9FE
(207,233,254)
#D7ECFE
(215,236,254)
#DFEFFE
(223,239,254)
#E7F2FE
(231,242,254)
#EFF5FE
(239,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD7FE color. Also use rgb(159,215,254) instead hex code.

Text Font Color

.myTextColor { color: #9FD7FE; }

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

This text font color is #9FD7FE.


Background Color

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

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

This div background color is #9FD7FE.


Border color

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

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

This div border color is #9FD7FE.


Opacity

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

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

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

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

This text has shadow with #9FD7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD7FE on black background.


Color preview on white background

This text has color #9FD7FE on white background.



Black color preview on #9FD7FE background

This text has black color on #9FD7FE background.


White color preview on #9FD7FE background

This text has white color on #9FD7FE background.