COLOR #97AF81

HEX: #97AF81
RGB: (151,175,129)

Color info

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

RGB color model

#97AF81 color RGB value is (151,175,129).

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

RGB channels and saturation

R 151 of 255 = 59%
G 175 of 255 = 69%
B 129 of 255 = 51%

151
175
129

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

Portions of RGB colors in percentages

R + G + B =
151 + 175 + 129 = 455 (100%)
R 151 of 455 ~ 33.19%
G 175 of 455 ~ 38.46%
B 129 of 455 ~ 28.35%

%33.19
%38.46
%28.35

CMYK color model

#97AF81 color CMYK value is (14,0,26,31).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 31.37%
CMYK:
(14,0,26,31)
C14M0Y26K31 
(14%,0%,26%,31%)
(0.14/0.00/0.26/0.31)	

CMYK percentages

%13.71
%0
%26.29
%31.37

Codes

Color #97AF81 in popluar color models

97AF81
RGB151175129
HSL91°22.33%59.61%
HSB/HSV91°26.29%68.63%
CMYK13.71%0.00%26.29%
31.37%

Color #97AF81 in popluar number systems.

HEX97AF81
Decimal151175129
Binary100101111010111110000001
Octal227257201

Shades and tints

Shades of #97AF81

#97AF81
(151,175,129)
#8AA076
(138,160,118)
#7D916B
(125,145,107)
#708260
(112,130,96)
#637355
(99,115,85)
#56644A
(86,100,74)
#49553F
(73,85,63)
#3C4634
(60,70,52)
#2F3729
(47,55,41)
#22281E
(34,40,30)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #97AF81

#97AF81
(151,175,129)
#A0B68C
(160,182,140)
#A9BD97
(169,189,151)
#B2C4A2
(178,196,162)
#BBCBAD
(187,203,173)
#C4D2B8
(196,210,184)
#CDD9C3
(205,217,195)
#D6E0CE
(214,224,206)
#DFE7D9
(223,231,217)
#E8EEE4
(232,238,228)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AF81; }

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

This text font color is #97AF81.


Background Color

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

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

This div background color is #97AF81.


Border color

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

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

This div border color is #97AF81.


Opacity

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

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

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

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

This text has shadow with #97AF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AF81 on black background.


Color preview on white background

This text has color #97AF81 on white background.



Black color preview on #97AF81 background

This text has black color on #97AF81 background.


White color preview on #97AF81 background

This text has white color on #97AF81 background.