COLOR #97AAA6

HEX: #97AAA6
RGB: (151,170,166)

Color info

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

RGB color model

#97AAA6 color RGB value is (151,170,166).

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

RGB channels and saturation

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

151
170
166

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

Portions of RGB colors in percentages

R + G + B =
151 + 170 + 166 = 487 (100%)
R 151 of 487 ~ 31.01%
G 170 of 487 ~ 34.91%
B 166 of 487 ~ 34.09%

%31.01
%34.91
%34.09

CMYK color model

#97AAA6 color CMYK value is (11,0,2,33).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 33.33%
CMYK:
(11,0,2,33)
C11M0Y2K33 
(11%,0%,2%,33%)
(0.11/0.00/0.02/0.33)	

CMYK percentages

%11.18
%0
%2.35
%33.33

Codes

Color #97AAA6 in popluar color models

97AAA6
RGB151170166
HSL167°10.05%62.94%
HSB/HSV167°11.18%66.67%
CMYK11.18%0.00%2.35%
33.33%

Color #97AAA6 in popluar number systems.

HEX97AAA6
Decimal151170166
Binary100101111010101010100110
Octal227252246

Shades and tints

Shades of #97AAA6

#97AAA6
(151,170,166)
#8A9B97
(138,155,151)
#7D8C88
(125,140,136)
#707D79
(112,125,121)
#636E6A
(99,110,106)
#565F5B
(86,95,91)
#49504C
(73,80,76)
#3C413D
(60,65,61)
#2F322E
(47,50,46)
#22231F
(34,35,31)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #97AAA6

#97AAA6
(151,170,166)
#A0B1AE
(160,177,174)
#A9B8B6
(169,184,182)
#B2BFBE
(178,191,190)
#BBC6C6
(187,198,198)
#C4CDCE
(196,205,206)
#CDD4D6
(205,212,214)
#D6DBDE
(214,219,222)
#DFE2E6
(223,226,230)
#E8E9EE
(232,233,238)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AAA6; }

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

This text font color is #97AAA6.


Background Color

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

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

This div background color is #97AAA6.


Border color

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

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

This div border color is #97AAA6.


Opacity

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

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

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

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

This text has shadow with #97AAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AAA6 on black background.


Color preview on white background

This text has color #97AAA6 on white background.



Black color preview on #97AAA6 background

This text has black color on #97AAA6 background.


White color preview on #97AAA6 background

This text has white color on #97AAA6 background.