COLOR #96DAFD

HEX: #96DAFD
RGB: (150,218,253)

Color info

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

RGB color model

#96DAFD color RGB value is (150,218,253).

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

RGB channels and saturation

R 150 of 255 = 59%
G 218 of 255 = 85%
B 253 of 255 = 99%

150
218
253

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

Portions of RGB colors in percentages

R + G + B =
150 + 218 + 253 = 621 (100%)
R 150 of 621 ~ 24.15%
G 218 of 621 ~ 35.1%
B 253 of 621 ~ 40.74%

%24.15
%35.1
%40.74

CMYK color model

#96DAFD color CMYK value is (41,14,0,1).

  • cyan value is 40.71%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(41,14,0,1)
C41M14Y0K1 
(41%,14%,0%,1%)
(0.41/0.14/0.00/0.01)	

CMYK percentages

%40.71
%13.83
%0
%0.78

Codes

Color #96DAFD in popluar color models

96DAFD
RGB150218253
HSL200°96.26%79.02%
HSB/HSV200°40.71%99.22%
CMYK40.71%13.83%0.00%
0.78%

Color #96DAFD in popluar number systems.

HEX96DAFD
Decimal150218253
Binary100101101101101011111101
Octal226332375

Shades and tints

Shades of #96DAFD

#96DAFD
(150,218,253)
#89C7E6
(137,199,230)
#7CB4CF
(124,180,207)
#6FA1B8
(111,161,184)
#628EA1
(98,142,161)
#557B8A
(85,123,138)
#486873
(72,104,115)
#3B555C
(59,85,92)
#2E4245
(46,66,69)
#212F2E
(33,47,46)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #96DAFD

#96DAFD
(150,218,253)
#9FDDFD
(159,221,253)
#A8E0FD
(168,224,253)
#B1E3FD
(177,227,253)
#BAE6FD
(186,230,253)
#C3E9FD
(195,233,253)
#CCECFD
(204,236,253)
#D5EFFD
(213,239,253)
#DEF2FD
(222,242,253)
#E7F5FD
(231,245,253)
#F0F8FD
(240,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96DAFD; }

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

This text font color is #96DAFD.


Background Color

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

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

This div background color is #96DAFD.


Border color

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

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

This div border color is #96DAFD.


Opacity

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

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

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

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

This text has shadow with #96DAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DAFD on black background.


Color preview on white background

This text has color #96DAFD on white background.



Black color preview on #96DAFD background

This text has black color on #96DAFD background.


White color preview on #96DAFD background

This text has white color on #96DAFD background.