COLOR #96ADD3

HEX: #96ADD3
RGB: (150,173,211)

Color info

#96ADD3 contains mainly green and blue colors. Web safe color of #96ADD3 is #9999CC (or #99C).

RGB color model

#96ADD3 color RGB value is (150,173,211).

  • red value is 150;
  • green value is 173;
  • blue value is 211.
RGB:
(150,173,211)
(59%,68%,83%)

RGB channels and saturation

R 150 of 255 = 59%
G 173 of 255 = 68%
B 211 of 255 = 83%

150
173
211

R + G + B ~ 70%. #96ADD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 173 + 211 = 534 (100%)
R 150 of 534 ~ 28.09%
G 173 of 534 ~ 32.4%
B 211 of 534 ~ 39.51%

%28.09
%32.4
%39.51

CMYK color model

#96ADD3 color CMYK value is (29,18,0,17).

  • cyan value is 28.91%
  • magenta value is 18.01%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(29,18,0,17)
C29M18Y0K17 
(29%,18%,0%,17%)
(0.29/0.18/0.00/0.17)	

CMYK percentages

%28.91
%18.01
%0
%17.25

Codes

Color #96ADD3 in popluar color models

96ADD3
RGB150173211
HSL217°40.94%70.78%
HSB/HSV217°28.91%82.75%
CMYK28.91%18.01%0.00%
17.25%

Color #96ADD3 in popluar number systems.

HEX96ADD3
Decimal150173211
Binary100101101010110111010011
Octal226255323

Shades and tints

Shades of #96ADD3

#96ADD3
(150,173,211)
#899EC0
(137,158,192)
#7C8FAD
(124,143,173)
#6F809A
(111,128,154)
#627187
(98,113,135)
#556274
(85,98,116)
#485361
(72,83,97)
#3B444E
(59,68,78)
#2E353B
(46,53,59)
#212628
(33,38,40)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #96ADD3

#96ADD3
(150,173,211)
#9FB4D7
(159,180,215)
#A8BBDB
(168,187,219)
#B1C2DF
(177,194,223)
#BAC9E3
(186,201,227)
#C3D0E7
(195,208,231)
#CCD7EB
(204,215,235)
#D5DEEF
(213,222,239)
#DEE5F3
(222,229,243)
#E7ECF7
(231,236,247)
#F0F3FB
(240,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96ADD3 color. Also use rgb(150,173,211) instead hex code.

Text Font Color

.myTextColor { color: #96ADD3; }

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

This text font color is #96ADD3.


Background Color

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

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

This div background color is #96ADD3.


Border color

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

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

This div border color is #96ADD3.


Opacity

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

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

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

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

This text has shadow with #96ADD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96ADD3 on black background.


Color preview on white background

This text has color #96ADD3 on white background.



Black color preview on #96ADD3 background

This text has black color on #96ADD3 background.


White color preview on #96ADD3 background

This text has white color on #96ADD3 background.