COLOR #97A0AF

HEX: #97A0AF RGB: (151,160,175)

Color info

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

RGB color model

#97A0AF color RGB value is (151,160,175).

RGB: (151,160,175) (59%, 63%, 69%)

RGB channels and saturation

R 151 of 255 = 59%
G 160 of 255 = 63%
B 175 of 255 = 69%

151
160
175

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

Portions of RGB colors in percentages

R + G + B = 151 + 160 + 175 = 486 (100%)
R 151 of 486 ~ 31.07%
G 160 of 486 ~ 32.92%
B 175 of 486 ~ 36.01'%

%31.07
%32.92
%36.01

CMYK color model

#97A0AF color CMYK value is (14,9,0,31).

  • cyan value is 13.71%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (14,9,0,31)
C14M9Y0K31 (14%, 9%, 0%, 31%)
(0.14 / 0.09 / 0.00 / 0.31)

CMYK percentages

%13.71
%8.57
%0
%31.37

Codes

Color #97A0AF in popluar color models

97 A0 AF
RGB 151 160 175
HSL 218° 13.04% 63.92%
HSB/HSV 218° 13.71% 68.63%
CMYK 13.71% 8.57% 0.00%
31.37%

Color #97A0AF in popluar number systems.

HEX 97 A0 AF
Decimal 151 160 175
Binary 10010111 10100000 10101111
Octal 227 240 257

Shades and tints

Shades of #97A0AF

#97A0AF
(151,160,175)
#8A92A0
(138,146,160)
#7D8491
(125,132,145)
#707682
(112,118,130)
#636873
(99,104,115)
#565A64
(86,90,100)
#494C55
(73,76,85)
#3C3E46
(60,62,70)
#2F3037
(47,48,55)
#222228
(34,34,40)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #97A0AF

#97A0AF
(151,160,175)
#A0A8B6
(160,168,182)
#A9B0BD
(169,176,189)
#B2B8C4
(178,184,196)
#BBC0CB
(187,192,203)
#C4C8D2
(196,200,210)
#CDD0D9
(205,208,217)
#D6D8E0
(214,216,224)
#DFE0E7
(223,224,231)
#E8E8EE
(232,232,238)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A0AF; }

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

This text font color is #97A0AF.

Background Color

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

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

This div background color is #97A0AF.

Border color

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

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

This div border color is #97A0AF.

Opacity

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

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

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

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

This text has shadow with #97A0AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A0AF.

Preview

Color preview on black background

This text has color #97A0AF on black background.


Color preview on white background

This text has color #97A0AF on white background.


Black color preview on #97A0AF background

This text has black color on #97A0AF background.


White color preview on #97A0AF background

This text has white color on #97A0AF background.


Related colors

Complementary color

Complementary color for #hex is #685F50.


I love getcolorcode.com

Triadic colors

1 #AF97A0 and #A0AF97 with #97A0AF are triadic colors.

2 #AFA097 and #A097AF with #97A0AF are triadic colors.