COLOR #97A1A3

HEX: #97A1A3
RGB: (151,161,163)

Color info

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

RGB color model

#97A1A3 color RGB value is (151,161,163).

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

RGB channels and saturation

R 151 of 255 = 59%
G 161 of 255 = 63%
B 163 of 255 = 64%

151
161
163

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

Portions of RGB colors in percentages

R + G + B =
151 + 161 + 163 = 475 (100%)
R 151 of 475 ~ 31.79%
G 161 of 475 ~ 33.89%
B 163 of 475 ~ 34.32%

%31.79
%33.89
%34.32

CMYK color model

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

  • cyan value is 7.36%
  • magenta value is 1.23%
  • 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
%1.23
%0
%36.08

Codes

Color #97A1A3 in popluar color models

97A1A3
RGB151161163
HSL190°6.12%61.57%
HSB/HSV190°7.36%63.92%
CMYK7.36%1.23%0.00%
36.08%

Color #97A1A3 in popluar number systems.

HEX97A1A3
Decimal151161163
Binary100101111010000110100011
Octal227241243

Shades and tints

Shades of #97A1A3

#97A1A3
(151,161,163)
#8A9395
(138,147,149)
#7D8587
(125,133,135)
#707779
(112,119,121)
#63696B
(99,105,107)
#565B5D
(86,91,93)
#494D4F
(73,77,79)
#3C3F41
(60,63,65)
#2F3133
(47,49,51)
#222325
(34,35,37)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #97A1A3

#97A1A3
(151,161,163)
#A0A9AB
(160,169,171)
#A9B1B3
(169,177,179)
#B2B9BB
(178,185,187)
#BBC1C3
(187,193,195)
#C4C9CB
(196,201,203)
#CDD1D3
(205,209,211)
#D6D9DB
(214,217,219)
#DFE1E3
(223,225,227)
#E8E9EB
(232,233,235)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A1A3; }

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

This text font color is #97A1A3.


Background Color

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

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

This div background color is #97A1A3.


Border color

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

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

This div border color is #97A1A3.


Opacity

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

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

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

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

This text has shadow with #97A1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A1A3 on black background.


Color preview on white background

This text has color #97A1A3 on white background.



Black color preview on #97A1A3 background

This text has black color on #97A1A3 background.


White color preview on #97A1A3 background

This text has white color on #97A1A3 background.