COLOR #97A2A3

HEX: #97A2A3
RGB: (151,162,163)

Color info

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

RGB color model

#97A2A3 color RGB value is (151,162,163).

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

RGB channels and saturation

R 151 of 255 = 59%
G 162 of 255 = 64%
B 163 of 255 = 64%

151
162
163

R + G + B ~ 62%. #97A2A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 162 + 163 = 476 (100%)
R 151 of 476 ~ 31.72%
G 162 of 476 ~ 34.03%
B 163 of 476 ~ 34.24%

%31.72
%34.03
%34.24

CMYK color model

#97A2A3 color CMYK value is (7,1,0,36).

  • cyan value is 7.36%
  • magenta value is 0.61%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(7,1,0,36)
C7M1Y0K36 
(7%,1%,0%,36%)
(0.07/0.01/0.00/0.36)	

CMYK percentages

%7.36
%0.61
%0
%36.08

Codes

Color #97A2A3 in popluar color models

97A2A3
RGB151162163
HSL185°6.12%61.57%
HSB/HSV185°7.36%63.92%
CMYK7.36%0.61%0.00%
36.08%

Color #97A2A3 in popluar number systems.

HEX97A2A3
Decimal151162163
Binary100101111010001010100011
Octal227242243

Shades and tints

Shades of #97A2A3

#97A2A3
(151,162,163)
#8A9495
(138,148,149)
#7D8687
(125,134,135)
#707879
(112,120,121)
#636A6B
(99,106,107)
#565C5D
(86,92,93)
#494E4F
(73,78,79)
#3C4041
(60,64,65)
#2F3233
(47,50,51)
#222425
(34,36,37)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #97A2A3

#97A2A3
(151,162,163)
#A0AAAB
(160,170,171)
#A9B2B3
(169,178,179)
#B2BABB
(178,186,187)
#BBC2C3
(187,194,195)
#C4CACB
(196,202,203)
#CDD2D3
(205,210,211)
#D6DADB
(214,218,219)
#DFE2E3
(223,226,227)
#E8EAEB
(232,234,235)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A2A3; }

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

This text font color is #97A2A3.


Background Color

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

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

This div background color is #97A2A3.


Border color

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

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

This div border color is #97A2A3.


Opacity

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

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

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

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

This text has shadow with #97A2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A2A3 on black background.


Color preview on white background

This text has color #97A2A3 on white background.



Black color preview on #97A2A3 background

This text has black color on #97A2A3 background.


White color preview on #97A2A3 background

This text has white color on #97A2A3 background.