COLOR #9FB3D7

HEX: #9FB3D7
RGB: (159,179,215)

Color info

#9FB3D7 contains red, green and blue colors in about the same proportion. Web safe color of #9FB3D7 is #9999CC (or #99C).

RGB color model

#9FB3D7 color RGB value is (159,179,215).

  • red value is 159;
  • green value is 179;
  • blue value is 215.
RGB:
(159,179,215)
(62%,70%,84%)

RGB channels and saturation

R 159 of 255 = 62%
G 179 of 255 = 70%
B 215 of 255 = 84%

159
179
215

R + G + B ~ 72%. #9FB3D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 179 + 215 = 553 (100%)
R 159 of 553 ~ 28.75%
G 179 of 553 ~ 32.37%
B 215 of 553 ~ 38.88%

%28.75
%32.37
%38.88

CMYK color model

#9FB3D7 color CMYK value is (26,17,0,16).

  • cyan value is 26.05%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(26,17,0,16)
C26M17Y0K16 
(26%,17%,0%,16%)
(0.26/0.17/0.00/0.16)	

CMYK percentages

%26.05
%16.74
%0
%15.69

Codes

Color #9FB3D7 in popluar color models

9FB3D7
RGB159179215
HSL219°41.18%73.33%
HSB/HSV219°26.05%84.31%
CMYK26.05%16.74%0.00%
15.69%

Color #9FB3D7 in popluar number systems.

HEX9FB3D7
Decimal159179215
Binary100111111011001111010111
Octal237263327

Shades and tints

Shades of #9FB3D7

#9FB3D7
(159,179,215)
#91A3C4
(145,163,196)
#8393B1
(131,147,177)
#75839E
(117,131,158)
#67738B
(103,115,139)
#596378
(89,99,120)
#4B5365
(75,83,101)
#3D4352
(61,67,82)
#2F333F
(47,51,63)
#21232C
(33,35,44)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #9FB3D7

#9FB3D7
(159,179,215)
#A7B9DA
(167,185,218)
#AFBFDD
(175,191,221)
#B7C5E0
(183,197,224)
#BFCBE3
(191,203,227)
#C7D1E6
(199,209,230)
#CFD7E9
(207,215,233)
#D7DDEC
(215,221,236)
#DFE3EF
(223,227,239)
#E7E9F2
(231,233,242)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB3D7; }

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

This text font color is #9FB3D7.


Background Color

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

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

This div background color is #9FB3D7.


Border color

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

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

This div border color is #9FB3D7.


Opacity

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

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

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

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

This text has shadow with #9FB3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB3D7 on black background.


Color preview on white background

This text has color #9FB3D7 on white background.



Black color preview on #9FB3D7 background

This text has black color on #9FB3D7 background.


White color preview on #9FB3D7 background

This text has white color on #9FB3D7 background.