COLOR #96B8F1

HEX: #96B8F1
RGB: (150,184,241)

Color info

#96B8F1 contains mainly green and blue colors. Web safe color of #96B8F1 is #99CCFF (or #9CF).

RGB color model

#96B8F1 color RGB value is (150,184,241).

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

RGB channels and saturation

R 150 of 255 = 59%
G 184 of 255 = 72%
B 241 of 255 = 95%

150
184
241

R + G + B ~ 75%. #96B8F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 184 + 241 = 575 (100%)
R 150 of 575 ~ 26.09%
G 184 of 575 ~ 32%
B 241 of 575 ~ 41.91%

%26.09
%32
%41.91

CMYK color model

#96B8F1 color CMYK value is (38,24,0,5).

  • cyan value is 37.76%
  • magenta value is 23.65%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(38,24,0,5)
C38M24Y0K5 
(38%,24%,0%,5%)
(0.38/0.24/0.00/0.05)	

CMYK percentages

%37.76
%23.65
%0
%5.49

Codes

Color #96B8F1 in popluar color models

96B8F1
RGB150184241
HSL218°76.47%76.67%
HSB/HSV218°37.76%94.51%
CMYK37.76%23.65%0.00%
5.49%

Color #96B8F1 in popluar number systems.

HEX96B8F1
Decimal150184241
Binary100101101011100011110001
Octal226270361

Shades and tints

Shades of #96B8F1

#96B8F1
(150,184,241)
#89A8DC
(137,168,220)
#7C98C7
(124,152,199)
#6F88B2
(111,136,178)
#62789D
(98,120,157)
#556888
(85,104,136)
#485873
(72,88,115)
#3B485E
(59,72,94)
#2E3849
(46,56,73)
#212834
(33,40,52)
#14181F
(20,24,31)
#000000
(0,0,0)

Tints of #96B8F1

#96B8F1
(150,184,241)
#9FBEF2
(159,190,242)
#A8C4F3
(168,196,243)
#B1CAF4
(177,202,244)
#BAD0F5
(186,208,245)
#C3D6F6
(195,214,246)
#CCDCF7
(204,220,247)
#D5E2F8
(213,226,248)
#DEE8F9
(222,232,249)
#E7EEFA
(231,238,250)
#F0F4FB
(240,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B8F1; }

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

This text font color is #96B8F1.


Background Color

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

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

This div background color is #96B8F1.


Border color

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

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

This div border color is #96B8F1.


Opacity

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

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

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

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

This text has shadow with #96B8F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B8F1 on black background.


Color preview on white background

This text has color #96B8F1 on white background.



Black color preview on #96B8F1 background

This text has black color on #96B8F1 background.


White color preview on #96B8F1 background

This text has white color on #96B8F1 background.