COLOR #97AD71

HEX: #97AD71
RGB: (151,173,113)

Color info

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

RGB color model

#97AD71 color RGB value is (151,173,113).

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

RGB channels and saturation

R 151 of 255 = 59%
G 173 of 255 = 68%
B 113 of 255 = 44%

151
173
113

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

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 113 = 437 (100%)
R 151 of 437 ~ 34.55%
G 173 of 437 ~ 39.59%
B 113 of 437 ~ 25.86%

%34.55
%39.59
%25.86

CMYK color model

#97AD71 color CMYK value is (13,0,35,32).

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 34.68%
  • key color value is 32.16%
CMYK:
(13,0,35,32)
C13M0Y35K32 
(13%,0%,35%,32%)
(0.13/0.00/0.35/0.32)	

CMYK percentages

%12.72
%0
%34.68
%32.16

Codes

Color #97AD71 in popluar color models

97AD71
RGB151173113
HSL82°26.79%56.08%
HSB/HSV82°34.68%67.84%
CMYK12.72%0.00%34.68%
32.16%

Color #97AD71 in popluar number systems.

HEX97AD71
Decimal151173113
Binary10010111101011011110001
Octal227255161

Shades and tints

Shades of #97AD71

#97AD71
(151,173,113)
#8A9E67
(138,158,103)
#7D8F5D
(125,143,93)
#708053
(112,128,83)
#637149
(99,113,73)
#56623F
(86,98,63)
#495335
(73,83,53)
#3C442B
(60,68,43)
#2F3521
(47,53,33)
#222617
(34,38,23)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #97AD71

#97AD71
(151,173,113)
#A0B47D
(160,180,125)
#A9BB89
(169,187,137)
#B2C295
(178,194,149)
#BBC9A1
(187,201,161)
#C4D0AD
(196,208,173)
#CDD7B9
(205,215,185)
#D6DEC5
(214,222,197)
#DFE5D1
(223,229,209)
#E8ECDD
(232,236,221)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AD71; }

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

This text font color is #97AD71.


Background Color

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

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

This div background color is #97AD71.


Border color

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

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

This div border color is #97AD71.


Opacity

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

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

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

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

This text has shadow with #97AD71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AD71 on black background.


Color preview on white background

This text has color #97AD71 on white background.



Black color preview on #97AD71 background

This text has black color on #97AD71 background.


White color preview on #97AD71 background

This text has white color on #97AD71 background.