COLOR #84A97C

HEX: #84A97C
RGB: (132,169,124)

Color info

#84A97C contains red, green and blue colors in about the same proportion. Web safe color of #84A97C is #999966 (or #996).

RGB color model

#84A97C color RGB value is (132,169,124).

  • red value is 132;
  • green value is 169;
  • blue value is 124.
RGB:
(132,169,124)
(52%,66%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 124 of 255 = 49%

132
169
124

R + G + B ~ 56%. #84A97C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 169 + 124 = 425 (100%)
R 132 of 425 ~ 31.06%
G 169 of 425 ~ 39.76%
B 124 of 425 ~ 29.18%

%31.06
%39.76
%29.18

CMYK color model

#84A97C color CMYK value is (22,0,27,34).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 33.73%
CMYK:
(22,0,27,34)
C22M0Y27K34 
(22%,0%,27%,34%)
(0.22/0.00/0.27/0.34)	

CMYK percentages

%21.89
%0
%26.63
%33.73

Codes

Color #84A97C in popluar color models

84A97C
RGB132169124
HSL109°20.74%57.45%
HSB/HSV109°26.63%66.27%
CMYK21.89%0.00%26.63%
33.73%

Color #84A97C in popluar number systems.

HEX84A97C
Decimal132169124
Binary10000100101010011111100
Octal204251174

Shades and tints

Shades of #84A97C

#84A97C
(132,169,124)
#789A71
(120,154,113)
#6C8B66
(108,139,102)
#607C5B
(96,124,91)
#546D50
(84,109,80)
#485E45
(72,94,69)
#3C4F3A
(60,79,58)
#30402F
(48,64,47)
#243124
(36,49,36)
#182219
(24,34,25)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #84A97C

#84A97C
(132,169,124)
#8FB087
(143,176,135)
#9AB792
(154,183,146)
#A5BE9D
(165,190,157)
#B0C5A8
(176,197,168)
#BBCCB3
(187,204,179)
#C6D3BE
(198,211,190)
#D1DAC9
(209,218,201)
#DCE1D4
(220,225,212)
#E7E8DF
(231,232,223)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A97C color. Also use rgb(132,169,124) instead hex code.

Text Font Color

.myTextColor { color: #84A97C; }

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

This text font color is #84A97C.


Background Color

.myBgColor { background-color: #84A97C; }

<div style="background-color:#84A97C">Inner text</div>

This div background color is #84A97C.


Border color

.myBorderColor { border: 1px solid #84A97C; }

<div style="border:3px solid #84A97C">Div</div>

This div border color is #84A97C.


Opacity

.myOpacity80 { color: #84A97C; opacity: 0.8; }

<p style="color:#84A97C;opacity:0.8;">80%</p>

Text with #84A97C 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 #84A97C;}

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

This text has shadow with #84A97C color.

.textShadow {text-shadow: 3px 3px 1px #84A97C, 3px 3px 1px red;}

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

This text has shadow with #84A97C primary color and red secondary color.


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

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

This text has shadow with #84A97C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A97C on black background.


Color preview on white background

This text has color #84A97C on white background.



Black color preview on #84A97C background

This text has black color on #84A97C background.


White color preview on #84A97C background

This text has white color on #84A97C background.