COLOR #97AFA8

HEX: #97AFA8
RGB: (151,175,168)

Color info

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

RGB color model

#97AFA8 color RGB value is (151,175,168).

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

RGB channels and saturation

R 151 of 255 = 59%
G 175 of 255 = 69%
B 168 of 255 = 66%

151
175
168

R + G + B ~ 65%. #97AFA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 175 + 168 = 494 (100%)
R 151 of 494 ~ 30.57%
G 175 of 494 ~ 35.43%
B 168 of 494 ~ 34.01%

%30.57
%35.43
%34.01

CMYK color model

#97AFA8 color CMYK value is (14,0,4,31).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 31.37%
CMYK:
(14,0,4,31)
C14M0Y4K31 
(14%,0%,4%,31%)
(0.14/0.00/0.04/0.31)	

CMYK percentages

%13.71
%0
%4
%31.37

Codes

Color #97AFA8 in popluar color models

97AFA8
RGB151175168
HSL163°13.04%63.92%
HSB/HSV163°13.71%68.63%
CMYK13.71%0.00%4.00%
31.37%

Color #97AFA8 in popluar number systems.

HEX97AFA8
Decimal151175168
Binary100101111010111110101000
Octal227257250

Shades and tints

Shades of #97AFA8

#97AFA8
(151,175,168)
#8AA099
(138,160,153)
#7D918A
(125,145,138)
#70827B
(112,130,123)
#63736C
(99,115,108)
#56645D
(86,100,93)
#49554E
(73,85,78)
#3C463F
(60,70,63)
#2F3730
(47,55,48)
#222821
(34,40,33)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #97AFA8

#97AFA8
(151,175,168)
#A0B6AF
(160,182,175)
#A9BDB6
(169,189,182)
#B2C4BD
(178,196,189)
#BBCBC4
(187,203,196)
#C4D2CB
(196,210,203)
#CDD9D2
(205,217,210)
#D6E0D9
(214,224,217)
#DFE7E0
(223,231,224)
#E8EEE7
(232,238,231)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AFA8; }

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

This text font color is #97AFA8.


Background Color

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

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

This div background color is #97AFA8.


Border color

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

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

This div border color is #97AFA8.


Opacity

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

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

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

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

This text has shadow with #97AFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AFA8 on black background.


Color preview on white background

This text has color #97AFA8 on white background.



Black color preview on #97AFA8 background

This text has black color on #97AFA8 background.


White color preview on #97AFA8 background

This text has white color on #97AFA8 background.