COLOR #96CAF2

HEX: #96CAF2
RGB: (150,202,242)

Color info

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

RGB color model

#96CAF2 color RGB value is (150,202,242).

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

RGB channels and saturation

R 150 of 255 = 59%
G 202 of 255 = 79%
B 242 of 255 = 95%

150
202
242

R + G + B ~ 78%. #96CAF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 202 + 242 = 594 (100%)
R 150 of 594 ~ 25.25%
G 202 of 594 ~ 34.01%
B 242 of 594 ~ 40.74%

%25.25
%34.01
%40.74

CMYK color model

#96CAF2 color CMYK value is (38,17,0,5).

  • cyan value is 38.02%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(38,17,0,5)
C38M17Y0K5 
(38%,17%,0%,5%)
(0.38/0.17/0.00/0.05)	

CMYK percentages

%38.02
%16.53
%0
%5.1

Codes

Color #96CAF2 in popluar color models

96CAF2
RGB150202242
HSL206°77.97%76.86%
HSB/HSV206°38.02%94.90%
CMYK38.02%16.53%0.00%
5.10%

Color #96CAF2 in popluar number systems.

HEX96CAF2
Decimal150202242
Binary100101101100101011110010
Octal226312362

Shades and tints

Shades of #96CAF2

#96CAF2
(150,202,242)
#89B8DC
(137,184,220)
#7CA6C6
(124,166,198)
#6F94B0
(111,148,176)
#62829A
(98,130,154)
#557084
(85,112,132)
#485E6E
(72,94,110)
#3B4C58
(59,76,88)
#2E3A42
(46,58,66)
#21282C
(33,40,44)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #96CAF2

#96CAF2
(150,202,242)
#9FCEF3
(159,206,243)
#A8D2F4
(168,210,244)
#B1D6F5
(177,214,245)
#BADAF6
(186,218,246)
#C3DEF7
(195,222,247)
#CCE2F8
(204,226,248)
#D5E6F9
(213,230,249)
#DEEAFA
(222,234,250)
#E7EEFB
(231,238,251)
#F0F2FC
(240,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CAF2; }

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

This text font color is #96CAF2.


Background Color

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

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

This div background color is #96CAF2.


Border color

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

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

This div border color is #96CAF2.


Opacity

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

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

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

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

This text has shadow with #96CAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CAF2 on black background.


Color preview on white background

This text has color #96CAF2 on white background.



Black color preview on #96CAF2 background

This text has black color on #96CAF2 background.


White color preview on #96CAF2 background

This text has white color on #96CAF2 background.