COLOR #9FB6FB

HEX: #9FB6FB
RGB: (159,182,251)

Color info

#9FB6FB contains mainly blue color. Web safe color of #9FB6FB is #99CCFF (or #9CF).

RGB color model

#9FB6FB color RGB value is (159,182,251).

  • red value is 159;
  • green value is 182;
  • blue value is 251.
RGB:
(159,182,251)
(62%,71%,98%)

RGB channels and saturation

R 159 of 255 = 62%
G 182 of 255 = 71%
B 251 of 255 = 98%

159
182
251

R + G + B ~ 77%. #9FB6FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 182 + 251 = 592 (100%)
R 159 of 592 ~ 26.86%
G 182 of 592 ~ 30.74%
B 251 of 592 ~ 42.4%

%26.86
%30.74
%42.4

CMYK color model

#9FB6FB color CMYK value is (37,27,0,2).

  • cyan value is 36.65%
  • magenta value is 27.49%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(37,27,0,2)
C37M27Y0K2 
(37%,27%,0%,2%)
(0.37/0.27/0.00/0.02)	

CMYK percentages

%36.65
%27.49
%0
%1.57

Codes

Color #9FB6FB in popluar color models

9FB6FB
RGB159182251
HSL225°92.00%80.39%
HSB/HSV225°36.65%98.43%
CMYK36.65%27.49%0.00%
1.57%

Color #9FB6FB in popluar number systems.

HEX9FB6FB
Decimal159182251
Binary100111111011011011111011
Octal237266373

Shades and tints

Shades of #9FB6FB

#9FB6FB
(159,182,251)
#91A6E5
(145,166,229)
#8396CF
(131,150,207)
#7586B9
(117,134,185)
#6776A3
(103,118,163)
#59668D
(89,102,141)
#4B5677
(75,86,119)
#3D4661
(61,70,97)
#2F364B
(47,54,75)
#212635
(33,38,53)
#13161F
(19,22,31)
#000000
(0,0,0)

Tints of #9FB6FB

#9FB6FB
(159,182,251)
#A7BCFB
(167,188,251)
#AFC2FB
(175,194,251)
#B7C8FB
(183,200,251)
#BFCEFB
(191,206,251)
#C7D4FB
(199,212,251)
#CFDAFB
(207,218,251)
#D7E0FB
(215,224,251)
#DFE6FB
(223,230,251)
#E7ECFB
(231,236,251)
#EFF2FB
(239,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB6FB; }

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

This text font color is #9FB6FB.


Background Color

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

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

This div background color is #9FB6FB.


Border color

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

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

This div border color is #9FB6FB.


Opacity

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

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

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

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

This text has shadow with #9FB6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB6FB on black background.


Color preview on white background

This text has color #9FB6FB on white background.



Black color preview on #9FB6FB background

This text has black color on #9FB6FB background.


White color preview on #9FB6FB background

This text has white color on #9FB6FB background.