COLOR #96C2EC

HEX: #96C2EC
RGB: (150,194,236)

Color info

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

RGB color model

#96C2EC color RGB value is (150,194,236).

  • red value is 150;
  • green value is 194;
  • blue value is 236.
RGB:
(150,194,236)
(59%,76%,93%)

RGB channels and saturation

R 150 of 255 = 59%
G 194 of 255 = 76%
B 236 of 255 = 93%

150
194
236

R + G + B ~ 76%. #96C2EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 194 + 236 = 580 (100%)
R 150 of 580 ~ 25.86%
G 194 of 580 ~ 33.45%
B 236 of 580 ~ 40.69%

%25.86
%33.45
%40.69

CMYK color model

#96C2EC color CMYK value is (36,18,0,7).

  • cyan value is 36.44%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(36,18,0,7)
C36M18Y0K7 
(36%,18%,0%,7%)
(0.36/0.18/0.00/0.07)	

CMYK percentages

%36.44
%17.8
%0
%7.45

Codes

Color #96C2EC in popluar color models

96C2EC
RGB150194236
HSL209°69.35%75.69%
HSB/HSV209°36.44%92.55%
CMYK36.44%17.80%0.00%
7.45%

Color #96C2EC in popluar number systems.

HEX96C2EC
Decimal150194236
Binary100101101100001011101100
Octal226302354

Shades and tints

Shades of #96C2EC

#96C2EC
(150,194,236)
#89B1D7
(137,177,215)
#7CA0C2
(124,160,194)
#6F8FAD
(111,143,173)
#627E98
(98,126,152)
#556D83
(85,109,131)
#485C6E
(72,92,110)
#3B4B59
(59,75,89)
#2E3A44
(46,58,68)
#21292F
(33,41,47)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #96C2EC

#96C2EC
(150,194,236)
#9FC7ED
(159,199,237)
#A8CCEE
(168,204,238)
#B1D1EF
(177,209,239)
#BAD6F0
(186,214,240)
#C3DBF1
(195,219,241)
#CCE0F2
(204,224,242)
#D5E5F3
(213,229,243)
#DEEAF4
(222,234,244)
#E7EFF5
(231,239,245)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C2EC color. Also use rgb(150,194,236) instead hex code.

Text Font Color

.myTextColor { color: #96C2EC; }

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

This text font color is #96C2EC.


Background Color

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

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

This div background color is #96C2EC.


Border color

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

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

This div border color is #96C2EC.


Opacity

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

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

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

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

This text has shadow with #96C2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C2EC on black background.


Color preview on white background

This text has color #96C2EC on white background.



Black color preview on #96C2EC background

This text has black color on #96C2EC background.


White color preview on #96C2EC background

This text has white color on #96C2EC background.