COLOR #97AFA7

HEX: #97AFA7
RGB: (151,175,167)

Color info

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

RGB color model

#97AFA7 color RGB value is (151,175,167).

  • red value is 151;
  • green value is 175;
  • blue value is 167.
RGB:
(151,175,167)
(59%,69%,65%)

RGB channels and saturation

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

151
175
167

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

Portions of RGB colors in percentages

R + G + B =
151 + 175 + 167 = 493 (100%)
R 151 of 493 ~ 30.63%
G 175 of 493 ~ 35.5%
B 167 of 493 ~ 33.87%

%30.63
%35.5
%33.87

CMYK color model

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

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK:
(14,0,5,31)
C14M0Y5K31 
(14%,0%,5%,31%)
(0.14/0.00/0.05/0.31)	

CMYK percentages

%13.71
%0
%4.57
%31.37

Codes

Color #97AFA7 in popluar color models

97AFA7
RGB151175167
HSL160°13.04%63.92%
HSB/HSV160°13.71%68.63%
CMYK13.71%0.00%4.57%
31.37%

Color #97AFA7 in popluar number systems.

HEX97AFA7
Decimal151175167
Binary100101111010111110100111
Octal227257247

Shades and tints

Shades of #97AFA7

#97AFA7
(151,175,167)
#8AA098
(138,160,152)
#7D9189
(125,145,137)
#70827A
(112,130,122)
#63736B
(99,115,107)
#56645C
(86,100,92)
#49554D
(73,85,77)
#3C463E
(60,70,62)
#2F372F
(47,55,47)
#222820
(34,40,32)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #97AFA7

#97AFA7
(151,175,167)
#A0B6AF
(160,182,175)
#A9BDB7
(169,189,183)
#B2C4BF
(178,196,191)
#BBCBC7
(187,203,199)
#C4D2CF
(196,210,207)
#CDD9D7
(205,217,215)
#D6E0DF
(214,224,223)
#DFE7E7
(223,231,231)
#E8EEEF
(232,238,239)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AFA7; }

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

This text font color is #97AFA7.


Background Color

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

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

This div background color is #97AFA7.


Border color

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

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

This div border color is #97AFA7.


Opacity

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

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

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

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

This text has shadow with #97AFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AFA7 on black background.


Color preview on white background

This text has color #97AFA7 on white background.



Black color preview on #97AFA7 background

This text has black color on #97AFA7 background.


White color preview on #97AFA7 background

This text has white color on #97AFA7 background.