COLOR #96AADF

HEX: #96AADF
RGB: (150,170,223)

Color info

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

RGB color model

#96AADF color RGB value is (150,170,223).

  • red value is 150;
  • green value is 170;
  • blue value is 223.
RGB:
(150,170,223)
(59%,67%,87%)

RGB channels and saturation

R 150 of 255 = 59%
G 170 of 255 = 67%
B 223 of 255 = 87%

150
170
223

R + G + B ~ 71%. #96AADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 170 + 223 = 543 (100%)
R 150 of 543 ~ 27.62%
G 170 of 543 ~ 31.31%
B 223 of 543 ~ 41.07%

%27.62
%31.31
%41.07

CMYK color model

#96AADF color CMYK value is (33,24,0,13).

  • cyan value is 32.74%
  • magenta value is 23.77%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(33,24,0,13)
C33M24Y0K13 
(33%,24%,0%,13%)
(0.33/0.24/0.00/0.13)	

CMYK percentages

%32.74
%23.77
%0
%12.55

Codes

Color #96AADF in popluar color models

96AADF
RGB150170223
HSL224°53.28%73.14%
HSB/HSV224°32.74%87.45%
CMYK32.74%23.77%0.00%
12.55%

Color #96AADF in popluar number systems.

HEX96AADF
Decimal150170223
Binary100101101010101011011111
Octal226252337

Shades and tints

Shades of #96AADF

#96AADF
(150,170,223)
#899BCB
(137,155,203)
#7C8CB7
(124,140,183)
#6F7DA3
(111,125,163)
#626E8F
(98,110,143)
#555F7B
(85,95,123)
#485067
(72,80,103)
#3B4153
(59,65,83)
#2E323F
(46,50,63)
#21232B
(33,35,43)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #96AADF

#96AADF
(150,170,223)
#9FB1E1
(159,177,225)
#A8B8E3
(168,184,227)
#B1BFE5
(177,191,229)
#BAC6E7
(186,198,231)
#C3CDE9
(195,205,233)
#CCD4EB
(204,212,235)
#D5DBED
(213,219,237)
#DEE2EF
(222,226,239)
#E7E9F1
(231,233,241)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AADF color. Also use rgb(150,170,223) instead hex code.

Text Font Color

.myTextColor { color: #96AADF; }

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

This text font color is #96AADF.


Background Color

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

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

This div background color is #96AADF.


Border color

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

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

This div border color is #96AADF.


Opacity

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

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

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

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

This text has shadow with #96AADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AADF on black background.


Color preview on white background

This text has color #96AADF on white background.



Black color preview on #96AADF background

This text has black color on #96AADF background.


White color preview on #96AADF background

This text has white color on #96AADF background.