COLOR #97AE84

HEX: #97AE84
RGB: (151,174,132)

Color info

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

RGB color model

#97AE84 color RGB value is (151,174,132).

  • red value is 151;
  • green value is 174;
  • blue value is 132.
RGB:
(151,174,132)
(59%,68%,52%)

RGB channels and saturation

R 151 of 255 = 59%
G 174 of 255 = 68%
B 132 of 255 = 52%

151
174
132

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

Portions of RGB colors in percentages

R + G + B =
151 + 174 + 132 = 457 (100%)
R 151 of 457 ~ 33.04%
G 174 of 457 ~ 38.07%
B 132 of 457 ~ 28.88%

%33.04
%38.07
%28.88

CMYK color model

#97AE84 color CMYK value is (13,0,24,32).

  • cyan value is 13.22%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 31.76%
CMYK:
(13,0,24,32)
C13M0Y24K32 
(13%,0%,24%,32%)
(0.13/0.00/0.24/0.32)	

CMYK percentages

%13.22
%0
%24.14
%31.76

Codes

Color #97AE84 in popluar color models

97AE84
RGB151174132
HSL93°20.59%60.00%
HSB/HSV93°24.14%68.24%
CMYK13.22%0.00%24.14%
31.76%

Color #97AE84 in popluar number systems.

HEX97AE84
Decimal151174132
Binary100101111010111010000100
Octal227256204

Shades and tints

Shades of #97AE84

#97AE84
(151,174,132)
#8A9F78
(138,159,120)
#7D906C
(125,144,108)
#708160
(112,129,96)
#637254
(99,114,84)
#566348
(86,99,72)
#49543C
(73,84,60)
#3C4530
(60,69,48)
#2F3624
(47,54,36)
#222718
(34,39,24)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #97AE84

#97AE84
(151,174,132)
#A0B58F
(160,181,143)
#A9BC9A
(169,188,154)
#B2C3A5
(178,195,165)
#BBCAB0
(187,202,176)
#C4D1BB
(196,209,187)
#CDD8C6
(205,216,198)
#D6DFD1
(214,223,209)
#DFE6DC
(223,230,220)
#E8EDE7
(232,237,231)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AE84; }

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

This text font color is #97AE84.


Background Color

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

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

This div background color is #97AE84.


Border color

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

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

This div border color is #97AE84.


Opacity

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

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

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

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

This text has shadow with #97AE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AE84 on black background.


Color preview on white background

This text has color #97AE84 on white background.



Black color preview on #97AE84 background

This text has black color on #97AE84 background.


White color preview on #97AE84 background

This text has white color on #97AE84 background.