COLOR #9FD8FA

HEX: #9FD8FA
RGB: (159,216,250)

Color info

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

RGB color model

#9FD8FA color RGB value is (159,216,250).

  • red value is 159;
  • green value is 216;
  • blue value is 250.
RGB:
(159,216,250)
(62%,85%,98%)

RGB channels and saturation

R 159 of 255 = 62%
G 216 of 255 = 85%
B 250 of 255 = 98%

159
216
250

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

Portions of RGB colors in percentages

R + G + B =
159 + 216 + 250 = 625 (100%)
R 159 of 625 ~ 25.44%
G 216 of 625 ~ 34.56%
B 250 of 625 ~ 40%

%25.44
%34.56
%40

CMYK color model

#9FD8FA color CMYK value is (36,14,0,2).

  • cyan value is 36.40%
  • magenta value is 13.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(36,14,0,2)
C36M14Y0K2 
(36%,14%,0%,2%)
(0.36/0.14/0.00/0.02)	

CMYK percentages

%36.4
%13.6
%0
%1.96

Codes

Color #9FD8FA in popluar color models

9FD8FA
RGB159216250
HSL202°90.10%80.20%
HSB/HSV202°36.40%98.04%
CMYK36.40%13.60%0.00%
1.96%

Color #9FD8FA in popluar number systems.

HEX9FD8FA
Decimal159216250
Binary100111111101100011111010
Octal237330372

Shades and tints

Shades of #9FD8FA

#9FD8FA
(159,216,250)
#91C5E4
(145,197,228)
#83B2CE
(131,178,206)
#759FB8
(117,159,184)
#678CA2
(103,140,162)
#59798C
(89,121,140)
#4B6676
(75,102,118)
#3D5360
(61,83,96)
#2F404A
(47,64,74)
#212D34
(33,45,52)
#131A1E
(19,26,30)
#000000
(0,0,0)

Tints of #9FD8FA

#9FD8FA
(159,216,250)
#A7DBFA
(167,219,250)
#AFDEFA
(175,222,250)
#B7E1FA
(183,225,250)
#BFE4FA
(191,228,250)
#C7E7FA
(199,231,250)
#CFEAFA
(207,234,250)
#D7EDFA
(215,237,250)
#DFF0FA
(223,240,250)
#E7F3FA
(231,243,250)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD8FA color. Also use rgb(159,216,250) instead hex code.

Text Font Color

.myTextColor { color: #9FD8FA; }

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

This text font color is #9FD8FA.


Background Color

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

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

This div background color is #9FD8FA.


Border color

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

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

This div border color is #9FD8FA.


Opacity

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

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

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

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

This text has shadow with #9FD8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD8FA on black background.


Color preview on white background

This text has color #9FD8FA on white background.



Black color preview on #9FD8FA background

This text has black color on #9FD8FA background.


White color preview on #9FD8FA background

This text has white color on #9FD8FA background.