COLOR #96AAA6

HEX: #96AAA6
RGB: (150,170,166)

Color info

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

RGB color model

#96AAA6 color RGB value is (150,170,166).

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

RGB channels and saturation

R 150 of 255 = 59%
G 170 of 255 = 67%
B 166 of 255 = 65%

150
170
166

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

Portions of RGB colors in percentages

R + G + B =
150 + 170 + 166 = 486 (100%)
R 150 of 486 ~ 30.86%
G 170 of 486 ~ 34.98%
B 166 of 486 ~ 34.16%

%30.86
%34.98
%34.16

CMYK color model

#96AAA6 color CMYK value is (12,0,2,33).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 33.33%
CMYK:
(12,0,2,33)
C12M0Y2K33 
(12%,0%,2%,33%)
(0.12/0.00/0.02/0.33)	

CMYK percentages

%11.76
%0
%2.35
%33.33

Codes

Color #96AAA6 in popluar color models

96AAA6
RGB150170166
HSL168°10.53%62.75%
HSB/HSV168°11.76%66.67%
CMYK11.76%0.00%2.35%
33.33%

Color #96AAA6 in popluar number systems.

HEX96AAA6
Decimal150170166
Binary100101101010101010100110
Octal226252246

Shades and tints

Shades of #96AAA6

#96AAA6
(150,170,166)
#899B97
(137,155,151)
#7C8C88
(124,140,136)
#6F7D79
(111,125,121)
#626E6A
(98,110,106)
#555F5B
(85,95,91)
#48504C
(72,80,76)
#3B413D
(59,65,61)
#2E322E
(46,50,46)
#21231F
(33,35,31)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #96AAA6

#96AAA6
(150,170,166)
#9FB1AE
(159,177,174)
#A8B8B6
(168,184,182)
#B1BFBE
(177,191,190)
#BAC6C6
(186,198,198)
#C3CDCE
(195,205,206)
#CCD4D6
(204,212,214)
#D5DBDE
(213,219,222)
#DEE2E6
(222,226,230)
#E7E9EE
(231,233,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AAA6; }

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

This text font color is #96AAA6.


Background Color

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

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

This div background color is #96AAA6.


Border color

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

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

This div border color is #96AAA6.


Opacity

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

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

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

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

This text has shadow with #96AAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AAA6 on black background.


Color preview on white background

This text has color #96AAA6 on white background.



Black color preview on #96AAA6 background

This text has black color on #96AAA6 background.


White color preview on #96AAA6 background

This text has white color on #96AAA6 background.