COLOR #97A09A

HEX: #97A09A
RGB: (151,160,154)

Color info

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

RGB color model

#97A09A color RGB value is (151,160,154).

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

RGB channels and saturation

R 151 of 255 = 59%
G 160 of 255 = 63%
B 154 of 255 = 60%

151
160
154

R + G + B ~ 61%. #97A09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 160 + 154 = 465 (100%)
R 151 of 465 ~ 32.47%
G 160 of 465 ~ 34.41%
B 154 of 465 ~ 33.12%

%32.47
%34.41
%33.12

CMYK color model

#97A09A color CMYK value is (6,0,4,37).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 37.25%
CMYK:
(6,0,4,37)
C6M0Y4K37 
(6%,0%,4%,37%)
(0.06/0.00/0.04/0.37)	

CMYK percentages

%5.63
%0
%3.75
%37.25

Codes

Color #97A09A in popluar color models

97A09A
RGB151160154
HSL140°4.52%60.98%
HSB/HSV140°5.63%62.75%
CMYK5.63%0.00%3.75%
37.25%

Color #97A09A in popluar number systems.

HEX97A09A
Decimal151160154
Binary100101111010000010011010
Octal227240232

Shades and tints

Shades of #97A09A

#97A09A
(151,160,154)
#8A928C
(138,146,140)
#7D847E
(125,132,126)
#707670
(112,118,112)
#636862
(99,104,98)
#565A54
(86,90,84)
#494C46
(73,76,70)
#3C3E38
(60,62,56)
#2F302A
(47,48,42)
#22221C
(34,34,28)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #97A09A

#97A09A
(151,160,154)
#A0A8A3
(160,168,163)
#A9B0AC
(169,176,172)
#B2B8B5
(178,184,181)
#BBC0BE
(187,192,190)
#C4C8C7
(196,200,199)
#CDD0D0
(205,208,208)
#D6D8D9
(214,216,217)
#DFE0E2
(223,224,226)
#E8E8EB
(232,232,235)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A09A; }

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

This text font color is #97A09A.


Background Color

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

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

This div background color is #97A09A.


Border color

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

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

This div border color is #97A09A.


Opacity

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

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

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

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

This text has shadow with #97A09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A09A on black background.


Color preview on white background

This text has color #97A09A on white background.



Black color preview on #97A09A background

This text has black color on #97A09A background.


White color preview on #97A09A background

This text has white color on #97A09A background.