COLOR #96A3CE

HEX: #96A3CE
RGB: (150,163,206)

Color info

#96A3CE contains red, green and blue colors in about the same proportion. Web safe color of #96A3CE is #9999CC (or #99C).

RGB color model

#96A3CE color RGB value is (150,163,206).

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

RGB channels and saturation

R 150 of 255 = 59%
G 163 of 255 = 64%
B 206 of 255 = 81%

150
163
206

R + G + B ~ 68%. #96A3CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 163 + 206 = 519 (100%)
R 150 of 519 ~ 28.9%
G 163 of 519 ~ 31.41%
B 206 of 519 ~ 39.69%

%28.9
%31.41
%39.69

CMYK color model

#96A3CE color CMYK value is (27,21,0,19).

  • cyan value is 27.18%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(27,21,0,19)
C27M21Y0K19 
(27%,21%,0%,19%)
(0.27/0.21/0.00/0.19)	

CMYK percentages

%27.18
%20.87
%0
%19.22

Codes

Color #96A3CE in popluar color models

96A3CE
RGB150163206
HSL226°36.36%69.80%
HSB/HSV226°27.18%80.78%
CMYK27.18%20.87%0.00%
19.22%

Color #96A3CE in popluar number systems.

HEX96A3CE
Decimal150163206
Binary100101101010001111001110
Octal226243316

Shades and tints

Shades of #96A3CE

#96A3CE
(150,163,206)
#8995BC
(137,149,188)
#7C87AA
(124,135,170)
#6F7998
(111,121,152)
#626B86
(98,107,134)
#555D74
(85,93,116)
#484F62
(72,79,98)
#3B4150
(59,65,80)
#2E333E
(46,51,62)
#21252C
(33,37,44)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #96A3CE

#96A3CE
(150,163,206)
#9FABD2
(159,171,210)
#A8B3D6
(168,179,214)
#B1BBDA
(177,187,218)
#BAC3DE
(186,195,222)
#C3CBE2
(195,203,226)
#CCD3E6
(204,211,230)
#D5DBEA
(213,219,234)
#DEE3EE
(222,227,238)
#E7EBF2
(231,235,242)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A3CE; }

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

This text font color is #96A3CE.


Background Color

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

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

This div background color is #96A3CE.


Border color

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

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

This div border color is #96A3CE.


Opacity

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

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

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

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

This text has shadow with #96A3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A3CE on black background.


Color preview on white background

This text has color #96A3CE on white background.



Black color preview on #96A3CE background

This text has black color on #96A3CE background.


White color preview on #96A3CE background

This text has white color on #96A3CE background.