COLOR #9FB4FF

HEX: #9FB4FF
RGB: (159,180,255)

Color info

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

RGB color model

#9FB4FF color RGB value is (159,180,255).

  • red value is 159;
  • green value is 180;
  • blue value is 255.
RGB:
(159,180,255)
(62%,71%,100%)

RGB channels and saturation

R 159 of 255 = 62%
G 180 of 255 = 71%
B 255 of 255 = 100%

159
180
255

R + G + B ~ 78%. #9FB4FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 180 + 255 = 594 (100%)
R 159 of 594 ~ 26.77%
G 180 of 594 ~ 30.3%
B 255 of 594 ~ 42.93%

%26.77
%30.3
%42.93

CMYK color model

#9FB4FF color CMYK value is (38,29,0,0).

  • cyan value is 37.65%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(38,29,0,0)
C38M29Y0K0 
(38%,29%,0%,0%)
(0.38/0.29/0.00/0.00)	

CMYK percentages

%37.65
%29.41
%0
%0

Codes

Color #9FB4FF in popluar color models

9FB4FF
RGB159180255
HSL227°100.00%81.18%
HSB/HSV227°37.65%100.00%
CMYK37.65%29.41%0.00%
0.00%

Color #9FB4FF in popluar number systems.

HEX9FB4FF
Decimal159180255
Binary100111111011010011111111
Octal237264377

Shades and tints

Shades of #9FB4FF

#9FB4FF
(159,180,255)
#91A4E8
(145,164,232)
#8394D1
(131,148,209)
#7584BA
(117,132,186)
#6774A3
(103,116,163)
#59648C
(89,100,140)
#4B5475
(75,84,117)
#3D445E
(61,68,94)
#2F3447
(47,52,71)
#212430
(33,36,48)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #9FB4FF

#9FB4FF
(159,180,255)
#A7BAFF
(167,186,255)
#AFC0FF
(175,192,255)
#B7C6FF
(183,198,255)
#BFCCFF
(191,204,255)
#C7D2FF
(199,210,255)
#CFD8FF
(207,216,255)
#D7DEFF
(215,222,255)
#DFE4FF
(223,228,255)
#E7EAFF
(231,234,255)
#EFF0FF
(239,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB4FF color. Also use rgb(159,180,255) instead hex code.

Text Font Color

.myTextColor { color: #9FB4FF; }

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

This text font color is #9FB4FF.


Background Color

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

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

This div background color is #9FB4FF.


Border color

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

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

This div border color is #9FB4FF.


Opacity

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

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

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

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

This text has shadow with #9FB4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB4FF on black background.


Color preview on white background

This text has color #9FB4FF on white background.



Black color preview on #9FB4FF background

This text has black color on #9FB4FF background.


White color preview on #9FB4FF background

This text has white color on #9FB4FF background.