COLOR #97AAAB

HEX: #97AAAB RGB: (151,170,171)

Color info

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

RGB color model

#97AAAB color RGB value is (151,170,171).

RGB: (151,170,171) (59%, 67%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 170 of 255 = 67%
B 171 of 255 = 67%

151
170
171

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

Portions of RGB colors in percentages

R + G + B = 151 + 170 + 171 = 492 (100%)
R 151 of 492 ~ 30.69%
G 170 of 492 ~ 34.55%
B 171 of 492 ~ 34.76'%

%30.69
%34.55
%34.76

CMYK color model

#97AAAB color CMYK value is (12,1,0,33).

  • cyan value is 11.70%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (12,1,0,33)
C12M1Y0K33 (12%, 1%, 0%, 33%)
(0.12 / 0.01 / 0.00 / 0.33)

CMYK percentages

%11.7
%0.58
%0
%32.94

Codes

Color #97AAAB in popluar color models

97 AA AB
RGB 151 170 171
HSL 183° 10.64% 63.14%
HSB/HSV 183° 11.70% 67.06%
CMYK 11.70% 0.58% 0.00%
32.94%

Color #97AAAB in popluar number systems.

HEX 97 AA AB
Decimal 151 170 171
Binary 10010111 10101010 10101011
Octal 227 252 253

Shades and tints

Shades of #97AAAB

#97AAAB
(151,170,171)
#8A9B9C
(138,155,156)
#7D8C8D
(125,140,141)
#707D7E
(112,125,126)
#636E6F
(99,110,111)
#565F60
(86,95,96)
#495051
(73,80,81)
#3C4142
(60,65,66)
#2F3233
(47,50,51)
#222324
(34,35,36)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #97AAAB

#97AAAB
(151,170,171)
#A0B1B2
(160,177,178)
#A9B8B9
(169,184,185)
#B2BFC0
(178,191,192)
#BBC6C7
(187,198,199)
#C4CDCE
(196,205,206)
#CDD4D5
(205,212,213)
#D6DBDC
(214,219,220)
#DFE2E3
(223,226,227)
#E8E9EA
(232,233,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AAAB; }

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

This text font color is #97AAAB.

Background Color

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

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

This div background color is #97AAAB.

Border color

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

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

This div border color is #97AAAB.

Opacity

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

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

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

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

This text has shadow with #97AAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97AAAB.

Preview

Color preview on black background

This text has color #97AAAB on black background.


Color preview on white background

This text has color #97AAAB on white background.


Black color preview on #97AAAB background

This text has black color on #97AAAB background.


White color preview on #97AAAB background

This text has white color on #97AAAB background.


Related colors

Complementary color

Complementary color for #hex is #685554.


I love getcolorcode.com

Triadic colors

1 #AB97AA and #AAAB97 with #97AAAB are triadic colors.

2 #ABAA97 and #AA97AB with #97AAAB are triadic colors.