COLOR #97AD82

HEX: #97AD82
RGB: (151,173,130)

Color info

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

RGB color model

#97AD82 color RGB value is (151,173,130).

  • red value is 151;
  • green value is 173;
  • blue value is 130.
RGB:
(151,173,130)
(59%,68%,51%)

RGB channels and saturation

R 151 of 255 = 59%
G 173 of 255 = 68%
B 130 of 255 = 51%

151
173
130

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

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 130 = 454 (100%)
R 151 of 454 ~ 33.26%
G 173 of 454 ~ 38.11%
B 130 of 454 ~ 28.63%

%33.26
%38.11
%28.63

CMYK color model

#97AD82 color CMYK value is (13,0,25,32).

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 32.16%
CMYK:
(13,0,25,32)
C13M0Y25K32 
(13%,0%,25%,32%)
(0.13/0.00/0.25/0.32)	

CMYK percentages

%12.72
%0
%24.86
%32.16

Codes

Color #97AD82 in popluar color models

97AD82
RGB151173130
HSL91°20.77%59.41%
HSB/HSV91°24.86%67.84%
CMYK12.72%0.00%24.86%
32.16%

Color #97AD82 in popluar number systems.

HEX97AD82
Decimal151173130
Binary100101111010110110000010
Octal227255202

Shades and tints

Shades of #97AD82

#97AD82
(151,173,130)
#8A9E77
(138,158,119)
#7D8F6C
(125,143,108)
#708061
(112,128,97)
#637156
(99,113,86)
#56624B
(86,98,75)
#495340
(73,83,64)
#3C4435
(60,68,53)
#2F352A
(47,53,42)
#22261F
(34,38,31)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #97AD82

#97AD82
(151,173,130)
#A0B48D
(160,180,141)
#A9BB98
(169,187,152)
#B2C2A3
(178,194,163)
#BBC9AE
(187,201,174)
#C4D0B9
(196,208,185)
#CDD7C4
(205,215,196)
#D6DECF
(214,222,207)
#DFE5DA
(223,229,218)
#E8ECE5
(232,236,229)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AD82 color. Also use rgb(151,173,130) instead hex code.

Text Font Color

.myTextColor { color: #97AD82; }

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

This text font color is #97AD82.


Background Color

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

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

This div background color is #97AD82.


Border color

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

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

This div border color is #97AD82.


Opacity

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

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

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

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

This text has shadow with #97AD82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AD82 on black background.


Color preview on white background

This text has color #97AD82 on white background.



Black color preview on #97AD82 background

This text has black color on #97AD82 background.


White color preview on #97AD82 background

This text has white color on #97AD82 background.