COLOR #97A2AB

HEX: #97A2AB
RGB: (151,162,171)

Color info

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

RGB color model

#97A2AB color RGB value is (151,162,171).

  • red value is 151;
  • green value is 162;
  • blue value is 171.
RGB:
(151,162,171)
(59%,64%,67%)

RGB channels and saturation

R 151 of 255 = 59%
G 162 of 255 = 64%
B 171 of 255 = 67%

151
162
171

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

Portions of RGB colors in percentages

R + G + B =
151 + 162 + 171 = 484 (100%)
R 151 of 484 ~ 31.2%
G 162 of 484 ~ 33.47%
B 171 of 484 ~ 35.33%

%31.2
%33.47
%35.33

CMYK color model

#97A2AB color CMYK value is (12,5,0,33).

  • cyan value is 11.70%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(12,5,0,33)
C12M5Y0K33 
(12%,5%,0%,33%)
(0.12/0.05/0.00/0.33)	

CMYK percentages

%11.7
%5.26
%0
%32.94

Codes

Color #97A2AB in popluar color models

97A2AB
RGB151162171
HSL207°10.64%63.14%
HSB/HSV207°11.70%67.06%
CMYK11.70%5.26%0.00%
32.94%

Color #97A2AB in popluar number systems.

HEX97A2AB
Decimal151162171
Binary100101111010001010101011
Octal227242253

Shades and tints

Shades of #97A2AB

#97A2AB
(151,162,171)
#8A949C
(138,148,156)
#7D868D
(125,134,141)
#70787E
(112,120,126)
#636A6F
(99,106,111)
#565C60
(86,92,96)
#494E51
(73,78,81)
#3C4042
(60,64,66)
#2F3233
(47,50,51)
#222424
(34,36,36)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #97A2AB

#97A2AB
(151,162,171)
#A0AAB2
(160,170,178)
#A9B2B9
(169,178,185)
#B2BAC0
(178,186,192)
#BBC2C7
(187,194,199)
#C4CACE
(196,202,206)
#CDD2D5
(205,210,213)
#D6DADC
(214,218,220)
#DFE2E3
(223,226,227)
#E8EAEA
(232,234,234)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A2AB; }

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

This text font color is #97A2AB.


Background Color

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

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

This div background color is #97A2AB.


Border color

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

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

This div border color is #97A2AB.


Opacity

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

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

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

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

This text has shadow with #97A2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A2AB on black background.


Color preview on white background

This text has color #97A2AB on white background.



Black color preview on #97A2AB background

This text has black color on #97A2AB background.


White color preview on #97A2AB background

This text has white color on #97A2AB background.