COLOR #96D7FE

HEX: #96D7FE
RGB: (150,215,254)

Color info

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

RGB color model

#96D7FE color RGB value is (150,215,254).

  • red value is 150;
  • green value is 215;
  • blue value is 254.
RGB:
(150,215,254)
(59%,84%,100%)

RGB channels and saturation

R 150 of 255 = 59%
G 215 of 255 = 84%
B 254 of 255 = 100%

150
215
254

R + G + B ~ 81%. #96D7FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 215 + 254 = 619 (100%)
R 150 of 619 ~ 24.23%
G 215 of 619 ~ 34.73%
B 254 of 619 ~ 41.03%

%24.23
%34.73
%41.03

CMYK color model

#96D7FE color CMYK value is (41,15,0,0).

  • cyan value is 40.94%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(41,15,0,0)
C41M15Y0K0 
(41%,15%,0%,0%)
(0.41/0.15/0.00/0.00)	

CMYK percentages

%40.94
%15.35
%0
%0.39

Codes

Color #96D7FE in popluar color models

96D7FE
RGB150215254
HSL203°98.11%79.22%
HSB/HSV203°40.94%99.61%
CMYK40.94%15.35%0.00%
0.39%

Color #96D7FE in popluar number systems.

HEX96D7FE
Decimal150215254
Binary100101101101011111111110
Octal226327376

Shades and tints

Shades of #96D7FE

#96D7FE
(150,215,254)
#89C4E7
(137,196,231)
#7CB1D0
(124,177,208)
#6F9EB9
(111,158,185)
#628BA2
(98,139,162)
#55788B
(85,120,139)
#486574
(72,101,116)
#3B525D
(59,82,93)
#2E3F46
(46,63,70)
#212C2F
(33,44,47)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #96D7FE

#96D7FE
(150,215,254)
#9FDAFE
(159,218,254)
#A8DDFE
(168,221,254)
#B1E0FE
(177,224,254)
#BAE3FE
(186,227,254)
#C3E6FE
(195,230,254)
#CCE9FE
(204,233,254)
#D5ECFE
(213,236,254)
#DEEFFE
(222,239,254)
#E7F2FE
(231,242,254)
#F0F5FE
(240,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D7FE color. Also use rgb(150,215,254) instead hex code.

Text Font Color

.myTextColor { color: #96D7FE; }

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

This text font color is #96D7FE.


Background Color

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

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

This div background color is #96D7FE.


Border color

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

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

This div border color is #96D7FE.


Opacity

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

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

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

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

This text has shadow with #96D7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D7FE on black background.


Color preview on white background

This text has color #96D7FE on white background.



Black color preview on #96D7FE background

This text has black color on #96D7FE background.


White color preview on #96D7FE background

This text has white color on #96D7FE background.