COLOR #97A5A6

HEX: #97A5A6
RGB: (151,165,166)

Color info

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

RGB color model

#97A5A6 color RGB value is (151,165,166).

  • red value is 151;
  • green value is 165;
  • blue value is 166.
RGB:
(151,165,166)
(59%,65%,65%)

RGB channels and saturation

R 151 of 255 = 59%
G 165 of 255 = 65%
B 166 of 255 = 65%

151
165
166

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

Portions of RGB colors in percentages

R + G + B =
151 + 165 + 166 = 482 (100%)
R 151 of 482 ~ 31.33%
G 165 of 482 ~ 34.23%
B 166 of 482 ~ 34.44%

%31.33
%34.23
%34.44

CMYK color model

#97A5A6 color CMYK value is (9,1,0,35).

  • cyan value is 9.04%
  • magenta value is 0.60%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(9,1,0,35)
C9M1Y0K35 
(9%,1%,0%,35%)
(0.09/0.01/0.00/0.35)	

CMYK percentages

%9.04
%0.6
%0
%34.9

Codes

Color #97A5A6 in popluar color models

97A5A6
RGB151165166
HSL184°7.77%62.16%
HSB/HSV184°9.04%65.10%
CMYK9.04%0.60%0.00%
34.90%

Color #97A5A6 in popluar number systems.

HEX97A5A6
Decimal151165166
Binary100101111010010110100110
Octal227245246

Shades and tints

Shades of #97A5A6

#97A5A6
(151,165,166)
#8A9697
(138,150,151)
#7D8788
(125,135,136)
#707879
(112,120,121)
#63696A
(99,105,106)
#565A5B
(86,90,91)
#494B4C
(73,75,76)
#3C3C3D
(60,60,61)
#2F2D2E
(47,45,46)
#221E1F
(34,30,31)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #97A5A6

#97A5A6
(151,165,166)
#A0ADAE
(160,173,174)
#A9B5B6
(169,181,182)
#B2BDBE
(178,189,190)
#BBC5C6
(187,197,198)
#C4CDCE
(196,205,206)
#CDD5D6
(205,213,214)
#D6DDDE
(214,221,222)
#DFE5E6
(223,229,230)
#E8EDEE
(232,237,238)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A5A6 color. Also use rgb(151,165,166) instead hex code.

Text Font Color

.myTextColor { color: #97A5A6; }

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

This text font color is #97A5A6.


Background Color

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

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

This div background color is #97A5A6.


Border color

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

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

This div border color is #97A5A6.


Opacity

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

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

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

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

This text has shadow with #97A5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A5A6 on black background.


Color preview on white background

This text has color #97A5A6 on white background.



Black color preview on #97A5A6 background

This text has black color on #97A5A6 background.


White color preview on #97A5A6 background

This text has white color on #97A5A6 background.