COLOR #9FBCFF

HEX: #9FBCFF RGB: (159,188,255)

Color info

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

RGB color model

#9FBCFF color RGB value is (159,188,255).

RGB: (159,188,255) (62%, 74%, 100%)

RGB channels and saturation

R 159 of 255 = 62%
G 188 of 255 = 74%
B 255 of 255 = 100%

159
188
255

R + G + B ~ 79%. #9FBCFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 188 + 255 = 602 (100%)
R 159 of 602 ~ 26.41%
G 188 of 602 ~ 31.23%
B 255 of 602 ~ 42.36'%

%26.41
%31.23
%42.36

CMYK color model

#9FBCFF color CMYK value is (38,26,0,0).

  • cyan value is 37.65%
  • magenta value is 26.27%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (38,26,0,0)
C38M26Y0K0 (38%, 26%, 0%, 0%)
(0.38 / 0.26 / 0.00 / 0.00)

CMYK percentages

%37.65
%26.27
%0
%0

Codes

Color #9FBCFF in popluar color models

9F BC FF
RGB 159 188 255
HSL 222° 100.00% 81.18%
HSB/HSV 222° 37.65% 100.00%
CMYK 37.65% 26.27% 0.00%
0.00%

Color #9FBCFF in popluar number systems.

HEX 9F BC FF
Decimal 159 188 255
Binary 10011111 10111100 11111111
Octal 237 274 377

Shades and tints

Shades of #9FBCFF

#9FBCFF
(159,188,255)
#91ABE8
(145,171,232)
#839AD1
(131,154,209)
#7589BA
(117,137,186)
#6778A3
(103,120,163)
#59678C
(89,103,140)
#4B5675
(75,86,117)
#3D455E
(61,69,94)
#2F3447
(47,52,71)
#212330
(33,35,48)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #9FBCFF

#9FBCFF
(159,188,255)
#A7C2FF
(167,194,255)
#AFC8FF
(175,200,255)
#B7CEFF
(183,206,255)
#BFD4FF
(191,212,255)
#C7DAFF
(199,218,255)
#CFE0FF
(207,224,255)
#D7E6FF
(215,230,255)
#DFECFF
(223,236,255)
#E7F2FF
(231,242,255)
#EFF8FF
(239,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBCFF; }

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

This text font color is #9FBCFF.

Background Color

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

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

This div background color is #9FBCFF.

Border color

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

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

This div border color is #9FBCFF.

Opacity

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

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

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

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

This text has shadow with #9FBCFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBCFF.

Preview

Color preview on black background

This text has color #9FBCFF on black background.


Color preview on white background

This text has color #9FBCFF on white background.


Black color preview on #9FBCFF background

This text has black color on #9FBCFF background.


White color preview on #9FBCFF background

This text has white color on #9FBCFF background.


Related colors

Complementary color

Complementary color for #hex is #604300.


I love getcolorcode.com

Triadic colors

1 #FF9FBC and #BCFF9F with #9FBCFF are triadic colors.

2 #FFBC9F and #BC9FFF with #9FBCFF are triadic colors.