COLOR #97A0AB

HEX: #97A0AB RGB: (151,160,171)

Color info

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

RGB color model

#97A0AB color RGB value is (151,160,171).

RGB: (151,160,171) (59%, 63%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 160 of 255 = 63%
B 171 of 255 = 67%

151
160
171

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

Portions of RGB colors in percentages

R + G + B = 151 + 160 + 171 = 482 (100%)
R 151 of 482 ~ 31.33%
G 160 of 482 ~ 33.2%
B 171 of 482 ~ 35.48'%

%31.33
%33.2
%35.48

CMYK color model

#97A0AB color CMYK value is (12,6,0,33).

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

CMYK: (12,6,0,33)
C12M6Y0K33 (12%, 6%, 0%, 33%)
(0.12 / 0.06 / 0.00 / 0.33)

CMYK percentages

%11.7
%6.43
%0
%32.94

Codes

Color #97A0AB in popluar color models

97 A0 AB
RGB 151 160 171
HSL 213° 10.64% 63.14%
HSB/HSV 213° 11.70% 67.06%
CMYK 11.70% 6.43% 0.00%
32.94%

Color #97A0AB in popluar number systems.

HEX 97 A0 AB
Decimal 151 160 171
Binary 10010111 10100000 10101011
Octal 227 240 253

Shades and tints

Shades of #97A0AB

#97A0AB
(151,160,171)
#8A929C
(138,146,156)
#7D848D
(125,132,141)
#70767E
(112,118,126)
#63686F
(99,104,111)
#565A60
(86,90,96)
#494C51
(73,76,81)
#3C3E42
(60,62,66)
#2F3033
(47,48,51)
#222224
(34,34,36)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #97A0AB

#97A0AB
(151,160,171)
#A0A8B2
(160,168,178)
#A9B0B9
(169,176,185)
#B2B8C0
(178,184,192)
#BBC0C7
(187,192,199)
#C4C8CE
(196,200,206)
#CDD0D5
(205,208,213)
#D6D8DC
(214,216,220)
#DFE0E3
(223,224,227)
#E8E8EA
(232,232,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A0AB; }

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

This text font color is #97A0AB.

Background Color

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

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

This div background color is #97A0AB.

Border color

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

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

This div border color is #97A0AB.

Opacity

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

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

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

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

This text has shadow with #97A0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A0AB.

Preview

Color preview on black background

This text has color #97A0AB on black background.


Color preview on white background

This text has color #97A0AB on white background.


Black color preview on #97A0AB background

This text has black color on #97A0AB background.


White color preview on #97A0AB background

This text has white color on #97A0AB background.


Related colors

Complementary color

Complementary color for #hex is #685F54.


I love getcolorcode.com

Triadic colors

1 #AB97A0 and #A0AB97 with #97A0AB are triadic colors.

2 #ABA097 and #A097AB with #97A0AB are triadic colors.