COLOR #97A6AF

HEX: #97A6AF RGB: (151,166,175)

Color info

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

RGB color model

#97A6AF color RGB value is (151,166,175).

RGB: (151,166,175) (59%, 65%, 69%)

RGB channels and saturation

R 151 of 255 = 59%
G 166 of 255 = 65%
B 175 of 255 = 69%

151
166
175

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

Portions of RGB colors in percentages

R + G + B = 151 + 166 + 175 = 492 (100%)
R 151 of 492 ~ 30.69%
G 166 of 492 ~ 33.74%
B 175 of 492 ~ 35.57'%

%30.69
%33.74
%35.57

CMYK color model

#97A6AF color CMYK value is (14,5,0,31).

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

CMYK: (14,5,0,31)
C14M5Y0K31 (14%, 5%, 0%, 31%)
(0.14 / 0.05 / 0.00 / 0.31)

CMYK percentages

%13.71
%5.14
%0
%31.37

Codes

Color #97A6AF in popluar color models

97 A6 AF
RGB 151 166 175
HSL 203° 13.04% 63.92%
HSB/HSV 203° 13.71% 68.63%
CMYK 13.71% 5.14% 0.00%
31.37%

Color #97A6AF in popluar number systems.

HEX 97 A6 AF
Decimal 151 166 175
Binary 10010111 10100110 10101111
Octal 227 246 257

Shades and tints

Shades of #97A6AF

#97A6AF
(151,166,175)
#8A97A0
(138,151,160)
#7D8891
(125,136,145)
#707982
(112,121,130)
#636A73
(99,106,115)
#565B64
(86,91,100)
#494C55
(73,76,85)
#3C3D46
(60,61,70)
#2F2E37
(47,46,55)
#221F28
(34,31,40)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #97A6AF

#97A6AF
(151,166,175)
#A0AEB6
(160,174,182)
#A9B6BD
(169,182,189)
#B2BEC4
(178,190,196)
#BBC6CB
(187,198,203)
#C4CED2
(196,206,210)
#CDD6D9
(205,214,217)
#D6DEE0
(214,222,224)
#DFE6E7
(223,230,231)
#E8EEEE
(232,238,238)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A6AF; }

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

This text font color is #97A6AF.

Background Color

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

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

This div background color is #97A6AF.

Border color

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

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

This div border color is #97A6AF.

Opacity

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

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

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

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

This text has shadow with #97A6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A6AF.

Preview

Color preview on black background

This text has color #97A6AF on black background.


Color preview on white background

This text has color #97A6AF on white background.


Black color preview on #97A6AF background

This text has black color on #97A6AF background.


White color preview on #97A6AF background

This text has white color on #97A6AF background.


Related colors

Complementary color

Complementary color for #hex is #685950.


I love getcolorcode.com

Triadic colors

1 #AF97A6 and #A6AF97 with #97A6AF are triadic colors.

2 #AFA697 and #A697AF with #97A6AF are triadic colors.