COLOR #97AFA0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

151
175
160

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

Portions of RGB colors in percentages

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

%31.07
%36.01
%32.92

CMYK color model

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

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

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

CMYK percentages

%13.71
%0
%8.57
%31.37

Codes

Color #97AFA0 in popluar color models

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

Color #97AFA0 in popluar number systems.

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

Shades and tints

Shades of #97AFA0

#97AFA0
(151,175,160)
#8AA092
(138,160,146)
#7D9184
(125,145,132)
#708276
(112,130,118)
#637368
(99,115,104)
#56645A
(86,100,90)
#49554C
(73,85,76)
#3C463E
(60,70,62)
#2F3730
(47,55,48)
#222822
(34,40,34)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #97AFA0

#97AFA0
(151,175,160)
#A0B6A8
(160,182,168)
#A9BDB0
(169,189,176)
#B2C4B8
(178,196,184)
#BBCBC0
(187,203,192)
#C4D2C8
(196,210,200)
#CDD9D0
(205,217,208)
#D6E0D8
(214,224,216)
#DFE7E0
(223,231,224)
#E8EEE8
(232,238,232)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AFA0; }

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

This text font color is #97AFA0.

Background Color

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

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

This div background color is #97AFA0.

Border color

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

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

This div border color is #97AFA0.

Opacity

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

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

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

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

This text has shadow with #97AFA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97AFA0.

Preview

Color preview on black background

This text has color #97AFA0 on black background.


Color preview on white background

This text has color #97AFA0 on white background.


Black color preview on #97AFA0 background

This text has black color on #97AFA0 background.


White color preview on #97AFA0 background

This text has white color on #97AFA0 background.


Related colors

Complementary color

Complementary color for #hex is #68505F.


I love getcolorcode.com

Triadic colors

1 #A097AF and #AFA097 with #97AFA0 are triadic colors.

2 #A0AF97 and #AF97A0 with #97AFA0 are triadic colors.