COLOR #97AF9C

HEX: #97AF9C
RGB: (151,175,156)

Color info

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

RGB color model

#97AF9C color RGB value is (151,175,156).

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

RGB channels and saturation

R 151 of 255 = 59%
G 175 of 255 = 69%
B 156 of 255 = 61%

151
175
156

R + G + B ~ 63%. #97AF9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 175 + 156 = 482 (100%)
R 151 of 482 ~ 31.33%
G 175 of 482 ~ 36.31%
B 156 of 482 ~ 32.37%

%31.33
%36.31
%32.37

CMYK color model

#97AF9C color CMYK value is (14,0,11,31).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK:
(14,0,11,31)
C14M0Y11K31 
(14%,0%,11%,31%)
(0.14/0.00/0.11/0.31)	

CMYK percentages

%13.71
%0
%10.86
%31.37

Codes

Color #97AF9C in popluar color models

97AF9C
RGB151175156
HSL133°13.04%63.92%
HSB/HSV133°13.71%68.63%
CMYK13.71%0.00%10.86%
31.37%

Color #97AF9C in popluar number systems.

HEX97AF9C
Decimal151175156
Binary100101111010111110011100
Octal227257234

Shades and tints

Shades of #97AF9C

#97AF9C
(151,175,156)
#8AA08E
(138,160,142)
#7D9180
(125,145,128)
#708272
(112,130,114)
#637364
(99,115,100)
#566456
(86,100,86)
#495548
(73,85,72)
#3C463A
(60,70,58)
#2F372C
(47,55,44)
#22281E
(34,40,30)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #97AF9C

#97AF9C
(151,175,156)
#A0B6A5
(160,182,165)
#A9BDAE
(169,189,174)
#B2C4B7
(178,196,183)
#BBCBC0
(187,203,192)
#C4D2C9
(196,210,201)
#CDD9D2
(205,217,210)
#D6E0DB
(214,224,219)
#DFE7E4
(223,231,228)
#E8EEED
(232,238,237)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AF9C; }

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

This text font color is #97AF9C.


Background Color

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

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

This div background color is #97AF9C.


Border color

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

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

This div border color is #97AF9C.


Opacity

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

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

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

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

This text has shadow with #97AF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AF9C on black background.


Color preview on white background

This text has color #97AF9C on white background.



Black color preview on #97AF9C background

This text has black color on #97AF9C background.


White color preview on #97AF9C background

This text has white color on #97AF9C background.