COLOR #97A7AA

HEX: #97A7AA
RGB: (151,167,170)

Color info

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

RGB color model

#97A7AA color RGB value is (151,167,170).

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

RGB channels and saturation

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

151
167
170

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

Portions of RGB colors in percentages

R + G + B =
151 + 167 + 170 = 488 (100%)
R 151 of 488 ~ 30.94%
G 167 of 488 ~ 34.22%
B 170 of 488 ~ 34.84%

%30.94
%34.22
%34.84

CMYK color model

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

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

CMYK percentages

%11.18
%1.76
%0
%33.33

Codes

Color #97A7AA in popluar color models

97A7AA
RGB151167170
HSL189°10.05%62.94%
HSB/HSV189°11.18%66.67%
CMYK11.18%1.76%0.00%
33.33%

Color #97A7AA in popluar number systems.

HEX97A7AA
Decimal151167170
Binary100101111010011110101010
Octal227247252

Shades and tints

Shades of #97A7AA

#97A7AA
(151,167,170)
#8A989B
(138,152,155)
#7D898C
(125,137,140)
#707A7D
(112,122,125)
#636B6E
(99,107,110)
#565C5F
(86,92,95)
#494D50
(73,77,80)
#3C3E41
(60,62,65)
#2F2F32
(47,47,50)
#222023
(34,32,35)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #97A7AA

#97A7AA
(151,167,170)
#A0AFB1
(160,175,177)
#A9B7B8
(169,183,184)
#B2BFBF
(178,191,191)
#BBC7C6
(187,199,198)
#C4CFCD
(196,207,205)
#CDD7D4
(205,215,212)
#D6DFDB
(214,223,219)
#DFE7E2
(223,231,226)
#E8EFE9
(232,239,233)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A7AA; }

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

This text font color is #97A7AA.


Background Color

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

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

This div background color is #97A7AA.


Border color

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

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

This div border color is #97A7AA.


Opacity

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

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

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

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

This text has shadow with #97A7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A7AA on black background.


Color preview on white background

This text has color #97A7AA on white background.



Black color preview on #97A7AA background

This text has black color on #97A7AA background.


White color preview on #97A7AA background

This text has white color on #97A7AA background.