COLOR #97A657

HEX: #97A657
RGB: (151,166,87)

Color info

#97A657 contains mainly red and green colors. Web safe color of #97A657 is #999966 (or #996).

RGB color model

#97A657 color RGB value is (151,166,87).

  • red value is 151;
  • green value is 166;
  • blue value is 87.
RGB:
(151,166,87)
(59%,65%,34%)

RGB channels and saturation

R 151 of 255 = 59%
G 166 of 255 = 65%
B 87 of 255 = 34%

151
166
87

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

Portions of RGB colors in percentages

R + G + B =
151 + 166 + 87 = 404 (100%)
R 151 of 404 ~ 37.38%
G 166 of 404 ~ 41.09%
B 87 of 404 ~ 21.53%

%37.38
%41.09
%21.53

CMYK color model

#97A657 color CMYK value is (9,0,48,35).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 47.59%
  • key color value is 34.90%
CMYK:
(9,0,48,35)
C9M0Y48K35 
(9%,0%,48%,35%)
(0.09/0.00/0.48/0.35)	

CMYK percentages

%9.04
%0
%47.59
%34.9

Codes

Color #97A657 in popluar color models

97A657
RGB15116687
HSL71°31.23%49.61%
HSB/HSV71°47.59%65.10%
CMYK9.04%0.00%47.59%
34.90%

Color #97A657 in popluar number systems.

HEX97A657
Decimal15116687
Binary10010111101001101010111
Octal227246127

Shades and tints

Shades of #97A657

#97A657
(151,166,87)
#8A9750
(138,151,80)
#7D8849
(125,136,73)
#707942
(112,121,66)
#636A3B
(99,106,59)
#565B34
(86,91,52)
#494C2D
(73,76,45)
#3C3D26
(60,61,38)
#2F2E1F
(47,46,31)
#221F18
(34,31,24)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #97A657

#97A657
(151,166,87)
#A0AE66
(160,174,102)
#A9B675
(169,182,117)
#B2BE84
(178,190,132)
#BBC693
(187,198,147)
#C4CEA2
(196,206,162)
#CDD6B1
(205,214,177)
#D6DEC0
(214,222,192)
#DFE6CF
(223,230,207)
#E8EEDE
(232,238,222)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A657 color. Also use rgb(151,166,87) instead hex code.

Text Font Color

.myTextColor { color: #97A657; }

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

This text font color is #97A657.


Background Color

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

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

This div background color is #97A657.


Border color

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

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

This div border color is #97A657.


Opacity

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

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

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

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

This text has shadow with #97A657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A657 on black background.


Color preview on white background

This text has color #97A657 on white background.



Black color preview on #97A657 background

This text has black color on #97A657 background.


White color preview on #97A657 background

This text has white color on #97A657 background.