COLOR #96DDFF

HEX: #96DDFF
RGB: (150,221,255)

Color info

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

RGB color model

#96DDFF color RGB value is (150,221,255).

  • red value is 150;
  • green value is 221;
  • blue value is 255.
RGB:
(150,221,255)
(59%,87%,100%)

RGB channels and saturation

R 150 of 255 = 59%
G 221 of 255 = 87%
B 255 of 255 = 100%

150
221
255

R + G + B ~ 82%. #96DDFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 221 + 255 = 626 (100%)
R 150 of 626 ~ 23.96%
G 221 of 626 ~ 35.3%
B 255 of 626 ~ 40.73%

%23.96
%35.3
%40.73

CMYK color model

#96DDFF color CMYK value is (41,13,0,0).

  • cyan value is 41.18%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(41,13,0,0)
C41M13Y0K0 
(41%,13%,0%,0%)
(0.41/0.13/0.00/0.00)	

CMYK percentages

%41.18
%13.33
%0
%0

Codes

Color #96DDFF in popluar color models

96DDFF
RGB150221255
HSL199°100.00%79.41%
HSB/HSV199°41.18%100.00%
CMYK41.18%13.33%0.00%
0.00%

Color #96DDFF in popluar number systems.

HEX96DDFF
Decimal150221255
Binary100101101101110111111111
Octal226335377

Shades and tints

Shades of #96DDFF

#96DDFF
(150,221,255)
#89C9E8
(137,201,232)
#7CB5D1
(124,181,209)
#6FA1BA
(111,161,186)
#628DA3
(98,141,163)
#55798C
(85,121,140)
#486575
(72,101,117)
#3B515E
(59,81,94)
#2E3D47
(46,61,71)
#212930
(33,41,48)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #96DDFF

#96DDFF
(150,221,255)
#9FE0FF
(159,224,255)
#A8E3FF
(168,227,255)
#B1E6FF
(177,230,255)
#BAE9FF
(186,233,255)
#C3ECFF
(195,236,255)
#CCEFFF
(204,239,255)
#D5F2FF
(213,242,255)
#DEF5FF
(222,245,255)
#E7F8FF
(231,248,255)
#F0FBFF
(240,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DDFF color. Also use rgb(150,221,255) instead hex code.

Text Font Color

.myTextColor { color: #96DDFF; }

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

This text font color is #96DDFF.


Background Color

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

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

This div background color is #96DDFF.


Border color

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

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

This div border color is #96DDFF.


Opacity

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

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

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

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

This text has shadow with #96DDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DDFF on black background.


Color preview on white background

This text has color #96DDFF on white background.



Black color preview on #96DDFF background

This text has black color on #96DDFF background.


White color preview on #96DDFF background

This text has white color on #96DDFF background.