COLOR #9FB8DB

HEX: #9FB8DB
RGB: (159,184,219)

Color info

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

RGB color model

#9FB8DB color RGB value is (159,184,219).

  • red value is 159;
  • green value is 184;
  • blue value is 219.
RGB:
(159,184,219)
(62%,72%,86%)

RGB channels and saturation

R 159 of 255 = 62%
G 184 of 255 = 72%
B 219 of 255 = 86%

159
184
219

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

Portions of RGB colors in percentages

R + G + B =
159 + 184 + 219 = 562 (100%)
R 159 of 562 ~ 28.29%
G 184 of 562 ~ 32.74%
B 219 of 562 ~ 38.97%

%28.29
%32.74
%38.97

CMYK color model

#9FB8DB color CMYK value is (27,16,0,14).

  • cyan value is 27.40%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(27,16,0,14)
C27M16Y0K14 
(27%,16%,0%,14%)
(0.27/0.16/0.00/0.14)	

CMYK percentages

%27.4
%15.98
%0
%14.12

Codes

Color #9FB8DB in popluar color models

9FB8DB
RGB159184219
HSL215°45.45%74.12%
HSB/HSV215°27.40%85.88%
CMYK27.40%15.98%0.00%
14.12%

Color #9FB8DB in popluar number systems.

HEX9FB8DB
Decimal159184219
Binary100111111011100011011011
Octal237270333

Shades and tints

Shades of #9FB8DB

#9FB8DB
(159,184,219)
#91A8C8
(145,168,200)
#8398B5
(131,152,181)
#7588A2
(117,136,162)
#67788F
(103,120,143)
#59687C
(89,104,124)
#4B5869
(75,88,105)
#3D4856
(61,72,86)
#2F3843
(47,56,67)
#212830
(33,40,48)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #9FB8DB

#9FB8DB
(159,184,219)
#A7BEDE
(167,190,222)
#AFC4E1
(175,196,225)
#B7CAE4
(183,202,228)
#BFD0E7
(191,208,231)
#C7D6EA
(199,214,234)
#CFDCED
(207,220,237)
#D7E2F0
(215,226,240)
#DFE8F3
(223,232,243)
#E7EEF6
(231,238,246)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB8DB; }

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

This text font color is #9FB8DB.


Background Color

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

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

This div background color is #9FB8DB.


Border color

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

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

This div border color is #9FB8DB.


Opacity

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

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

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

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

This text has shadow with #9FB8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB8DB on black background.


Color preview on white background

This text has color #9FB8DB on white background.



Black color preview on #9FB8DB background

This text has black color on #9FB8DB background.


White color preview on #9FB8DB background

This text has white color on #9FB8DB background.