COLOR #97AC84

HEX: #97AC84 RGB: (151,172,132)

Color info

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

RGB color model

#97AC84 color RGB value is (151,172,132).

RGB: (151,172,132) (59%, 67%, 52%)

RGB channels and saturation

R 151 of 255 = 59%
G 172 of 255 = 67%
B 132 of 255 = 52%

151
172
132

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

Portions of RGB colors in percentages

R + G + B = 151 + 172 + 132 = 455 (100%)
R 151 of 455 ~ 33.19%
G 172 of 455 ~ 37.8%
B 132 of 455 ~ 29.01'%

%33.19
%37.8
%29.01

CMYK color model

#97AC84 color CMYK value is (12,0,23,33).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 23.26%
  • key color value is 32.55%

CMYK: (12,0,23,33)
C12M0Y23K33 (12%, 0%, 23%, 33%)
(0.12 / 0.00 / 0.23 / 0.33)

CMYK percentages

%12.21
%0
%23.26
%32.55

Codes

Color #97AC84 in popluar color models

97 AC 84
RGB 151 172 132
HSL 92° 19.42% 59.61%
HSB/HSV 92° 23.26% 67.45%
CMYK 12.21% 0.00% 23.26%
32.55%

Color #97AC84 in popluar number systems.

HEX 97 AC 84
Decimal 151 172 132
Binary 10010111 10101100 10000100
Octal 227 254 204

Shades and tints

Shades of #97AC84

#97AC84
(151,172,132)
#8A9D78
(138,157,120)
#7D8E6C
(125,142,108)
#707F60
(112,127,96)
#637054
(99,112,84)
#566148
(86,97,72)
#49523C
(73,82,60)
#3C4330
(60,67,48)
#2F3424
(47,52,36)
#222518
(34,37,24)
#15160C
(21,22,12)
#000000
(0,0,0)

Tints of #97AC84

#97AC84
(151,172,132)
#A0B38F
(160,179,143)
#A9BA9A
(169,186,154)
#B2C1A5
(178,193,165)
#BBC8B0
(187,200,176)
#C4CFBB
(196,207,187)
#CDD6C6
(205,214,198)
#D6DDD1
(214,221,209)
#DFE4DC
(223,228,220)
#E8EBE7
(232,235,231)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AC84 color. Also use rgb(151,172,132) instead hex code.

Text Font Color

.myTextColor { color: #97AC84; }

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

This text font color is #97AC84.

Background Color

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

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

This div background color is #97AC84.

Border color

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

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

This div border color is #97AC84.

Opacity

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

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

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

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

This text has shadow with #97AC84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97AC84.

Preview

Color preview on black background

This text has color #97AC84 on black background.


Color preview on white background

This text has color #97AC84 on white background.


Black color preview on #97AC84 background

This text has black color on #97AC84 background.


White color preview on #97AC84 background

This text has white color on #97AC84 background.


Related colors

Complementary color

Complementary color for #hex is #68537B.


I love getcolorcode.com

Triadic colors

1 #8497AC and #AC8497 with #97AC84 are triadic colors.

2 #84AC97 and #AC9784 with #97AC84 are triadic colors.