COLOR #96D9F1

HEX: #96D9F1
RGB: (150,217,241)

Color info

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

RGB color model

#96D9F1 color RGB value is (150,217,241).

  • red value is 150;
  • green value is 217;
  • blue value is 241.
RGB:
(150,217,241)
(59%,85%,95%)

RGB channels and saturation

R 150 of 255 = 59%
G 217 of 255 = 85%
B 241 of 255 = 95%

150
217
241

R + G + B ~ 80%. #96D9F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 217 + 241 = 608 (100%)
R 150 of 608 ~ 24.67%
G 217 of 608 ~ 35.69%
B 241 of 608 ~ 39.64%

%24.67
%35.69
%39.64

CMYK color model

#96D9F1 color CMYK value is (38,10,0,5).

  • cyan value is 37.76%
  • magenta value is 9.96%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(38,10,0,5)
C38M10Y0K5 
(38%,10%,0%,5%)
(0.38/0.10/0.00/0.05)	

CMYK percentages

%37.76
%9.96
%0
%5.49

Codes

Color #96D9F1 in popluar color models

96D9F1
RGB150217241
HSL196°76.47%76.67%
HSB/HSV196°37.76%94.51%
CMYK37.76%9.96%0.00%
5.49%

Color #96D9F1 in popluar number systems.

HEX96D9F1
Decimal150217241
Binary100101101101100111110001
Octal226331361

Shades and tints

Shades of #96D9F1

#96D9F1
(150,217,241)
#89C6DC
(137,198,220)
#7CB3C7
(124,179,199)
#6FA0B2
(111,160,178)
#628D9D
(98,141,157)
#557A88
(85,122,136)
#486773
(72,103,115)
#3B545E
(59,84,94)
#2E4149
(46,65,73)
#212E34
(33,46,52)
#141B1F
(20,27,31)
#000000
(0,0,0)

Tints of #96D9F1

#96D9F1
(150,217,241)
#9FDCF2
(159,220,242)
#A8DFF3
(168,223,243)
#B1E2F4
(177,226,244)
#BAE5F5
(186,229,245)
#C3E8F6
(195,232,246)
#CCEBF7
(204,235,247)
#D5EEF8
(213,238,248)
#DEF1F9
(222,241,249)
#E7F4FA
(231,244,250)
#F0F7FB
(240,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D9F1 color. Also use rgb(150,217,241) instead hex code.

Text Font Color

.myTextColor { color: #96D9F1; }

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

This text font color is #96D9F1.


Background Color

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

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

This div background color is #96D9F1.


Border color

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

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

This div border color is #96D9F1.


Opacity

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

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

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

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

This text has shadow with #96D9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D9F1 on black background.


Color preview on white background

This text has color #96D9F1 on white background.



Black color preview on #96D9F1 background

This text has black color on #96D9F1 background.


White color preview on #96D9F1 background

This text has white color on #96D9F1 background.