COLOR #96A9BB

HEX: #96A9BB
RGB: (150,169,187)

Color info

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

RGB color model

#96A9BB color RGB value is (150,169,187).

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

RGB channels and saturation

R 150 of 255 = 59%
G 169 of 255 = 66%
B 187 of 255 = 73%

150
169
187

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

Portions of RGB colors in percentages

R + G + B =
150 + 169 + 187 = 506 (100%)
R 150 of 506 ~ 29.64%
G 169 of 506 ~ 33.4%
B 187 of 506 ~ 36.96%

%29.64
%33.4
%36.96

CMYK color model

#96A9BB color CMYK value is (20,10,0,27).

  • cyan value is 19.79%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(20,10,0,27)
C20M10Y0K27 
(20%,10%,0%,27%)
(0.20/0.10/0.00/0.27)	

CMYK percentages

%19.79
%9.63
%0
%26.67

Codes

Color #96A9BB in popluar color models

96A9BB
RGB150169187
HSL209°21.39%66.08%
HSB/HSV209°19.79%73.33%
CMYK19.79%9.63%0.00%
26.67%

Color #96A9BB in popluar number systems.

HEX96A9BB
Decimal150169187
Binary100101101010100110111011
Octal226251273

Shades and tints

Shades of #96A9BB

#96A9BB
(150,169,187)
#899AAA
(137,154,170)
#7C8B99
(124,139,153)
#6F7C88
(111,124,136)
#626D77
(98,109,119)
#555E66
(85,94,102)
#484F55
(72,79,85)
#3B4044
(59,64,68)
#2E3133
(46,49,51)
#212222
(33,34,34)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #96A9BB

#96A9BB
(150,169,187)
#9FB0C1
(159,176,193)
#A8B7C7
(168,183,199)
#B1BECD
(177,190,205)
#BAC5D3
(186,197,211)
#C3CCD9
(195,204,217)
#CCD3DF
(204,211,223)
#D5DAE5
(213,218,229)
#DEE1EB
(222,225,235)
#E7E8F1
(231,232,241)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A9BB; }

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

This text font color is #96A9BB.


Background Color

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

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

This div background color is #96A9BB.


Border color

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

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

This div border color is #96A9BB.


Opacity

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

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

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

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

This text has shadow with #96A9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A9BB on black background.


Color preview on white background

This text has color #96A9BB on white background.



Black color preview on #96A9BB background

This text has black color on #96A9BB background.


White color preview on #96A9BB background

This text has white color on #96A9BB background.