COLOR #96CCE1

HEX: #96CCE1
RGB: (150,204,225)

Color info

#96CCE1 contains mainly green and blue colors. Web safe color of #96CCE1 is #99CCCC (or #9CC).

RGB color model

#96CCE1 color RGB value is (150,204,225).

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

RGB channels and saturation

R 150 of 255 = 59%
G 204 of 255 = 80%
B 225 of 255 = 88%

150
204
225

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

Portions of RGB colors in percentages

R + G + B =
150 + 204 + 225 = 579 (100%)
R 150 of 579 ~ 25.91%
G 204 of 579 ~ 35.23%
B 225 of 579 ~ 38.86%

%25.91
%35.23
%38.86

CMYK color model

#96CCE1 color CMYK value is (33,9,0,12).

  • cyan value is 33.33%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(33,9,0,12)
C33M9Y0K12 
(33%,9%,0%,12%)
(0.33/0.09/0.00/0.12)	

CMYK percentages

%33.33
%9.33
%0
%11.76

Codes

Color #96CCE1 in popluar color models

96CCE1
RGB150204225
HSL197°55.56%73.53%
HSB/HSV197°33.33%88.24%
CMYK33.33%9.33%0.00%
11.76%

Color #96CCE1 in popluar number systems.

HEX96CCE1
Decimal150204225
Binary100101101100110011100001
Octal226314341

Shades and tints

Shades of #96CCE1

#96CCE1
(150,204,225)
#89BACD
(137,186,205)
#7CA8B9
(124,168,185)
#6F96A5
(111,150,165)
#628491
(98,132,145)
#55727D
(85,114,125)
#486069
(72,96,105)
#3B4E55
(59,78,85)
#2E3C41
(46,60,65)
#212A2D
(33,42,45)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #96CCE1

#96CCE1
(150,204,225)
#9FD0E3
(159,208,227)
#A8D4E5
(168,212,229)
#B1D8E7
(177,216,231)
#BADCE9
(186,220,233)
#C3E0EB
(195,224,235)
#CCE4ED
(204,228,237)
#D5E8EF
(213,232,239)
#DEECF1
(222,236,241)
#E7F0F3
(231,240,243)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CCE1; }

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

This text font color is #96CCE1.


Background Color

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

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

This div background color is #96CCE1.


Border color

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

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

This div border color is #96CCE1.


Opacity

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

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

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

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

This text has shadow with #96CCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CCE1 on black background.


Color preview on white background

This text has color #96CCE1 on white background.



Black color preview on #96CCE1 background

This text has black color on #96CCE1 background.


White color preview on #96CCE1 background

This text has white color on #96CCE1 background.