COLOR #97AA9A

HEX: #97AA9A
RGB: (151,170,154)

Color info

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

RGB color model

#97AA9A color RGB value is (151,170,154).

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

RGB channels and saturation

R 151 of 255 = 59%
G 170 of 255 = 67%
B 154 of 255 = 60%

151
170
154

R + G + B ~ 62%. #97AA9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 170 + 154 = 475 (100%)
R 151 of 475 ~ 31.79%
G 170 of 475 ~ 35.79%
B 154 of 475 ~ 32.42%

%31.79
%35.79
%32.42

CMYK color model

#97AA9A color CMYK value is (11,0,9,33).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(11,0,9,33)
C11M0Y9K33 
(11%,0%,9%,33%)
(0.11/0.00/0.09/0.33)	

CMYK percentages

%11.18
%0
%9.41
%33.33

Codes

Color #97AA9A in popluar color models

97AA9A
RGB151170154
HSL129°10.05%62.94%
HSB/HSV129°11.18%66.67%
CMYK11.18%0.00%9.41%
33.33%

Color #97AA9A in popluar number systems.

HEX97AA9A
Decimal151170154
Binary100101111010101010011010
Octal227252232

Shades and tints

Shades of #97AA9A

#97AA9A
(151,170,154)
#8A9B8C
(138,155,140)
#7D8C7E
(125,140,126)
#707D70
(112,125,112)
#636E62
(99,110,98)
#565F54
(86,95,84)
#495046
(73,80,70)
#3C4138
(60,65,56)
#2F322A
(47,50,42)
#22231C
(34,35,28)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #97AA9A

#97AA9A
(151,170,154)
#A0B1A3
(160,177,163)
#A9B8AC
(169,184,172)
#B2BFB5
(178,191,181)
#BBC6BE
(187,198,190)
#C4CDC7
(196,205,199)
#CDD4D0
(205,212,208)
#D6DBD9
(214,219,217)
#DFE2E2
(223,226,226)
#E8E9EB
(232,233,235)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AA9A; }

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

This text font color is #97AA9A.


Background Color

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

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

This div background color is #97AA9A.


Border color

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

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

This div border color is #97AA9A.


Opacity

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

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

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

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

This text has shadow with #97AA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AA9A on black background.


Color preview on white background

This text has color #97AA9A on white background.



Black color preview on #97AA9A background

This text has black color on #97AA9A background.


White color preview on #97AA9A background

This text has white color on #97AA9A background.