COLOR #97A59D

HEX: #97A59D
RGB: (151,165,157)

Color info

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

RGB color model

#97A59D color RGB value is (151,165,157).

  • red value is 151;
  • green value is 165;
  • blue value is 157.
RGB:
(151,165,157)
(59%,65%,62%)

RGB channels and saturation

R 151 of 255 = 59%
G 165 of 255 = 65%
B 157 of 255 = 62%

151
165
157

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

Portions of RGB colors in percentages

R + G + B =
151 + 165 + 157 = 473 (100%)
R 151 of 473 ~ 31.92%
G 165 of 473 ~ 34.88%
B 157 of 473 ~ 33.19%

%31.92
%34.88
%33.19

CMYK color model

#97A59D color CMYK value is (8,0,5,35).

  • cyan value is 8.48%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(8,0,5,35)
C8M0Y5K35 
(8%,0%,5%,35%)
(0.08/0.00/0.05/0.35)	

CMYK percentages

%8.48
%0
%4.85
%35.29

Codes

Color #97A59D in popluar color models

97A59D
RGB151165157
HSL146°7.22%61.96%
HSB/HSV146°8.48%64.71%
CMYK8.48%0.00%4.85%
35.29%

Color #97A59D in popluar number systems.

HEX97A59D
Decimal151165157
Binary100101111010010110011101
Octal227245235

Shades and tints

Shades of #97A59D

#97A59D
(151,165,157)
#8A968F
(138,150,143)
#7D8781
(125,135,129)
#707873
(112,120,115)
#636965
(99,105,101)
#565A57
(86,90,87)
#494B49
(73,75,73)
#3C3C3B
(60,60,59)
#2F2D2D
(47,45,45)
#221E1F
(34,30,31)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #97A59D

#97A59D
(151,165,157)
#A0ADA5
(160,173,165)
#A9B5AD
(169,181,173)
#B2BDB5
(178,189,181)
#BBC5BD
(187,197,189)
#C4CDC5
(196,205,197)
#CDD5CD
(205,213,205)
#D6DDD5
(214,221,213)
#DFE5DD
(223,229,221)
#E8EDE5
(232,237,229)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A59D color. Also use rgb(151,165,157) instead hex code.

Text Font Color

.myTextColor { color: #97A59D; }

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

This text font color is #97A59D.


Background Color

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

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

This div background color is #97A59D.


Border color

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

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

This div border color is #97A59D.


Opacity

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

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

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

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

This text has shadow with #97A59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A59D on black background.


Color preview on white background

This text has color #97A59D on white background.



Black color preview on #97A59D background

This text has black color on #97A59D background.


White color preview on #97A59D background

This text has white color on #97A59D background.