COLOR #96AAAB

HEX: #96AAAB
RGB: (150,170,171)

Color info

#96AAAB contains red, green and blue colors in about the same proportion. Web safe color of #96AAAB is #999999 (or #999).

RGB color model

#96AAAB color RGB value is (150,170,171).

  • red value is 150;
  • green value is 170;
  • blue value is 171.
RGB:
(150,170,171)
(59%,67%,67%)

RGB channels and saturation

R 150 of 255 = 59%
G 170 of 255 = 67%
B 171 of 255 = 67%

150
170
171

R + G + B ~ 64%. #96AAAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 170 + 171 = 491 (100%)
R 150 of 491 ~ 30.55%
G 170 of 491 ~ 34.62%
B 171 of 491 ~ 34.83%

%30.55
%34.62
%34.83

CMYK color model

#96AAAB color CMYK value is (12,1,0,33).

  • cyan value is 12.28%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(12,1,0,33)
C12M1Y0K33 
(12%,1%,0%,33%)
(0.12/0.01/0.00/0.33)	

CMYK percentages

%12.28
%0.58
%0
%32.94

Codes

Color #96AAAB in popluar color models

96AAAB
RGB150170171
HSL183°11.11%62.94%
HSB/HSV183°12.28%67.06%
CMYK12.28%0.58%0.00%
32.94%

Color #96AAAB in popluar number systems.

HEX96AAAB
Decimal150170171
Binary100101101010101010101011
Octal226252253

Shades and tints

Shades of #96AAAB

#96AAAB
(150,170,171)
#899B9C
(137,155,156)
#7C8C8D
(124,140,141)
#6F7D7E
(111,125,126)
#626E6F
(98,110,111)
#555F60
(85,95,96)
#485051
(72,80,81)
#3B4142
(59,65,66)
#2E3233
(46,50,51)
#212324
(33,35,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #96AAAB

#96AAAB
(150,170,171)
#9FB1B2
(159,177,178)
#A8B8B9
(168,184,185)
#B1BFC0
(177,191,192)
#BAC6C7
(186,198,199)
#C3CDCE
(195,205,206)
#CCD4D5
(204,212,213)
#D5DBDC
(213,219,220)
#DEE2E3
(222,226,227)
#E7E9EA
(231,233,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AAAB color. Also use rgb(150,170,171) instead hex code.

Text Font Color

.myTextColor { color: #96AAAB; }

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

This text font color is #96AAAB.


Background Color

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

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

This div background color is #96AAAB.


Border color

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

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

This div border color is #96AAAB.


Opacity

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

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

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

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

This text has shadow with #96AAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AAAB on black background.


Color preview on white background

This text has color #96AAAB on white background.



Black color preview on #96AAAB background

This text has black color on #96AAAB background.


White color preview on #96AAAB background

This text has white color on #96AAAB background.