COLOR #97A9AB

HEX: #97A9AB RGB: (151,169,171)

Color info

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

RGB color model

#97A9AB color RGB value is (151,169,171).

RGB: (151,169,171) (59%, 66%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 169 of 255 = 66%
B 171 of 255 = 67%

151
169
171

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

Portions of RGB colors in percentages

R + G + B = 151 + 169 + 171 = 491 (100%)
R 151 of 491 ~ 30.75%
G 169 of 491 ~ 34.42%
B 171 of 491 ~ 34.83'%

%30.75
%34.42
%34.83

CMYK color model

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

  • cyan value is 11.70%
  • magenta value is 1.17%
  • 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
%1.17
%0
%32.94

Codes

Color #97A9AB in popluar color models

97 A9 AB
RGB 151 169 171
HSL 186° 10.64% 63.14%
HSB/HSV 186° 11.70% 67.06%
CMYK 11.70% 1.17% 0.00%
32.94%

Color #97A9AB in popluar number systems.

HEX 97 A9 AB
Decimal 151 169 171
Binary 10010111 10101001 10101011
Octal 227 251 253

Shades and tints

Shades of #97A9AB

#97A9AB
(151,169,171)
#8A9A9C
(138,154,156)
#7D8B8D
(125,139,141)
#707C7E
(112,124,126)
#636D6F
(99,109,111)
#565E60
(86,94,96)
#494F51
(73,79,81)
#3C4042
(60,64,66)
#2F3133
(47,49,51)
#222224
(34,34,36)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #97A9AB

#97A9AB
(151,169,171)
#A0B0B2
(160,176,178)
#A9B7B9
(169,183,185)
#B2BEC0
(178,190,192)
#BBC5C7
(187,197,199)
#C4CCCE
(196,204,206)
#CDD3D5
(205,211,213)
#D6DADC
(214,218,220)
#DFE1E3
(223,225,227)
#E8E8EA
(232,232,234)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A9AB; }

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

This text font color is #97A9AB.

Background Color

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

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

This div background color is #97A9AB.

Border color

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

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

This div border color is #97A9AB.

Opacity

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

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

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

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

This text has shadow with #97A9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A9AB.

Preview

Color preview on black background

This text has color #97A9AB on black background.


Color preview on white background

This text has color #97A9AB on white background.


Black color preview on #97A9AB background

This text has black color on #97A9AB background.


White color preview on #97A9AB background

This text has white color on #97A9AB background.


Related colors

Complementary color

Complementary color for #hex is #685654.


I love getcolorcode.com

Triadic colors

1 #AB97A9 and #A9AB97 with #97A9AB are triadic colors.

2 #ABA997 and #A997AB with #97A9AB are triadic colors.