COLOR #96A3BC

HEX: #96A3BC
RGB: (150,163,188)

Color info

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

RGB color model

#96A3BC color RGB value is (150,163,188).

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

RGB channels and saturation

R 150 of 255 = 59%
G 163 of 255 = 64%
B 188 of 255 = 74%

150
163
188

R + G + B ~ 66%. #96A3BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 163 + 188 = 501 (100%)
R 150 of 501 ~ 29.94%
G 163 of 501 ~ 32.53%
B 188 of 501 ~ 37.52%

%29.94
%32.53
%37.52

CMYK color model

#96A3BC color CMYK value is (20,13,0,26).

  • cyan value is 20.21%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(20,13,0,26)
C20M13Y0K26 
(20%,13%,0%,26%)
(0.20/0.13/0.00/0.26)	

CMYK percentages

%20.21
%13.3
%0
%26.27

Codes

Color #96A3BC in popluar color models

96A3BC
RGB150163188
HSL219°22.09%66.27%
HSB/HSV219°20.21%73.73%
CMYK20.21%13.30%0.00%
26.27%

Color #96A3BC in popluar number systems.

HEX96A3BC
Decimal150163188
Binary100101101010001110111100
Octal226243274

Shades and tints

Shades of #96A3BC

#96A3BC
(150,163,188)
#8995AB
(137,149,171)
#7C879A
(124,135,154)
#6F7989
(111,121,137)
#626B78
(98,107,120)
#555D67
(85,93,103)
#484F56
(72,79,86)
#3B4145
(59,65,69)
#2E3334
(46,51,52)
#212523
(33,37,35)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #96A3BC

#96A3BC
(150,163,188)
#9FABC2
(159,171,194)
#A8B3C8
(168,179,200)
#B1BBCE
(177,187,206)
#BAC3D4
(186,195,212)
#C3CBDA
(195,203,218)
#CCD3E0
(204,211,224)
#D5DBE6
(213,219,230)
#DEE3EC
(222,227,236)
#E7EBF2
(231,235,242)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A3BC; }

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

This text font color is #96A3BC.


Background Color

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

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

This div background color is #96A3BC.


Border color

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

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

This div border color is #96A3BC.


Opacity

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

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

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

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

This text has shadow with #96A3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A3BC on black background.


Color preview on white background

This text has color #96A3BC on white background.



Black color preview on #96A3BC background

This text has black color on #96A3BC background.


White color preview on #96A3BC background

This text has white color on #96A3BC background.