COLOR #97A09F

HEX: #97A09F
RGB: (151,160,159)

Color info

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

RGB color model

#97A09F color RGB value is (151,160,159).

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

RGB channels and saturation

R 151 of 255 = 59%
G 160 of 255 = 63%
B 159 of 255 = 62%

151
160
159

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

Portions of RGB colors in percentages

R + G + B =
151 + 160 + 159 = 470 (100%)
R 151 of 470 ~ 32.13%
G 160 of 470 ~ 34.04%
B 159 of 470 ~ 33.83%

%32.13
%34.04
%33.83

CMYK color model

#97A09F color CMYK value is (6,0,1,37).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 0.62%
  • key color value is 37.25%
CMYK:
(6,0,1,37)
C6M0Y1K37 
(6%,0%,1%,37%)
(0.06/0.00/0.01/0.37)	

CMYK percentages

%5.63
%0
%0.62
%37.25

Codes

Color #97A09F in popluar color models

97A09F
RGB151160159
HSL173°4.52%60.98%
HSB/HSV173°5.63%62.75%
CMYK5.63%0.00%0.62%
37.25%

Color #97A09F in popluar number systems.

HEX97A09F
Decimal151160159
Binary100101111010000010011111
Octal227240237

Shades and tints

Shades of #97A09F

#97A09F
(151,160,159)
#8A9291
(138,146,145)
#7D8483
(125,132,131)
#707675
(112,118,117)
#636867
(99,104,103)
#565A59
(86,90,89)
#494C4B
(73,76,75)
#3C3E3D
(60,62,61)
#2F302F
(47,48,47)
#222221
(34,34,33)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #97A09F

#97A09F
(151,160,159)
#A0A8A7
(160,168,167)
#A9B0AF
(169,176,175)
#B2B8B7
(178,184,183)
#BBC0BF
(187,192,191)
#C4C8C7
(196,200,199)
#CDD0CF
(205,208,207)
#D6D8D7
(214,216,215)
#DFE0DF
(223,224,223)
#E8E8E7
(232,232,231)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A09F; }

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

This text font color is #97A09F.


Background Color

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

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

This div background color is #97A09F.


Border color

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

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

This div border color is #97A09F.


Opacity

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

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

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

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

This text has shadow with #97A09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A09F on black background.


Color preview on white background

This text has color #97A09F on white background.



Black color preview on #97A09F background

This text has black color on #97A09F background.


White color preview on #97A09F background

This text has white color on #97A09F background.