COLOR #97A1AA

HEX: #97A1AA RGB: (151,161,170)

Color info

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

RGB color model

#97A1AA color RGB value is (151,161,170).

RGB: (151,161,170) (59%, 63%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 161 of 255 = 63%
B 170 of 255 = 67%

151
161
170

R + G + B ~ 63%. #97A1AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 161 + 170 = 482 (100%)
R 151 of 482 ~ 31.33%
G 161 of 482 ~ 33.4%
B 170 of 482 ~ 35.27'%

%31.33
%33.4
%35.27

CMYK color model

#97A1AA color CMYK value is (11,5,0,33).

  • cyan value is 11.18%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (11,5,0,33)
C11M5Y0K33 (11%, 5%, 0%, 33%)
(0.11 / 0.05 / 0.00 / 0.33)

CMYK percentages

%11.18
%5.29
%0
%33.33

Codes

Color #97A1AA in popluar color models

97 A1 AA
RGB 151 161 170
HSL 208° 10.05% 62.94%
HSB/HSV 208° 11.18% 66.67%
CMYK 11.18% 5.29% 0.00%
33.33%

Color #97A1AA in popluar number systems.

HEX 97 A1 AA
Decimal 151 161 170
Binary 10010111 10100001 10101010
Octal 227 241 252

Shades and tints

Shades of #97A1AA

#97A1AA
(151,161,170)
#8A939B
(138,147,155)
#7D858C
(125,133,140)
#70777D
(112,119,125)
#63696E
(99,105,110)
#565B5F
(86,91,95)
#494D50
(73,77,80)
#3C3F41
(60,63,65)
#2F3132
(47,49,50)
#222323
(34,35,35)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #97A1AA

#97A1AA
(151,161,170)
#A0A9B1
(160,169,177)
#A9B1B8
(169,177,184)
#B2B9BF
(178,185,191)
#BBC1C6
(187,193,198)
#C4C9CD
(196,201,205)
#CDD1D4
(205,209,212)
#D6D9DB
(214,217,219)
#DFE1E2
(223,225,226)
#E8E9E9
(232,233,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A1AA; }

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

This text font color is #97A1AA.

Background Color

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

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

This div background color is #97A1AA.

Border color

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

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

This div border color is #97A1AA.

Opacity

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

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

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

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

This text has shadow with #97A1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A1AA.

Preview

Color preview on black background

This text has color #97A1AA on black background.


Color preview on white background

This text has color #97A1AA on white background.


Black color preview on #97A1AA background

This text has black color on #97A1AA background.


White color preview on #97A1AA background

This text has white color on #97A1AA background.


Related colors

Complementary color

Complementary color for #hex is #685E55.


I love getcolorcode.com

Triadic colors

1 #AA97A1 and #A1AA97 with #97A1AA are triadic colors.

2 #AAA197 and #A197AA with #97A1AA are triadic colors.