COLOR #97AF9A

HEX: #97AF9A
RGB: (151,175,154)

Color info

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

RGB color model

#97AF9A color RGB value is (151,175,154).

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

RGB channels and saturation

R 151 of 255 = 59%
G 175 of 255 = 69%
B 154 of 255 = 60%

151
175
154

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

Portions of RGB colors in percentages

R + G + B =
151 + 175 + 154 = 480 (100%)
R 151 of 480 ~ 31.46%
G 175 of 480 ~ 36.46%
B 154 of 480 ~ 32.08%

%31.46
%36.46
%32.08

CMYK color model

#97AF9A color CMYK value is (14,0,12,31).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 31.37%
CMYK:
(14,0,12,31)
C14M0Y12K31 
(14%,0%,12%,31%)
(0.14/0.00/0.12/0.31)	

CMYK percentages

%13.71
%0
%12
%31.37

Codes

Color #97AF9A in popluar color models

97AF9A
RGB151175154
HSL128°13.04%63.92%
HSB/HSV128°13.71%68.63%
CMYK13.71%0.00%12.00%
31.37%

Color #97AF9A in popluar number systems.

HEX97AF9A
Decimal151175154
Binary100101111010111110011010
Octal227257232

Shades and tints

Shades of #97AF9A

#97AF9A
(151,175,154)
#8AA08C
(138,160,140)
#7D917E
(125,145,126)
#708270
(112,130,112)
#637362
(99,115,98)
#566454
(86,100,84)
#495546
(73,85,70)
#3C4638
(60,70,56)
#2F372A
(47,55,42)
#22281C
(34,40,28)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #97AF9A

#97AF9A
(151,175,154)
#A0B6A3
(160,182,163)
#A9BDAC
(169,189,172)
#B2C4B5
(178,196,181)
#BBCBBE
(187,203,190)
#C4D2C7
(196,210,199)
#CDD9D0
(205,217,208)
#D6E0D9
(214,224,217)
#DFE7E2
(223,231,226)
#E8EEEB
(232,238,235)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AF9A; }

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

This text font color is #97AF9A.


Background Color

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

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

This div background color is #97AF9A.


Border color

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

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

This div border color is #97AF9A.


Opacity

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

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

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

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

This text has shadow with #97AF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AF9A on black background.


Color preview on white background

This text has color #97AF9A on white background.



Black color preview on #97AF9A background

This text has black color on #97AF9A background.


White color preview on #97AF9A background

This text has white color on #97AF9A background.