COLOR #97AA81

HEX: #97AA81
RGB: (151,170,129)

Color info

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

RGB color model

#97AA81 color RGB value is (151,170,129).

  • red value is 151;
  • green value is 170;
  • blue value is 129.
RGB:
(151,170,129)
(59%,67%,51%)

RGB channels and saturation

R 151 of 255 = 59%
G 170 of 255 = 67%
B 129 of 255 = 51%

151
170
129

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

Portions of RGB colors in percentages

R + G + B =
151 + 170 + 129 = 450 (100%)
R 151 of 450 ~ 33.56%
G 170 of 450 ~ 37.78%
B 129 of 450 ~ 28.67%

%33.56
%37.78
%28.67

CMYK color model

#97AA81 color CMYK value is (11,0,24,33).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 24.12%
  • key color value is 33.33%
CMYK:
(11,0,24,33)
C11M0Y24K33 
(11%,0%,24%,33%)
(0.11/0.00/0.24/0.33)	

CMYK percentages

%11.18
%0
%24.12
%33.33

Codes

Color #97AA81 in popluar color models

97AA81
RGB151170129
HSL88°19.43%58.63%
HSB/HSV88°24.12%66.67%
CMYK11.18%0.00%24.12%
33.33%

Color #97AA81 in popluar number systems.

HEX97AA81
Decimal151170129
Binary100101111010101010000001
Octal227252201

Shades and tints

Shades of #97AA81

#97AA81
(151,170,129)
#8A9B76
(138,155,118)
#7D8C6B
(125,140,107)
#707D60
(112,125,96)
#636E55
(99,110,85)
#565F4A
(86,95,74)
#49503F
(73,80,63)
#3C4134
(60,65,52)
#2F3229
(47,50,41)
#22231E
(34,35,30)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #97AA81

#97AA81
(151,170,129)
#A0B18C
(160,177,140)
#A9B897
(169,184,151)
#B2BFA2
(178,191,162)
#BBC6AD
(187,198,173)
#C4CDB8
(196,205,184)
#CDD4C3
(205,212,195)
#D6DBCE
(214,219,206)
#DFE2D9
(223,226,217)
#E8E9E4
(232,233,228)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AA81 color. Also use rgb(151,170,129) instead hex code.

Text Font Color

.myTextColor { color: #97AA81; }

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

This text font color is #97AA81.


Background Color

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

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

This div background color is #97AA81.


Border color

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

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

This div border color is #97AA81.


Opacity

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

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

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

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

This text has shadow with #97AA81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AA81 on black background.


Color preview on white background

This text has color #97AA81 on white background.



Black color preview on #97AA81 background

This text has black color on #97AA81 background.


White color preview on #97AA81 background

This text has white color on #97AA81 background.