COLOR #96CCFD

HEX: #96CCFD
RGB: (150,204,253)

Color info

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

RGB color model

#96CCFD color RGB value is (150,204,253).

  • red value is 150;
  • green value is 204;
  • blue value is 253.
RGB:
(150,204,253)
(59%,80%,99%)

RGB channels and saturation

R 150 of 255 = 59%
G 204 of 255 = 80%
B 253 of 255 = 99%

150
204
253

R + G + B ~ 79%. #96CCFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 204 + 253 = 607 (100%)
R 150 of 607 ~ 24.71%
G 204 of 607 ~ 33.61%
B 253 of 607 ~ 41.68%

%24.71
%33.61
%41.68

CMYK color model

#96CCFD color CMYK value is (41,19,0,1).

  • cyan value is 40.71%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(41,19,0,1)
C41M19Y0K1 
(41%,19%,0%,1%)
(0.41/0.19/0.00/0.01)	

CMYK percentages

%40.71
%19.37
%0
%0.78

Codes

Color #96CCFD in popluar color models

96CCFD
RGB150204253
HSL209°96.26%79.02%
HSB/HSV209°40.71%99.22%
CMYK40.71%19.37%0.00%
0.78%

Color #96CCFD in popluar number systems.

HEX96CCFD
Decimal150204253
Binary100101101100110011111101
Octal226314375

Shades and tints

Shades of #96CCFD

#96CCFD
(150,204,253)
#89BAE6
(137,186,230)
#7CA8CF
(124,168,207)
#6F96B8
(111,150,184)
#6284A1
(98,132,161)
#55728A
(85,114,138)
#486073
(72,96,115)
#3B4E5C
(59,78,92)
#2E3C45
(46,60,69)
#212A2E
(33,42,46)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #96CCFD

#96CCFD
(150,204,253)
#9FD0FD
(159,208,253)
#A8D4FD
(168,212,253)
#B1D8FD
(177,216,253)
#BADCFD
(186,220,253)
#C3E0FD
(195,224,253)
#CCE4FD
(204,228,253)
#D5E8FD
(213,232,253)
#DEECFD
(222,236,253)
#E7F0FD
(231,240,253)
#F0F4FD
(240,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CCFD color. Also use rgb(150,204,253) instead hex code.

Text Font Color

.myTextColor { color: #96CCFD; }

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

This text font color is #96CCFD.


Background Color

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

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

This div background color is #96CCFD.


Border color

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

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

This div border color is #96CCFD.


Opacity

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

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

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

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

This text has shadow with #96CCFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CCFD on black background.


Color preview on white background

This text has color #96CCFD on white background.



Black color preview on #96CCFD background

This text has black color on #96CCFD background.


White color preview on #96CCFD background

This text has white color on #96CCFD background.