COLOR #96B8F7

HEX: #96B8F7
RGB: (150,184,247)

Color info

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

RGB color model

#96B8F7 color RGB value is (150,184,247).

  • red value is 150;
  • green value is 184;
  • blue value is 247.
RGB:
(150,184,247)
(59%,72%,97%)

RGB channels and saturation

R 150 of 255 = 59%
G 184 of 255 = 72%
B 247 of 255 = 97%

150
184
247

R + G + B ~ 76%. #96B8F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 184 + 247 = 581 (100%)
R 150 of 581 ~ 25.82%
G 184 of 581 ~ 31.67%
B 247 of 581 ~ 42.51%

%25.82
%31.67
%42.51

CMYK color model

#96B8F7 color CMYK value is (39,26,0,3).

  • cyan value is 39.27%
  • magenta value is 25.51%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(39,26,0,3)
C39M26Y0K3 
(39%,26%,0%,3%)
(0.39/0.26/0.00/0.03)	

CMYK percentages

%39.27
%25.51
%0
%3.14

Codes

Color #96B8F7 in popluar color models

96B8F7
RGB150184247
HSL219°85.84%77.84%
HSB/HSV219°39.27%96.86%
CMYK39.27%25.51%0.00%
3.14%

Color #96B8F7 in popluar number systems.

HEX96B8F7
Decimal150184247
Binary100101101011100011110111
Octal226270367

Shades and tints

Shades of #96B8F7

#96B8F7
(150,184,247)
#89A8E1
(137,168,225)
#7C98CB
(124,152,203)
#6F88B5
(111,136,181)
#62789F
(98,120,159)
#556889
(85,104,137)
#485873
(72,88,115)
#3B485D
(59,72,93)
#2E3847
(46,56,71)
#212831
(33,40,49)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #96B8F7

#96B8F7
(150,184,247)
#9FBEF7
(159,190,247)
#A8C4F7
(168,196,247)
#B1CAF7
(177,202,247)
#BAD0F7
(186,208,247)
#C3D6F7
(195,214,247)
#CCDCF7
(204,220,247)
#D5E2F7
(213,226,247)
#DEE8F7
(222,232,247)
#E7EEF7
(231,238,247)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B8F7 color. Also use rgb(150,184,247) instead hex code.

Text Font Color

.myTextColor { color: #96B8F7; }

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

This text font color is #96B8F7.


Background Color

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

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

This div background color is #96B8F7.


Border color

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

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

This div border color is #96B8F7.


Opacity

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

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

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

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

This text has shadow with #96B8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B8F7 on black background.


Color preview on white background

This text has color #96B8F7 on white background.



Black color preview on #96B8F7 background

This text has black color on #96B8F7 background.


White color preview on #96B8F7 background

This text has white color on #96B8F7 background.