COLOR #9FD7FF

HEX: #9FD7FF RGB: (159,215,255)

Color info

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

RGB color model

#9FD7FF color RGB value is (159,215,255).

RGB: (159,215,255) (62%, 84%, 100%)

RGB channels and saturation

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

159
215
255

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

Portions of RGB colors in percentages

R + G + B = 159 + 215 + 255 = 629 (100%)
R 159 of 629 ~ 25.28%
G 215 of 629 ~ 34.18%
B 255 of 629 ~ 40.54'%

%25.28
%34.18
%40.54

CMYK color model

#9FD7FF color CMYK value is (38,16,0,0).

  • cyan value is 37.65%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (38,16,0,0)
C38M16Y0K0 (38%, 16%, 0%, 0%)
(0.38 / 0.16 / 0.00 / 0.00)

CMYK percentages

%37.65
%15.69
%0
%0

Codes

Color #9FD7FF in popluar color models

9F D7 FF
RGB 159 215 255
HSL 205° 100.00% 81.18%
HSB/HSV 205° 37.65% 100.00%
CMYK 37.65% 15.69% 0.00%
0.00%

Color #9FD7FF in popluar number systems.

HEX 9F D7 FF
Decimal 159 215 255
Binary 10011111 11010111 11111111
Octal 237 327 377

Shades and tints

Shades of #9FD7FF

#9FD7FF
(159,215,255)
#91C4E8
(145,196,232)
#83B1D1
(131,177,209)
#759EBA
(117,158,186)
#678BA3
(103,139,163)
#59788C
(89,120,140)
#4B6575
(75,101,117)
#3D525E
(61,82,94)
#2F3F47
(47,63,71)
#212C30
(33,44,48)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #9FD7FF

#9FD7FF
(159,215,255)
#A7DAFF
(167,218,255)
#AFDDFF
(175,221,255)
#B7E0FF
(183,224,255)
#BFE3FF
(191,227,255)
#C7E6FF
(199,230,255)
#CFE9FF
(207,233,255)
#D7ECFF
(215,236,255)
#DFEFFF
(223,239,255)
#E7F2FF
(231,242,255)
#EFF5FF
(239,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD7FF; }

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

This text font color is #9FD7FF.

Background Color

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

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

This div background color is #9FD7FF.

Border color

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

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

This div border color is #9FD7FF.

Opacity

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

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

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

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

This text has shadow with #9FD7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD7FF.

Preview

Color preview on black background

This text has color #9FD7FF on black background.


Color preview on white background

This text has color #9FD7FF on white background.


Black color preview on #9FD7FF background

This text has black color on #9FD7FF background.


White color preview on #9FD7FF background

This text has white color on #9FD7FF background.


Related colors

Complementary color

Complementary color for #hex is #602800.


I love getcolorcode.com

Triadic colors

1 #FF9FD7 and #D7FF9F with #9FD7FF are triadic colors.

2 #FFD79F and #D79FFF with #9FD7FF are triadic colors.