COLOR #96B4F0

HEX: #96B4F0
RGB: (150,180,240)

Color info

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

RGB color model

#96B4F0 color RGB value is (150,180,240).

  • red value is 150;
  • green value is 180;
  • blue value is 240.
RGB:
(150,180,240)
(59%,71%,94%)

RGB channels and saturation

R 150 of 255 = 59%
G 180 of 255 = 71%
B 240 of 255 = 94%

150
180
240

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

Portions of RGB colors in percentages

R + G + B =
150 + 180 + 240 = 570 (100%)
R 150 of 570 ~ 26.32%
G 180 of 570 ~ 31.58%
B 240 of 570 ~ 42.11%

%26.32
%31.58
%42.11

CMYK color model

#96B4F0 color CMYK value is (38,25,0,6).

  • cyan value is 37.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(38,25,0,6)
C38M25Y0K6 
(38%,25%,0%,6%)
(0.38/0.25/0.00/0.06)	

CMYK percentages

%37.5
%25
%0
%5.88

Codes

Color #96B4F0 in popluar color models

96B4F0
RGB150180240
HSL220°75.00%76.47%
HSB/HSV220°37.50%94.12%
CMYK37.50%25.00%0.00%
5.88%

Color #96B4F0 in popluar number systems.

HEX96B4F0
Decimal150180240
Binary100101101011010011110000
Octal226264360

Shades and tints

Shades of #96B4F0

#96B4F0
(150,180,240)
#89A4DB
(137,164,219)
#7C94C6
(124,148,198)
#6F84B1
(111,132,177)
#62749C
(98,116,156)
#556487
(85,100,135)
#485472
(72,84,114)
#3B445D
(59,68,93)
#2E3448
(46,52,72)
#212433
(33,36,51)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #96B4F0

#96B4F0
(150,180,240)
#9FBAF1
(159,186,241)
#A8C0F2
(168,192,242)
#B1C6F3
(177,198,243)
#BACCF4
(186,204,244)
#C3D2F5
(195,210,245)
#CCD8F6
(204,216,246)
#D5DEF7
(213,222,247)
#DEE4F8
(222,228,248)
#E7EAF9
(231,234,249)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B4F0 color. Also use rgb(150,180,240) instead hex code.

Text Font Color

.myTextColor { color: #96B4F0; }

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

This text font color is #96B4F0.


Background Color

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

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

This div background color is #96B4F0.


Border color

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

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

This div border color is #96B4F0.


Opacity

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

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

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

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

This text has shadow with #96B4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B4F0 on black background.


Color preview on white background

This text has color #96B4F0 on white background.



Black color preview on #96B4F0 background

This text has black color on #96B4F0 background.


White color preview on #96B4F0 background

This text has white color on #96B4F0 background.