COLOR #96CCFF

HEX: #96CCFF
RGB: (150,204,255)

Color info

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

RGB color model

#96CCFF color RGB value is (150,204,255).

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

RGB channels and saturation

R 150 of 255 = 59%
G 204 of 255 = 80%
B 255 of 255 = 100%

150
204
255

R + G + B ~ 80%. #96CCFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 204 + 255 = 609 (100%)
R 150 of 609 ~ 24.63%
G 204 of 609 ~ 33.5%
B 255 of 609 ~ 41.87%

%24.63
%33.5
%41.87

CMYK color model

#96CCFF color CMYK value is (41,20,0,0).

  • cyan value is 41.18%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(41,20,0,0)
C41M20Y0K0 
(41%,20%,0%,0%)
(0.41/0.20/0.00/0.00)	

CMYK percentages

%41.18
%20
%0
%0

Codes

Color #96CCFF in popluar color models

96CCFF
RGB150204255
HSL209°100.00%79.41%
HSB/HSV209°41.18%100.00%
CMYK41.18%20.00%0.00%
0.00%

Color #96CCFF in popluar number systems.

HEX96CCFF
Decimal150204255
Binary100101101100110011111111
Octal226314377

Shades and tints

Shades of #96CCFF

#96CCFF
(150,204,255)
#89BAE8
(137,186,232)
#7CA8D1
(124,168,209)
#6F96BA
(111,150,186)
#6284A3
(98,132,163)
#55728C
(85,114,140)
#486075
(72,96,117)
#3B4E5E
(59,78,94)
#2E3C47
(46,60,71)
#212A30
(33,42,48)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #96CCFF

#96CCFF
(150,204,255)
#9FD0FF
(159,208,255)
#A8D4FF
(168,212,255)
#B1D8FF
(177,216,255)
#BADCFF
(186,220,255)
#C3E0FF
(195,224,255)
#CCE4FF
(204,228,255)
#D5E8FF
(213,232,255)
#DEECFF
(222,236,255)
#E7F0FF
(231,240,255)
#F0F4FF
(240,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CCFF; }

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

This text font color is #96CCFF.


Background Color

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

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

This div background color is #96CCFF.


Border color

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

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

This div border color is #96CCFF.


Opacity

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

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

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

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

This text has shadow with #96CCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CCFF on black background.


Color preview on white background

This text has color #96CCFF on white background.



Black color preview on #96CCFF background

This text has black color on #96CCFF background.


White color preview on #96CCFF background

This text has white color on #96CCFF background.