COLOR #96A9BC

HEX: #96A9BC
RGB: (150,169,188)

Color info

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

RGB color model

#96A9BC color RGB value is (150,169,188).

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

RGB channels and saturation

R 150 of 255 = 59%
G 169 of 255 = 66%
B 188 of 255 = 74%

150
169
188

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

Portions of RGB colors in percentages

R + G + B =
150 + 169 + 188 = 507 (100%)
R 150 of 507 ~ 29.59%
G 169 of 507 ~ 33.33%
B 188 of 507 ~ 37.08%

%29.59
%33.33
%37.08

CMYK color model

#96A9BC color CMYK value is (20,10,0,26).

  • cyan value is 20.21%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(20,10,0,26)
C20M10Y0K26 
(20%,10%,0%,26%)
(0.20/0.10/0.00/0.26)	

CMYK percentages

%20.21
%10.11
%0
%26.27

Codes

Color #96A9BC in popluar color models

96A9BC
RGB150169188
HSL210°22.09%66.27%
HSB/HSV210°20.21%73.73%
CMYK20.21%10.11%0.00%
26.27%

Color #96A9BC in popluar number systems.

HEX96A9BC
Decimal150169188
Binary100101101010100110111100
Octal226251274

Shades and tints

Shades of #96A9BC

#96A9BC
(150,169,188)
#899AAB
(137,154,171)
#7C8B9A
(124,139,154)
#6F7C89
(111,124,137)
#626D78
(98,109,120)
#555E67
(85,94,103)
#484F56
(72,79,86)
#3B4045
(59,64,69)
#2E3134
(46,49,52)
#212223
(33,34,35)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #96A9BC

#96A9BC
(150,169,188)
#9FB0C2
(159,176,194)
#A8B7C8
(168,183,200)
#B1BECE
(177,190,206)
#BAC5D4
(186,197,212)
#C3CCDA
(195,204,218)
#CCD3E0
(204,211,224)
#D5DAE6
(213,218,230)
#DEE1EC
(222,225,236)
#E7E8F2
(231,232,242)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A9BC; }

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

This text font color is #96A9BC.


Background Color

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

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

This div background color is #96A9BC.


Border color

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

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

This div border color is #96A9BC.


Opacity

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

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

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

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

This text has shadow with #96A9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A9BC on black background.


Color preview on white background

This text has color #96A9BC on white background.



Black color preview on #96A9BC background

This text has black color on #96A9BC background.


White color preview on #96A9BC background

This text has white color on #96A9BC background.