COLOR #9FDAF0

HEX: #9FDAF0
RGB: (159,218,240)

Color info

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

RGB color model

#9FDAF0 color RGB value is (159,218,240).

  • red value is 159;
  • green value is 218;
  • blue value is 240.
RGB:
(159,218,240)
(62%,85%,94%)

RGB channels and saturation

R 159 of 255 = 62%
G 218 of 255 = 85%
B 240 of 255 = 94%

159
218
240

R + G + B ~ 80%. #9FDAF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 218 + 240 = 617 (100%)
R 159 of 617 ~ 25.77%
G 218 of 617 ~ 35.33%
B 240 of 617 ~ 38.9%

%25.77
%35.33
%38.9

CMYK color model

#9FDAF0 color CMYK value is (34,9,0,6).

  • cyan value is 33.75%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(34,9,0,6)
C34M9Y0K6 
(34%,9%,0%,6%)
(0.34/0.09/0.00/0.06)	

CMYK percentages

%33.75
%9.17
%0
%5.88

Codes

Color #9FDAF0 in popluar color models

9FDAF0
RGB159218240
HSL196°72.97%78.24%
HSB/HSV196°33.75%94.12%
CMYK33.75%9.17%0.00%
5.88%

Color #9FDAF0 in popluar number systems.

HEX9FDAF0
Decimal159218240
Binary100111111101101011110000
Octal237332360

Shades and tints

Shades of #9FDAF0

#9FDAF0
(159,218,240)
#91C7DB
(145,199,219)
#83B4C6
(131,180,198)
#75A1B1
(117,161,177)
#678E9C
(103,142,156)
#597B87
(89,123,135)
#4B6872
(75,104,114)
#3D555D
(61,85,93)
#2F4248
(47,66,72)
#212F33
(33,47,51)
#131C1E
(19,28,30)
#000000
(0,0,0)

Tints of #9FDAF0

#9FDAF0
(159,218,240)
#A7DDF1
(167,221,241)
#AFE0F2
(175,224,242)
#B7E3F3
(183,227,243)
#BFE6F4
(191,230,244)
#C7E9F5
(199,233,245)
#CFECF6
(207,236,246)
#D7EFF7
(215,239,247)
#DFF2F8
(223,242,248)
#E7F5F9
(231,245,249)
#EFF8FA
(239,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDAF0 color. Also use rgb(159,218,240) instead hex code.

Text Font Color

.myTextColor { color: #9FDAF0; }

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

This text font color is #9FDAF0.


Background Color

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

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

This div background color is #9FDAF0.


Border color

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

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

This div border color is #9FDAF0.


Opacity

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

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

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

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

This text has shadow with #9FDAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDAF0 on black background.


Color preview on white background

This text has color #9FDAF0 on white background.



Black color preview on #9FDAF0 background

This text has black color on #9FDAF0 background.


White color preview on #9FDAF0 background

This text has white color on #9FDAF0 background.