COLOR #97A8A8

HEX: #97A8A8
RGB: (151,168,168)

Color info

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

RGB color model

#97A8A8 color RGB value is (151,168,168).

  • red value is 151;
  • green value is 168;
  • blue value is 168.
RGB:
(151,168,168)
(59%,66%,66%)

RGB channels and saturation

R 151 of 255 = 59%
G 168 of 255 = 66%
B 168 of 255 = 66%

151
168
168

R + G + B ~ 64%. #97A8A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 168 + 168 = 487 (100%)
R 151 of 487 ~ 31.01%
G 168 of 487 ~ 34.5%
B 168 of 487 ~ 34.5%

%31.01
%34.5
%34.5

CMYK color model

#97A8A8 color CMYK value is (10,0,0,34).

  • cyan value is 10.12%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(10,0,0,34)
C10M0Y0K34 
(10%,0%,0%,34%)
(0.10/0.00/0.00/0.34)	

CMYK percentages

%10.12
%0
%0
%34.12

Codes

Color #97A8A8 in popluar color models

97A8A8
RGB151168168
HSL180°8.90%62.55%
HSB/HSV180°10.12%65.88%
CMYK10.12%0.00%0.00%
34.12%

Color #97A8A8 in popluar number systems.

HEX97A8A8
Decimal151168168
Binary100101111010100010101000
Octal227250250

Shades and tints

Shades of #97A8A8

#97A8A8
(151,168,168)
#8A9999
(138,153,153)
#7D8A8A
(125,138,138)
#707B7B
(112,123,123)
#636C6C
(99,108,108)
#565D5D
(86,93,93)
#494E4E
(73,78,78)
#3C3F3F
(60,63,63)
#2F3030
(47,48,48)
#222121
(34,33,33)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #97A8A8

#97A8A8
(151,168,168)
#A0AFAF
(160,175,175)
#A9B6B6
(169,182,182)
#B2BDBD
(178,189,189)
#BBC4C4
(187,196,196)
#C4CBCB
(196,203,203)
#CDD2D2
(205,210,210)
#D6D9D9
(214,217,217)
#DFE0E0
(223,224,224)
#E8E7E7
(232,231,231)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A8A8; }

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

This text font color is #97A8A8.


Background Color

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

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

This div background color is #97A8A8.


Border color

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

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

This div border color is #97A8A8.


Opacity

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

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

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

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

This text has shadow with #97A8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A8A8 on black background.


Color preview on white background

This text has color #97A8A8 on white background.



Black color preview on #97A8A8 background

This text has black color on #97A8A8 background.


White color preview on #97A8A8 background

This text has white color on #97A8A8 background.