COLOR #96CAE1

HEX: #96CAE1
RGB: (150,202,225)

Color info

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

RGB color model

#96CAE1 color RGB value is (150,202,225).

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

RGB channels and saturation

R 150 of 255 = 59%
G 202 of 255 = 79%
B 225 of 255 = 88%

150
202
225

R + G + B ~ 75%. #96CAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 202 + 225 = 577 (100%)
R 150 of 577 ~ 26%
G 202 of 577 ~ 35.01%
B 225 of 577 ~ 38.99%

%26
%35.01
%38.99

CMYK color model

#96CAE1 color CMYK value is (33,10,0,12).

  • cyan value is 33.33%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(33,10,0,12)
C33M10Y0K12 
(33%,10%,0%,12%)
(0.33/0.10/0.00/0.12)	

CMYK percentages

%33.33
%10.22
%0
%11.76

Codes

Color #96CAE1 in popluar color models

96CAE1
RGB150202225
HSL198°55.56%73.53%
HSB/HSV198°33.33%88.24%
CMYK33.33%10.22%0.00%
11.76%

Color #96CAE1 in popluar number systems.

HEX96CAE1
Decimal150202225
Binary100101101100101011100001
Octal226312341

Shades and tints

Shades of #96CAE1

#96CAE1
(150,202,225)
#89B8CD
(137,184,205)
#7CA6B9
(124,166,185)
#6F94A5
(111,148,165)
#628291
(98,130,145)
#55707D
(85,112,125)
#485E69
(72,94,105)
#3B4C55
(59,76,85)
#2E3A41
(46,58,65)
#21282D
(33,40,45)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #96CAE1

#96CAE1
(150,202,225)
#9FCEE3
(159,206,227)
#A8D2E5
(168,210,229)
#B1D6E7
(177,214,231)
#BADAE9
(186,218,233)
#C3DEEB
(195,222,235)
#CCE2ED
(204,226,237)
#D5E6EF
(213,230,239)
#DEEAF1
(222,234,241)
#E7EEF3
(231,238,243)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CAE1; }

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

This text font color is #96CAE1.


Background Color

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

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

This div background color is #96CAE1.


Border color

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

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

This div border color is #96CAE1.


Opacity

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

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

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

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

This text has shadow with #96CAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CAE1 on black background.


Color preview on white background

This text has color #96CAE1 on white background.



Black color preview on #96CAE1 background

This text has black color on #96CAE1 background.


White color preview on #96CAE1 background

This text has white color on #96CAE1 background.