COLOR #97A876

HEX: #97A876
RGB: (151,168,118)

Color info

#97A876 contains red, green and blue colors in about the same proportion. Web safe color of #97A876 is #999966 (or #996).

RGB color model

#97A876 color RGB value is (151,168,118).

  • red value is 151;
  • green value is 168;
  • blue value is 118.
RGB:
(151,168,118)
(59%,66%,46%)

RGB channels and saturation

R 151 of 255 = 59%
G 168 of 255 = 66%
B 118 of 255 = 46%

151
168
118

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

Portions of RGB colors in percentages

R + G + B =
151 + 168 + 118 = 437 (100%)
R 151 of 437 ~ 34.55%
G 168 of 437 ~ 38.44%
B 118 of 437 ~ 27%

%34.55
%38.44
%27

CMYK color model

#97A876 color CMYK value is (10,0,30,34).

  • cyan value is 10.12%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 34.12%
CMYK:
(10,0,30,34)
C10M0Y30K34 
(10%,0%,30%,34%)
(0.10/0.00/0.30/0.34)	

CMYK percentages

%10.12
%0
%29.76
%34.12

Codes

Color #97A876 in popluar color models

97A876
RGB151168118
HSL80°22.32%56.08%
HSB/HSV80°29.76%65.88%
CMYK10.12%0.00%29.76%
34.12%

Color #97A876 in popluar number systems.

HEX97A876
Decimal151168118
Binary10010111101010001110110
Octal227250166

Shades and tints

Shades of #97A876

#97A876
(151,168,118)
#8A996C
(138,153,108)
#7D8A62
(125,138,98)
#707B58
(112,123,88)
#636C4E
(99,108,78)
#565D44
(86,93,68)
#494E3A
(73,78,58)
#3C3F30
(60,63,48)
#2F3026
(47,48,38)
#22211C
(34,33,28)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #97A876

#97A876
(151,168,118)
#A0AF82
(160,175,130)
#A9B68E
(169,182,142)
#B2BD9A
(178,189,154)
#BBC4A6
(187,196,166)
#C4CBB2
(196,203,178)
#CDD2BE
(205,210,190)
#D6D9CA
(214,217,202)
#DFE0D6
(223,224,214)
#E8E7E2
(232,231,226)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A876 color. Also use rgb(151,168,118) instead hex code.

Text Font Color

.myTextColor { color: #97A876; }

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

This text font color is #97A876.


Background Color

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

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

This div background color is #97A876.


Border color

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

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

This div border color is #97A876.


Opacity

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

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

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

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

This text has shadow with #97A876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A876 on black background.


Color preview on white background

This text has color #97A876 on white background.



Black color preview on #97A876 background

This text has black color on #97A876 background.


White color preview on #97A876 background

This text has white color on #97A876 background.