COLOR #96A3DF

HEX: #96A3DF
RGB: (150,163,223)

Color info

#96A3DF contains mainly blue color. Web safe color of #96A3DF is #9999CC (or #99C).

RGB color model

#96A3DF color RGB value is (150,163,223).

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

RGB channels and saturation

R 150 of 255 = 59%
G 163 of 255 = 64%
B 223 of 255 = 87%

150
163
223

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

Portions of RGB colors in percentages

R + G + B =
150 + 163 + 223 = 536 (100%)
R 150 of 536 ~ 27.99%
G 163 of 536 ~ 30.41%
B 223 of 536 ~ 41.6%

%27.99
%30.41
%41.6

CMYK color model

#96A3DF color CMYK value is (33,27,0,13).

  • cyan value is 32.74%
  • magenta value is 26.91%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(33,27,0,13)
C33M27Y0K13 
(33%,27%,0%,13%)
(0.33/0.27/0.00/0.13)	

CMYK percentages

%32.74
%26.91
%0
%12.55

Codes

Color #96A3DF in popluar color models

96A3DF
RGB150163223
HSL229°53.28%73.14%
HSB/HSV229°32.74%87.45%
CMYK32.74%26.91%0.00%
12.55%

Color #96A3DF in popluar number systems.

HEX96A3DF
Decimal150163223
Binary100101101010001111011111
Octal226243337

Shades and tints

Shades of #96A3DF

#96A3DF
(150,163,223)
#8995CB
(137,149,203)
#7C87B7
(124,135,183)
#6F79A3
(111,121,163)
#626B8F
(98,107,143)
#555D7B
(85,93,123)
#484F67
(72,79,103)
#3B4153
(59,65,83)
#2E333F
(46,51,63)
#21252B
(33,37,43)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #96A3DF

#96A3DF
(150,163,223)
#9FABE1
(159,171,225)
#A8B3E3
(168,179,227)
#B1BBE5
(177,187,229)
#BAC3E7
(186,195,231)
#C3CBE9
(195,203,233)
#CCD3EB
(204,211,235)
#D5DBED
(213,219,237)
#DEE3EF
(222,227,239)
#E7EBF1
(231,235,241)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A3DF; }

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

This text font color is #96A3DF.


Background Color

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

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

This div background color is #96A3DF.


Border color

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

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

This div border color is #96A3DF.


Opacity

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

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

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

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

This text has shadow with #96A3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A3DF on black background.


Color preview on white background

This text has color #96A3DF on white background.



Black color preview on #96A3DF background

This text has black color on #96A3DF background.


White color preview on #96A3DF background

This text has white color on #96A3DF background.