COLOR #9FB3DD

HEX: #9FB3DD
RGB: (159,179,221)

Color info

#9FB3DD contains mainly green and blue colors. Web safe color of #9FB3DD is #9999CC (or #99C).

RGB color model

#9FB3DD color RGB value is (159,179,221).

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

RGB channels and saturation

R 159 of 255 = 62%
G 179 of 255 = 70%
B 221 of 255 = 87%

159
179
221

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

Portions of RGB colors in percentages

R + G + B =
159 + 179 + 221 = 559 (100%)
R 159 of 559 ~ 28.44%
G 179 of 559 ~ 32.02%
B 221 of 559 ~ 39.53%

%28.44
%32.02
%39.53

CMYK color model

#9FB3DD color CMYK value is (28,19,0,13).

  • cyan value is 28.05%
  • magenta value is 19.00%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(28,19,0,13)
C28M19Y0K13 
(28%,19%,0%,13%)
(0.28/0.19/0.00/0.13)	

CMYK percentages

%28.05
%19
%0
%13.33

Codes

Color #9FB3DD in popluar color models

9FB3DD
RGB159179221
HSL221°47.69%74.51%
HSB/HSV221°28.05%86.67%
CMYK28.05%19.00%0.00%
13.33%

Color #9FB3DD in popluar number systems.

HEX9FB3DD
Decimal159179221
Binary100111111011001111011101
Octal237263335

Shades and tints

Shades of #9FB3DD

#9FB3DD
(159,179,221)
#91A3C9
(145,163,201)
#8393B5
(131,147,181)
#7583A1
(117,131,161)
#67738D
(103,115,141)
#596379
(89,99,121)
#4B5365
(75,83,101)
#3D4351
(61,67,81)
#2F333D
(47,51,61)
#212329
(33,35,41)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #9FB3DD

#9FB3DD
(159,179,221)
#A7B9E0
(167,185,224)
#AFBFE3
(175,191,227)
#B7C5E6
(183,197,230)
#BFCBE9
(191,203,233)
#C7D1EC
(199,209,236)
#CFD7EF
(207,215,239)
#D7DDF2
(215,221,242)
#DFE3F5
(223,227,245)
#E7E9F8
(231,233,248)
#EFEFFB
(239,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB3DD; }

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

This text font color is #9FB3DD.


Background Color

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

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

This div background color is #9FB3DD.


Border color

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

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

This div border color is #9FB3DD.


Opacity

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

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

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

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

This text has shadow with #9FB3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB3DD on black background.


Color preview on white background

This text has color #9FB3DD on white background.



Black color preview on #9FB3DD background

This text has black color on #9FB3DD background.


White color preview on #9FB3DD background

This text has white color on #9FB3DD background.