COLOR #9FB1DB

HEX: #9FB1DB RGB: (159,177,219)

Color info

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

RGB color model

#9FB1DB color RGB value is (159,177,219).

RGB: (159,177,219) (62%, 69%, 86%)

RGB channels and saturation

R 159 of 255 = 62%
G 177 of 255 = 69%
B 219 of 255 = 86%

159
177
219

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

Portions of RGB colors in percentages

R + G + B = 159 + 177 + 219 = 555 (100%)
R 159 of 555 ~ 28.65%
G 177 of 555 ~ 31.89%
B 219 of 555 ~ 39.46'%

%28.65
%31.89
%39.46

CMYK color model

#9FB1DB color CMYK value is (27,19,0,14).

  • cyan value is 27.40%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (27,19,0,14)
C27M19Y0K14 (27%, 19%, 0%, 14%)
(0.27 / 0.19 / 0.00 / 0.14)

CMYK percentages

%27.4
%19.18
%0
%14.12

Codes

Color #9FB1DB in popluar color models

9F B1 DB
RGB 159 177 219
HSL 222° 45.45% 74.12%
HSB/HSV 222° 27.40% 85.88%
CMYK 27.40% 19.18% 0.00%
14.12%

Color #9FB1DB in popluar number systems.

HEX 9F B1 DB
Decimal 159 177 219
Binary 10011111 10110001 11011011
Octal 237 261 333

Shades and tints

Shades of #9FB1DB

#9FB1DB
(159,177,219)
#91A1C8
(145,161,200)
#8391B5
(131,145,181)
#7581A2
(117,129,162)
#67718F
(103,113,143)
#59617C
(89,97,124)
#4B5169
(75,81,105)
#3D4156
(61,65,86)
#2F3143
(47,49,67)
#212130
(33,33,48)
#13111D
(19,17,29)
#000000
(0,0,0)

Tints of #9FB1DB

#9FB1DB
(159,177,219)
#A7B8DE
(167,184,222)
#AFBFE1
(175,191,225)
#B7C6E4
(183,198,228)
#BFCDE7
(191,205,231)
#C7D4EA
(199,212,234)
#CFDBED
(207,219,237)
#D7E2F0
(215,226,240)
#DFE9F3
(223,233,243)
#E7F0F6
(231,240,246)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB1DB color. Also use rgb(159,177,219) instead hex code.

Text Font Color

.myTextColor { color: #9FB1DB; }

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

This text font color is #9FB1DB.

Background Color

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

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

This div background color is #9FB1DB.

Border color

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

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

This div border color is #9FB1DB.

Opacity

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

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

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

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

This text has shadow with #9FB1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB1DB.

Preview

Color preview on black background

This text has color #9FB1DB on black background.


Color preview on white background

This text has color #9FB1DB on white background.


Black color preview on #9FB1DB background

This text has black color on #9FB1DB background.


White color preview on #9FB1DB background

This text has white color on #9FB1DB background.


Related colors

Complementary color

Complementary color for #hex is #604E24.


I love getcolorcode.com

Triadic colors

1 #DB9FB1 and #B1DB9F with #9FB1DB are triadic colors.

2 #DBB19F and #B19FDB with #9FB1DB are triadic colors.