COLOR #96B2F2

HEX: #96B2F2
RGB: (150,178,242)

Color info

#96B2F2 contains mainly blue color. Web safe color of #96B2F2 is #9999FF (or #99F).

RGB color model

#96B2F2 color RGB value is (150,178,242).

  • red value is 150;
  • green value is 178;
  • blue value is 242.
RGB:
(150,178,242)
(59%,70%,95%)

RGB channels and saturation

R 150 of 255 = 59%
G 178 of 255 = 70%
B 242 of 255 = 95%

150
178
242

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

Portions of RGB colors in percentages

R + G + B =
150 + 178 + 242 = 570 (100%)
R 150 of 570 ~ 26.32%
G 178 of 570 ~ 31.23%
B 242 of 570 ~ 42.46%

%26.32
%31.23
%42.46

CMYK color model

#96B2F2 color CMYK value is (38,26,0,5).

  • cyan value is 38.02%
  • magenta value is 26.45%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(38,26,0,5)
C38M26Y0K5 
(38%,26%,0%,5%)
(0.38/0.26/0.00/0.05)	

CMYK percentages

%38.02
%26.45
%0
%5.1

Codes

Color #96B2F2 in popluar color models

96B2F2
RGB150178242
HSL222°77.97%76.86%
HSB/HSV222°38.02%94.90%
CMYK38.02%26.45%0.00%
5.10%

Color #96B2F2 in popluar number systems.

HEX96B2F2
Decimal150178242
Binary100101101011001011110010
Octal226262362

Shades and tints

Shades of #96B2F2

#96B2F2
(150,178,242)
#89A2DC
(137,162,220)
#7C92C6
(124,146,198)
#6F82B0
(111,130,176)
#62729A
(98,114,154)
#556284
(85,98,132)
#48526E
(72,82,110)
#3B4258
(59,66,88)
#2E3242
(46,50,66)
#21222C
(33,34,44)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #96B2F2

#96B2F2
(150,178,242)
#9FB9F3
(159,185,243)
#A8C0F4
(168,192,244)
#B1C7F5
(177,199,245)
#BACEF6
(186,206,246)
#C3D5F7
(195,213,247)
#CCDCF8
(204,220,248)
#D5E3F9
(213,227,249)
#DEEAFA
(222,234,250)
#E7F1FB
(231,241,251)
#F0F8FC
(240,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B2F2 color. Also use rgb(150,178,242) instead hex code.

Text Font Color

.myTextColor { color: #96B2F2; }

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

This text font color is #96B2F2.


Background Color

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

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

This div background color is #96B2F2.


Border color

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

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

This div border color is #96B2F2.


Opacity

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

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

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

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

This text has shadow with #96B2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B2F2 on black background.


Color preview on white background

This text has color #96B2F2 on white background.



Black color preview on #96B2F2 background

This text has black color on #96B2F2 background.


White color preview on #96B2F2 background

This text has white color on #96B2F2 background.