COLOR #96A3D4

HEX: #96A3D4
RGB: (150,163,212)

Color info

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

RGB color model

#96A3D4 color RGB value is (150,163,212).

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

RGB channels and saturation

R 150 of 255 = 59%
G 163 of 255 = 64%
B 212 of 255 = 83%

150
163
212

R + G + B ~ 69%. #96A3D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 163 + 212 = 525 (100%)
R 150 of 525 ~ 28.57%
G 163 of 525 ~ 31.05%
B 212 of 525 ~ 40.38%

%28.57
%31.05
%40.38

CMYK color model

#96A3D4 color CMYK value is (29,23,0,17).

  • cyan value is 29.25%
  • magenta value is 23.11%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(29,23,0,17)
C29M23Y0K17 
(29%,23%,0%,17%)
(0.29/0.23/0.00/0.17)	

CMYK percentages

%29.25
%23.11
%0
%16.86

Codes

Color #96A3D4 in popluar color models

96A3D4
RGB150163212
HSL227°41.89%70.98%
HSB/HSV227°29.25%83.14%
CMYK29.25%23.11%0.00%
16.86%

Color #96A3D4 in popluar number systems.

HEX96A3D4
Decimal150163212
Binary100101101010001111010100
Octal226243324

Shades and tints

Shades of #96A3D4

#96A3D4
(150,163,212)
#8995C1
(137,149,193)
#7C87AE
(124,135,174)
#6F799B
(111,121,155)
#626B88
(98,107,136)
#555D75
(85,93,117)
#484F62
(72,79,98)
#3B414F
(59,65,79)
#2E333C
(46,51,60)
#212529
(33,37,41)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #96A3D4

#96A3D4
(150,163,212)
#9FABD7
(159,171,215)
#A8B3DA
(168,179,218)
#B1BBDD
(177,187,221)
#BAC3E0
(186,195,224)
#C3CBE3
(195,203,227)
#CCD3E6
(204,211,230)
#D5DBE9
(213,219,233)
#DEE3EC
(222,227,236)
#E7EBEF
(231,235,239)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A3D4; }

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

This text font color is #96A3D4.


Background Color

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

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

This div background color is #96A3D4.


Border color

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

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

This div border color is #96A3D4.


Opacity

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

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

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

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

This text has shadow with #96A3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A3D4 on black background.


Color preview on white background

This text has color #96A3D4 on white background.



Black color preview on #96A3D4 background

This text has black color on #96A3D4 background.


White color preview on #96A3D4 background

This text has white color on #96A3D4 background.