COLOR #96BBFC

HEX: #96BBFC
RGB: (150,187,252)

Color info

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

RGB color model

#96BBFC color RGB value is (150,187,252).

  • red value is 150;
  • green value is 187;
  • blue value is 252.
RGB:
(150,187,252)
(59%,73%,99%)

RGB channels and saturation

R 150 of 255 = 59%
G 187 of 255 = 73%
B 252 of 255 = 99%

150
187
252

R + G + B ~ 77%. #96BBFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 187 + 252 = 589 (100%)
R 150 of 589 ~ 25.47%
G 187 of 589 ~ 31.75%
B 252 of 589 ~ 42.78%

%25.47
%31.75
%42.78

CMYK color model

#96BBFC color CMYK value is (40,26,0,1).

  • cyan value is 40.48%
  • magenta value is 25.79%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(40,26,0,1)
C40M26Y0K1 
(40%,26%,0%,1%)
(0.40/0.26/0.00/0.01)	

CMYK percentages

%40.48
%25.79
%0
%1.18

Codes

Color #96BBFC in popluar color models

96BBFC
RGB150187252
HSL218°94.44%78.82%
HSB/HSV218°40.48%98.82%
CMYK40.48%25.79%0.00%
1.18%

Color #96BBFC in popluar number systems.

HEX96BBFC
Decimal150187252
Binary100101101011101111111100
Octal226273374

Shades and tints

Shades of #96BBFC

#96BBFC
(150,187,252)
#89AAE6
(137,170,230)
#7C99D0
(124,153,208)
#6F88BA
(111,136,186)
#6277A4
(98,119,164)
#55668E
(85,102,142)
#485578
(72,85,120)
#3B4462
(59,68,98)
#2E334C
(46,51,76)
#212236
(33,34,54)
#141120
(20,17,32)
#000000
(0,0,0)

Tints of #96BBFC

#96BBFC
(150,187,252)
#9FC1FC
(159,193,252)
#A8C7FC
(168,199,252)
#B1CDFC
(177,205,252)
#BAD3FC
(186,211,252)
#C3D9FC
(195,217,252)
#CCDFFC
(204,223,252)
#D5E5FC
(213,229,252)
#DEEBFC
(222,235,252)
#E7F1FC
(231,241,252)
#F0F7FC
(240,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BBFC color. Also use rgb(150,187,252) instead hex code.

Text Font Color

.myTextColor { color: #96BBFC; }

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

This text font color is #96BBFC.


Background Color

.myBgColor { background-color: #96BBFC; }

<div style="background-color:#96BBFC">Inner text</div>

This div background color is #96BBFC.


Border color

.myBorderColor { border: 1px solid #96BBFC; }

<div style="border:3px solid #96BBFC">Div</div>

This div border color is #96BBFC.


Opacity

.myOpacity80 { color: #96BBFC; opacity: 0.8; }

<p style="color:#96BBFC;opacity:0.8;">80%</p>

Text with #96BBFC 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 #96BBFC;}

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

This text has shadow with #96BBFC color.

.textShadow {text-shadow: 3px 3px 1px #96BBFC, 3px 3px 1px red;}

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

This text has shadow with #96BBFC primary color and red secondary color.


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

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

This text has shadow with #96BBFC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BBFC on black background.


Color preview on white background

This text has color #96BBFC on white background.



Black color preview on #96BBFC background

This text has black color on #96BBFC background.


White color preview on #96BBFC background

This text has white color on #96BBFC background.