COLOR #9FD0FA

HEX: #9FD0FA
RGB: (159,208,250)

Color info

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

RGB color model

#9FD0FA color RGB value is (159,208,250).

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

RGB channels and saturation

R 159 of 255 = 62%
G 208 of 255 = 82%
B 250 of 255 = 98%

159
208
250

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

Portions of RGB colors in percentages

R + G + B =
159 + 208 + 250 = 617 (100%)
R 159 of 617 ~ 25.77%
G 208 of 617 ~ 33.71%
B 250 of 617 ~ 40.52%

%25.77
%33.71
%40.52

CMYK color model

#9FD0FA color CMYK value is (36,17,0,2).

  • cyan value is 36.40%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(36,17,0,2)
C36M17Y0K2 
(36%,17%,0%,2%)
(0.36/0.17/0.00/0.02)	

CMYK percentages

%36.4
%16.8
%0
%1.96

Codes

Color #9FD0FA in popluar color models

9FD0FA
RGB159208250
HSL208°90.10%80.20%
HSB/HSV208°36.40%98.04%
CMYK36.40%16.80%0.00%
1.96%

Color #9FD0FA in popluar number systems.

HEX9FD0FA
Decimal159208250
Binary100111111101000011111010
Octal237320372

Shades and tints

Shades of #9FD0FA

#9FD0FA
(159,208,250)
#91BEE4
(145,190,228)
#83ACCE
(131,172,206)
#759AB8
(117,154,184)
#6788A2
(103,136,162)
#59768C
(89,118,140)
#4B6476
(75,100,118)
#3D5260
(61,82,96)
#2F404A
(47,64,74)
#212E34
(33,46,52)
#131C1E
(19,28,30)
#000000
(0,0,0)

Tints of #9FD0FA

#9FD0FA
(159,208,250)
#A7D4FA
(167,212,250)
#AFD8FA
(175,216,250)
#B7DCFA
(183,220,250)
#BFE0FA
(191,224,250)
#C7E4FA
(199,228,250)
#CFE8FA
(207,232,250)
#D7ECFA
(215,236,250)
#DFF0FA
(223,240,250)
#E7F4FA
(231,244,250)
#EFF8FA
(239,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD0FA; }

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

This text font color is #9FD0FA.


Background Color

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

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

This div background color is #9FD0FA.


Border color

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

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

This div border color is #9FD0FA.


Opacity

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

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

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

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

This text has shadow with #9FD0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD0FA on black background.


Color preview on white background

This text has color #9FD0FA on white background.



Black color preview on #9FD0FA background

This text has black color on #9FD0FA background.


White color preview on #9FD0FA background

This text has white color on #9FD0FA background.