COLOR #9FB7DC

HEX: #9FB7DC
RGB: (159,183,220)

Color info

#9FB7DC contains mainly green and blue colors. Web safe color of #9FB7DC is #99CCCC (or #9CC).

RGB color model

#9FB7DC color RGB value is (159,183,220).

  • red value is 159;
  • green value is 183;
  • blue value is 220.
RGB:
(159,183,220)
(62%,72%,86%)

RGB channels and saturation

R 159 of 255 = 62%
G 183 of 255 = 72%
B 220 of 255 = 86%

159
183
220

R + G + B ~ 73%. #9FB7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 183 + 220 = 562 (100%)
R 159 of 562 ~ 28.29%
G 183 of 562 ~ 32.56%
B 220 of 562 ~ 39.15%

%28.29
%32.56
%39.15

CMYK color model

#9FB7DC color CMYK value is (28,17,0,14).

  • cyan value is 27.73%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(28,17,0,14)
C28M17Y0K14 
(28%,17%,0%,14%)
(0.28/0.17/0.00/0.14)	

CMYK percentages

%27.73
%16.82
%0
%13.73

Codes

Color #9FB7DC in popluar color models

9FB7DC
RGB159183220
HSL216°46.56%74.31%
HSB/HSV216°27.73%86.27%
CMYK27.73%16.82%0.00%
13.73%

Color #9FB7DC in popluar number systems.

HEX9FB7DC
Decimal159183220
Binary100111111011011111011100
Octal237267334

Shades and tints

Shades of #9FB7DC

#9FB7DC
(159,183,220)
#91A7C8
(145,167,200)
#8397B4
(131,151,180)
#7587A0
(117,135,160)
#67778C
(103,119,140)
#596778
(89,103,120)
#4B5764
(75,87,100)
#3D4750
(61,71,80)
#2F373C
(47,55,60)
#212728
(33,39,40)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #9FB7DC

#9FB7DC
(159,183,220)
#A7BDDF
(167,189,223)
#AFC3E2
(175,195,226)
#B7C9E5
(183,201,229)
#BFCFE8
(191,207,232)
#C7D5EB
(199,213,235)
#CFDBEE
(207,219,238)
#D7E1F1
(215,225,241)
#DFE7F4
(223,231,244)
#E7EDF7
(231,237,247)
#EFF3FA
(239,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB7DC color. Also use rgb(159,183,220) instead hex code.

Text Font Color

.myTextColor { color: #9FB7DC; }

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

This text font color is #9FB7DC.


Background Color

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

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

This div background color is #9FB7DC.


Border color

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

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

This div border color is #9FB7DC.


Opacity

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

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

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

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

This text has shadow with #9FB7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB7DC on black background.


Color preview on white background

This text has color #9FB7DC on white background.



Black color preview on #9FB7DC background

This text has black color on #9FB7DC background.


White color preview on #9FB7DC background

This text has white color on #9FB7DC background.