COLOR #96DDFA

HEX: #96DDFA
RGB: (150,221,250)

Color info

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

RGB color model

#96DDFA color RGB value is (150,221,250).

  • red value is 150;
  • green value is 221;
  • blue value is 250.
RGB:
(150,221,250)
(59%,87%,98%)

RGB channels and saturation

R 150 of 255 = 59%
G 221 of 255 = 87%
B 250 of 255 = 98%

150
221
250

R + G + B ~ 81%. #96DDFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 221 + 250 = 621 (100%)
R 150 of 621 ~ 24.15%
G 221 of 621 ~ 35.59%
B 250 of 621 ~ 40.26%

%24.15
%35.59
%40.26

CMYK color model

#96DDFA color CMYK value is (40,12,0,2).

  • cyan value is 40.00%
  • magenta value is 11.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(40,12,0,2)
C40M12Y0K2 
(40%,12%,0%,2%)
(0.40/0.12/0.00/0.02)	

CMYK percentages

%40
%11.6
%0
%1.96

Codes

Color #96DDFA in popluar color models

96DDFA
RGB150221250
HSL197°90.91%78.43%
HSB/HSV197°40.00%98.04%
CMYK40.00%11.60%0.00%
1.96%

Color #96DDFA in popluar number systems.

HEX96DDFA
Decimal150221250
Binary100101101101110111111010
Octal226335372

Shades and tints

Shades of #96DDFA

#96DDFA
(150,221,250)
#89C9E4
(137,201,228)
#7CB5CE
(124,181,206)
#6FA1B8
(111,161,184)
#628DA2
(98,141,162)
#55798C
(85,121,140)
#486576
(72,101,118)
#3B5160
(59,81,96)
#2E3D4A
(46,61,74)
#212934
(33,41,52)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #96DDFA

#96DDFA
(150,221,250)
#9FE0FA
(159,224,250)
#A8E3FA
(168,227,250)
#B1E6FA
(177,230,250)
#BAE9FA
(186,233,250)
#C3ECFA
(195,236,250)
#CCEFFA
(204,239,250)
#D5F2FA
(213,242,250)
#DEF5FA
(222,245,250)
#E7F8FA
(231,248,250)
#F0FBFA
(240,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DDFA color. Also use rgb(150,221,250) instead hex code.

Text Font Color

.myTextColor { color: #96DDFA; }

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

This text font color is #96DDFA.


Background Color

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

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

This div background color is #96DDFA.


Border color

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

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

This div border color is #96DDFA.


Opacity

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

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

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

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

This text has shadow with #96DDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DDFA on black background.


Color preview on white background

This text has color #96DDFA on white background.



Black color preview on #96DDFA background

This text has black color on #96DDFA background.


White color preview on #96DDFA background

This text has white color on #96DDFA background.