COLOR #96D1F5

HEX: #96D1F5
RGB: (150,209,245)

Color info

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

RGB color model

#96D1F5 color RGB value is (150,209,245).

  • red value is 150;
  • green value is 209;
  • blue value is 245.
RGB:
(150,209,245)
(59%,82%,96%)

RGB channels and saturation

R 150 of 255 = 59%
G 209 of 255 = 82%
B 245 of 255 = 96%

150
209
245

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

Portions of RGB colors in percentages

R + G + B =
150 + 209 + 245 = 604 (100%)
R 150 of 604 ~ 24.83%
G 209 of 604 ~ 34.6%
B 245 of 604 ~ 40.56%

%24.83
%34.6
%40.56

CMYK color model

#96D1F5 color CMYK value is (39,15,0,4).

  • cyan value is 38.78%
  • magenta value is 14.69%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(39,15,0,4)
C39M15Y0K4 
(39%,15%,0%,4%)
(0.39/0.15/0.00/0.04)	

CMYK percentages

%38.78
%14.69
%0
%3.92

Codes

Color #96D1F5 in popluar color models

96D1F5
RGB150209245
HSL203°82.61%77.45%
HSB/HSV203°38.78%96.08%
CMYK38.78%14.69%0.00%
3.92%

Color #96D1F5 in popluar number systems.

HEX96D1F5
Decimal150209245
Binary100101101101000111110101
Octal226321365

Shades and tints

Shades of #96D1F5

#96D1F5
(150,209,245)
#89BEDF
(137,190,223)
#7CABC9
(124,171,201)
#6F98B3
(111,152,179)
#62859D
(98,133,157)
#557287
(85,114,135)
#485F71
(72,95,113)
#3B4C5B
(59,76,91)
#2E3945
(46,57,69)
#21262F
(33,38,47)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #96D1F5

#96D1F5
(150,209,245)
#9FD5F5
(159,213,245)
#A8D9F5
(168,217,245)
#B1DDF5
(177,221,245)
#BAE1F5
(186,225,245)
#C3E5F5
(195,229,245)
#CCE9F5
(204,233,245)
#D5EDF5
(213,237,245)
#DEF1F5
(222,241,245)
#E7F5F5
(231,245,245)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D1F5 color. Also use rgb(150,209,245) instead hex code.

Text Font Color

.myTextColor { color: #96D1F5; }

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

This text font color is #96D1F5.


Background Color

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

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

This div background color is #96D1F5.


Border color

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

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

This div border color is #96D1F5.


Opacity

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

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

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

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

This text has shadow with #96D1F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D1F5 on black background.


Color preview on white background

This text has color #96D1F5 on white background.



Black color preview on #96D1F5 background

This text has black color on #96D1F5 background.


White color preview on #96D1F5 background

This text has white color on #96D1F5 background.