COLOR #97A487

HEX: #97A487
RGB: (151,164,135)

Color info

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

RGB color model

#97A487 color RGB value is (151,164,135).

  • red value is 151;
  • green value is 164;
  • blue value is 135.
RGB:
(151,164,135)
(59%,64%,53%)

RGB channels and saturation

R 151 of 255 = 59%
G 164 of 255 = 64%
B 135 of 255 = 53%

151
164
135

R + G + B ~ 59%. #97A487 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 164 + 135 = 450 (100%)
R 151 of 450 ~ 33.56%
G 164 of 450 ~ 36.44%
B 135 of 450 ~ 30%

%33.56
%36.44
%30

CMYK color model

#97A487 color CMYK value is (8,0,18,36).

  • cyan value is 7.93%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 35.69%
CMYK:
(8,0,18,36)
C8M0Y18K36 
(8%,0%,18%,36%)
(0.08/0.00/0.18/0.36)	

CMYK percentages

%7.93
%0
%17.68
%35.69

Codes

Color #97A487 in popluar color models

97A487
RGB151164135
HSL87°13.74%58.63%
HSB/HSV87°17.68%64.31%
CMYK7.93%0.00%17.68%
35.69%

Color #97A487 in popluar number systems.

HEX97A487
Decimal151164135
Binary100101111010010010000111
Octal227244207

Shades and tints

Shades of #97A487

#97A487
(151,164,135)
#8A967B
(138,150,123)
#7D886F
(125,136,111)
#707A63
(112,122,99)
#636C57
(99,108,87)
#565E4B
(86,94,75)
#49503F
(73,80,63)
#3C4233
(60,66,51)
#2F3427
(47,52,39)
#22261B
(34,38,27)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #97A487

#97A487
(151,164,135)
#A0AC91
(160,172,145)
#A9B49B
(169,180,155)
#B2BCA5
(178,188,165)
#BBC4AF
(187,196,175)
#C4CCB9
(196,204,185)
#CDD4C3
(205,212,195)
#D6DCCD
(214,220,205)
#DFE4D7
(223,228,215)
#E8ECE1
(232,236,225)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A487 color. Also use rgb(151,164,135) instead hex code.

Text Font Color

.myTextColor { color: #97A487; }

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

This text font color is #97A487.


Background Color

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

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

This div background color is #97A487.


Border color

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

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

This div border color is #97A487.


Opacity

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

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

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

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

This text has shadow with #97A487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A487 on black background.


Color preview on white background

This text has color #97A487 on white background.



Black color preview on #97A487 background

This text has black color on #97A487 background.


White color preview on #97A487 background

This text has white color on #97A487 background.