COLOR #9FB0DF

HEX: #9FB0DF RGB: (159,176,223)

Color info

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

RGB color model

#9FB0DF color RGB value is (159,176,223).

RGB: (159,176,223) (62%, 69%, 87%)

RGB channels and saturation

R 159 of 255 = 62%
G 176 of 255 = 69%
B 223 of 255 = 87%

159
176
223

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

Portions of RGB colors in percentages

R + G + B = 159 + 176 + 223 = 558 (100%)
R 159 of 558 ~ 28.49%
G 176 of 558 ~ 31.54%
B 223 of 558 ~ 39.96'%

%28.49
%31.54
%39.96

CMYK color model

#9FB0DF color CMYK value is (29,21,0,13).

  • cyan value is 28.70%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (29,21,0,13)
C29M21Y0K13 (29%, 21%, 0%, 13%)
(0.29 / 0.21 / 0.00 / 0.13)

CMYK percentages

%28.7
%21.08
%0
%12.55

Codes

Color #9FB0DF in popluar color models

9F B0 DF
RGB 159 176 223
HSL 224° 50.00% 74.90%
HSB/HSV 224° 28.70% 87.45%
CMYK 28.70% 21.08% 0.00%
12.55%

Color #9FB0DF in popluar number systems.

HEX 9F B0 DF
Decimal 159 176 223
Binary 10011111 10110000 11011111
Octal 237 260 337

Shades and tints

Shades of #9FB0DF

#9FB0DF
(159,176,223)
#91A0CB
(145,160,203)
#8390B7
(131,144,183)
#7580A3
(117,128,163)
#67708F
(103,112,143)
#59607B
(89,96,123)
#4B5067
(75,80,103)
#3D4053
(61,64,83)
#2F303F
(47,48,63)
#21202B
(33,32,43)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #9FB0DF

#9FB0DF
(159,176,223)
#A7B7E1
(167,183,225)
#AFBEE3
(175,190,227)
#B7C5E5
(183,197,229)
#BFCCE7
(191,204,231)
#C7D3E9
(199,211,233)
#CFDAEB
(207,218,235)
#D7E1ED
(215,225,237)
#DFE8EF
(223,232,239)
#E7EFF1
(231,239,241)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB0DF color. Also use rgb(159,176,223) instead hex code.

Text Font Color

.myTextColor { color: #9FB0DF; }

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

This text font color is #9FB0DF.

Background Color

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

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

This div background color is #9FB0DF.

Border color

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

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

This div border color is #9FB0DF.

Opacity

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

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

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

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

This text has shadow with #9FB0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB0DF.

Preview

Color preview on black background

This text has color #9FB0DF on black background.


Color preview on white background

This text has color #9FB0DF on white background.


Black color preview on #9FB0DF background

This text has black color on #9FB0DF background.


White color preview on #9FB0DF background

This text has white color on #9FB0DF background.


Related colors

Complementary color

Complementary color for #hex is #604F20.


I love getcolorcode.com

Triadic colors

1 #DF9FB0 and #B0DF9F with #9FB0DF are triadic colors.

2 #DFB09F and #B09FDF with #9FB0DF are triadic colors.