COLOR #9FB6DD

HEX: #9FB6DD RGB: (159,182,221)

Color info

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

RGB color model

#9FB6DD color RGB value is (159,182,221).

RGB: (159,182,221) (62%, 71%, 87%)

RGB channels and saturation

R 159 of 255 = 62%
G 182 of 255 = 71%
B 221 of 255 = 87%

159
182
221

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

Portions of RGB colors in percentages

R + G + B = 159 + 182 + 221 = 562 (100%)
R 159 of 562 ~ 28.29%
G 182 of 562 ~ 32.38%
B 221 of 562 ~ 39.32'%

%28.29
%32.38
%39.32

CMYK color model

#9FB6DD color CMYK value is (28,18,0,13).

  • cyan value is 28.05%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (28,18,0,13) C28M18Y0K13 (28%,18%,0%,13%) (0.28/0.18/0.00/0.13) 

CMYK percentages

%28.05
%17.65
%0
%13.33

Codes

Color #9FB6DD in popluar color models

9F B6 DD
RGB 159 182 221
HSL 218° 47.69% 74.51%
HSB/HSV 218° 28.05% 86.67%
CMYK 28.05% 17.65% 0.00%
13.33%

Color #9FB6DD in popluar number systems.

HEX 9F B6 DD
Decimal 159 182 221
Binary 10011111 10110110 11011101
Octal 237 266 335

Shades and tints

Shades of #9FB6DD

#9FB6DD
(159,182,221)
#91A6C9
(145,166,201)
#8396B5
(131,150,181)
#7586A1
(117,134,161)
#67768D
(103,118,141)
#596679
(89,102,121)
#4B5665
(75,86,101)
#3D4651
(61,70,81)
#2F363D
(47,54,61)
#212629
(33,38,41)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #9FB6DD

#9FB6DD
(159,182,221)
#A7BCE0
(167,188,224)
#AFC2E3
(175,194,227)
#B7C8E6
(183,200,230)
#BFCEE9
(191,206,233)
#C7D4EC
(199,212,236)
#CFDAEF
(207,218,239)
#D7E0F2
(215,224,242)
#DFE6F5
(223,230,245)
#E7ECF8
(231,236,248)
#EFF2FB
(239,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB6DD; }

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

This text font color is #9FB6DD.

Background Color

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

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

This div background color is #9FB6DD.

Border color

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

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

This div border color is #9FB6DD.

Opacity

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

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

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

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

This text has shadow with #9FB6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB6DD.

Preview

Color preview on black background

This text has color #9FB6DD on black background.


Color preview on white background

This text has color #9FB6DD on white background.


Black color preview on #9FB6DD background

This text has black color on #9FB6DD background.


White color preview on #9FB6DD background

This text has white color on #9FB6DD background.


Related colors

Complementary color

Complementary color for #hex is #604922.


I love getcolorcode.com

Triadic colors

1 #DD9FB6 and #B6DD9F with #9FB6DD are triadic colors.

2 #DDB69F and #B69FDD with #9FB6DD are triadic colors.