COLOR #96D0FB

HEX: #96D0FB
RGB: (150,208,251)

Color info

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

RGB color model

#96D0FB color RGB value is (150,208,251).

  • red value is 150;
  • green value is 208;
  • blue value is 251.
RGB:
(150,208,251)
(59%,82%,98%)

RGB channels and saturation

R 150 of 255 = 59%
G 208 of 255 = 82%
B 251 of 255 = 98%

150
208
251

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

Portions of RGB colors in percentages

R + G + B =
150 + 208 + 251 = 609 (100%)
R 150 of 609 ~ 24.63%
G 208 of 609 ~ 34.15%
B 251 of 609 ~ 41.22%

%24.63
%34.15
%41.22

CMYK color model

#96D0FB color CMYK value is (40,17,0,2).

  • cyan value is 40.24%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(40,17,0,2)
C40M17Y0K2 
(40%,17%,0%,2%)
(0.40/0.17/0.00/0.02)	

CMYK percentages

%40.24
%17.13
%0
%1.57

Codes

Color #96D0FB in popluar color models

96D0FB
RGB150208251
HSL206°92.66%78.63%
HSB/HSV206°40.24%98.43%
CMYK40.24%17.13%0.00%
1.57%

Color #96D0FB in popluar number systems.

HEX96D0FB
Decimal150208251
Binary100101101101000011111011
Octal226320373

Shades and tints

Shades of #96D0FB

#96D0FB
(150,208,251)
#89BEE5
(137,190,229)
#7CACCF
(124,172,207)
#6F9AB9
(111,154,185)
#6288A3
(98,136,163)
#55768D
(85,118,141)
#486477
(72,100,119)
#3B5261
(59,82,97)
#2E404B
(46,64,75)
#212E35
(33,46,53)
#141C1F
(20,28,31)
#000000
(0,0,0)

Tints of #96D0FB

#96D0FB
(150,208,251)
#9FD4FB
(159,212,251)
#A8D8FB
(168,216,251)
#B1DCFB
(177,220,251)
#BAE0FB
(186,224,251)
#C3E4FB
(195,228,251)
#CCE8FB
(204,232,251)
#D5ECFB
(213,236,251)
#DEF0FB
(222,240,251)
#E7F4FB
(231,244,251)
#F0F8FB
(240,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D0FB color. Also use rgb(150,208,251) instead hex code.

Text Font Color

.myTextColor { color: #96D0FB; }

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

This text font color is #96D0FB.


Background Color

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

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

This div background color is #96D0FB.


Border color

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

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

This div border color is #96D0FB.


Opacity

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

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

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

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

This text has shadow with #96D0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D0FB on black background.


Color preview on white background

This text has color #96D0FB on white background.



Black color preview on #96D0FB background

This text has black color on #96D0FB background.


White color preview on #96D0FB background

This text has white color on #96D0FB background.