COLOR #96AAA2

HEX: #96AAA2
RGB: (150,170,162)

Color info

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

RGB color model

#96AAA2 color RGB value is (150,170,162).

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

RGB channels and saturation

R 150 of 255 = 59%
G 170 of 255 = 67%
B 162 of 255 = 64%

150
170
162

R + G + B ~ 63%. #96AAA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 170 + 162 = 482 (100%)
R 150 of 482 ~ 31.12%
G 170 of 482 ~ 35.27%
B 162 of 482 ~ 33.61%

%31.12
%35.27
%33.61

CMYK color model

#96AAA2 color CMYK value is (12,0,5,33).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 33.33%
CMYK:
(12,0,5,33)
C12M0Y5K33 
(12%,0%,5%,33%)
(0.12/0.00/0.05/0.33)	

CMYK percentages

%11.76
%0
%4.71
%33.33

Codes

Color #96AAA2 in popluar color models

96AAA2
RGB150170162
HSL156°10.53%62.75%
HSB/HSV156°11.76%66.67%
CMYK11.76%0.00%4.71%
33.33%

Color #96AAA2 in popluar number systems.

HEX96AAA2
Decimal150170162
Binary100101101010101010100010
Octal226252242

Shades and tints

Shades of #96AAA2

#96AAA2
(150,170,162)
#899B94
(137,155,148)
#7C8C86
(124,140,134)
#6F7D78
(111,125,120)
#626E6A
(98,110,106)
#555F5C
(85,95,92)
#48504E
(72,80,78)
#3B4140
(59,65,64)
#2E3232
(46,50,50)
#212324
(33,35,36)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #96AAA2

#96AAA2
(150,170,162)
#9FB1AA
(159,177,170)
#A8B8B2
(168,184,178)
#B1BFBA
(177,191,186)
#BAC6C2
(186,198,194)
#C3CDCA
(195,205,202)
#CCD4D2
(204,212,210)
#D5DBDA
(213,219,218)
#DEE2E2
(222,226,226)
#E7E9EA
(231,233,234)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AAA2; }

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

This text font color is #96AAA2.


Background Color

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

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

This div background color is #96AAA2.


Border color

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

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

This div border color is #96AAA2.


Opacity

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

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

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

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

This text has shadow with #96AAA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AAA2 on black background.


Color preview on white background

This text has color #96AAA2 on white background.



Black color preview on #96AAA2 background

This text has black color on #96AAA2 background.


White color preview on #96AAA2 background

This text has white color on #96AAA2 background.