COLOR #96CDF7

HEX: #96CDF7
RGB: (150,205,247)

Color info

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

RGB color model

#96CDF7 color RGB value is (150,205,247).

  • red value is 150;
  • green value is 205;
  • blue value is 247.
RGB:
(150,205,247)
(59%,80%,97%)

RGB channels and saturation

R 150 of 255 = 59%
G 205 of 255 = 80%
B 247 of 255 = 97%

150
205
247

R + G + B ~ 79%. #96CDF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 205 + 247 = 602 (100%)
R 150 of 602 ~ 24.92%
G 205 of 602 ~ 34.05%
B 247 of 602 ~ 41.03%

%24.92
%34.05
%41.03

CMYK color model

#96CDF7 color CMYK value is (39,17,0,3).

  • cyan value is 39.27%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(39,17,0,3)
C39M17Y0K3 
(39%,17%,0%,3%)
(0.39/0.17/0.00/0.03)	

CMYK percentages

%39.27
%17
%0
%3.14

Codes

Color #96CDF7 in popluar color models

96CDF7
RGB150205247
HSL206°85.84%77.84%
HSB/HSV206°39.27%96.86%
CMYK39.27%17.00%0.00%
3.14%

Color #96CDF7 in popluar number systems.

HEX96CDF7
Decimal150205247
Binary100101101100110111110111
Octal226315367

Shades and tints

Shades of #96CDF7

#96CDF7
(150,205,247)
#89BBE1
(137,187,225)
#7CA9CB
(124,169,203)
#6F97B5
(111,151,181)
#62859F
(98,133,159)
#557389
(85,115,137)
#486173
(72,97,115)
#3B4F5D
(59,79,93)
#2E3D47
(46,61,71)
#212B31
(33,43,49)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #96CDF7

#96CDF7
(150,205,247)
#9FD1F7
(159,209,247)
#A8D5F7
(168,213,247)
#B1D9F7
(177,217,247)
#BADDF7
(186,221,247)
#C3E1F7
(195,225,247)
#CCE5F7
(204,229,247)
#D5E9F7
(213,233,247)
#DEEDF7
(222,237,247)
#E7F1F7
(231,241,247)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CDF7 color. Also use rgb(150,205,247) instead hex code.

Text Font Color

.myTextColor { color: #96CDF7; }

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

This text font color is #96CDF7.


Background Color

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

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

This div background color is #96CDF7.


Border color

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

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

This div border color is #96CDF7.


Opacity

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

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

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

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

This text has shadow with #96CDF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CDF7 on black background.


Color preview on white background

This text has color #96CDF7 on white background.



Black color preview on #96CDF7 background

This text has black color on #96CDF7 background.


White color preview on #96CDF7 background

This text has white color on #96CDF7 background.