COLOR #96CCEC

HEX: #96CCEC
RGB: (150,204,236)

Color info

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

RGB color model

#96CCEC color RGB value is (150,204,236).

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

RGB channels and saturation

R 150 of 255 = 59%
G 204 of 255 = 80%
B 236 of 255 = 93%

150
204
236

R + G + B ~ 77%. #96CCEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 204 + 236 = 590 (100%)
R 150 of 590 ~ 25.42%
G 204 of 590 ~ 34.58%
B 236 of 590 ~ 40%

%25.42
%34.58
%40

CMYK color model

#96CCEC color CMYK value is (36,14,0,7).

  • cyan value is 36.44%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(36,14,0,7)
C36M14Y0K7 
(36%,14%,0%,7%)
(0.36/0.14/0.00/0.07)	

CMYK percentages

%36.44
%13.56
%0
%7.45

Codes

Color #96CCEC in popluar color models

96CCEC
RGB150204236
HSL202°69.35%75.69%
HSB/HSV202°36.44%92.55%
CMYK36.44%13.56%0.00%
7.45%

Color #96CCEC in popluar number systems.

HEX96CCEC
Decimal150204236
Binary100101101100110011101100
Octal226314354

Shades and tints

Shades of #96CCEC

#96CCEC
(150,204,236)
#89BAD7
(137,186,215)
#7CA8C2
(124,168,194)
#6F96AD
(111,150,173)
#628498
(98,132,152)
#557283
(85,114,131)
#48606E
(72,96,110)
#3B4E59
(59,78,89)
#2E3C44
(46,60,68)
#212A2F
(33,42,47)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #96CCEC

#96CCEC
(150,204,236)
#9FD0ED
(159,208,237)
#A8D4EE
(168,212,238)
#B1D8EF
(177,216,239)
#BADCF0
(186,220,240)
#C3E0F1
(195,224,241)
#CCE4F2
(204,228,242)
#D5E8F3
(213,232,243)
#DEECF4
(222,236,244)
#E7F0F5
(231,240,245)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CCEC; }

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

This text font color is #96CCEC.


Background Color

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

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

This div background color is #96CCEC.


Border color

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

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

This div border color is #96CCEC.


Opacity

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

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

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

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

This text has shadow with #96CCEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CCEC on black background.


Color preview on white background

This text has color #96CCEC on white background.



Black color preview on #96CCEC background

This text has black color on #96CCEC background.


White color preview on #96CCEC background

This text has white color on #96CCEC background.