COLOR #97A0AD

HEX: #97A0AD
RGB: (151,160,173)

Color info

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

RGB color model

#97A0AD color RGB value is (151,160,173).

  • red value is 151;
  • green value is 160;
  • blue value is 173.
RGB:
(151,160,173)
(59%,63%,68%)

RGB channels and saturation

R 151 of 255 = 59%
G 160 of 255 = 63%
B 173 of 255 = 68%

151
160
173

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

Portions of RGB colors in percentages

R + G + B =
151 + 160 + 173 = 484 (100%)
R 151 of 484 ~ 31.2%
G 160 of 484 ~ 33.06%
B 173 of 484 ~ 35.74%

%31.2
%33.06
%35.74

CMYK color model

#97A0AD color CMYK value is (13,8,0,32).

  • cyan value is 12.72%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(13,8,0,32)
C13M8Y0K32 
(13%,8%,0%,32%)
(0.13/0.08/0.00/0.32)	

CMYK percentages

%12.72
%7.51
%0
%32.16

Codes

Color #97A0AD in popluar color models

97A0AD
RGB151160173
HSL215°11.83%63.53%
HSB/HSV215°12.72%67.84%
CMYK12.72%7.51%0.00%
32.16%

Color #97A0AD in popluar number systems.

HEX97A0AD
Decimal151160173
Binary100101111010000010101101
Octal227240255

Shades and tints

Shades of #97A0AD

#97A0AD
(151,160,173)
#8A929E
(138,146,158)
#7D848F
(125,132,143)
#707680
(112,118,128)
#636871
(99,104,113)
#565A62
(86,90,98)
#494C53
(73,76,83)
#3C3E44
(60,62,68)
#2F3035
(47,48,53)
#222226
(34,34,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #97A0AD

#97A0AD
(151,160,173)
#A0A8B4
(160,168,180)
#A9B0BB
(169,176,187)
#B2B8C2
(178,184,194)
#BBC0C9
(187,192,201)
#C4C8D0
(196,200,208)
#CDD0D7
(205,208,215)
#D6D8DE
(214,216,222)
#DFE0E5
(223,224,229)
#E8E8EC
(232,232,236)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A0AD; }

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

This text font color is #97A0AD.


Background Color

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

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

This div background color is #97A0AD.


Border color

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

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

This div border color is #97A0AD.


Opacity

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

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

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

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

This text has shadow with #97A0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A0AD on black background.


Color preview on white background

This text has color #97A0AD on white background.



Black color preview on #97A0AD background

This text has black color on #97A0AD background.


White color preview on #97A0AD background

This text has white color on #97A0AD background.