COLOR #84AA6B

HEX: #84AA6B
RGB: (132,170,107)

Color info

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

RGB color model

#84AA6B color RGB value is (132,170,107).

  • red value is 132;
  • green value is 170;
  • blue value is 107.
RGB:
(132,170,107)
(52%,67%,42%)

RGB channels and saturation

R 132 of 255 = 52%
G 170 of 255 = 67%
B 107 of 255 = 42%

132
170
107

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

Portions of RGB colors in percentages

R + G + B =
132 + 170 + 107 = 409 (100%)
R 132 of 409 ~ 32.27%
G 170 of 409 ~ 41.56%
B 107 of 409 ~ 26.16%

%32.27
%41.56
%26.16

CMYK color model

#84AA6B color CMYK value is (22,0,37,33).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 37.06%
  • key color value is 33.33%
CMYK:
(22,0,37,33)
C22M0Y37K33 
(22%,0%,37%,33%)
(0.22/0.00/0.37/0.33)	

CMYK percentages

%22.35
%0
%37.06
%33.33

Codes

Color #84AA6B in popluar color models

84AA6B
RGB132170107
HSL96°27.04%54.31%
HSB/HSV96°37.06%66.67%
CMYK22.35%0.00%37.06%
33.33%

Color #84AA6B in popluar number systems.

HEX84AA6B
Decimal132170107
Binary10000100101010101101011
Octal204252153

Shades and tints

Shades of #84AA6B

#84AA6B
(132,170,107)
#789B62
(120,155,98)
#6C8C59
(108,140,89)
#607D50
(96,125,80)
#546E47
(84,110,71)
#485F3E
(72,95,62)
#3C5035
(60,80,53)
#30412C
(48,65,44)
#243223
(36,50,35)
#18231A
(24,35,26)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #84AA6B

#84AA6B
(132,170,107)
#8FB178
(143,177,120)
#9AB885
(154,184,133)
#A5BF92
(165,191,146)
#B0C69F
(176,198,159)
#BBCDAC
(187,205,172)
#C6D4B9
(198,212,185)
#D1DBC6
(209,219,198)
#DCE2D3
(220,226,211)
#E7E9E0
(231,233,224)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AA6B color. Also use rgb(132,170,107) instead hex code.

Text Font Color

.myTextColor { color: #84AA6B; }

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

This text font color is #84AA6B.


Background Color

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

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

This div background color is #84AA6B.


Border color

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

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

This div border color is #84AA6B.


Opacity

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

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

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

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

This text has shadow with #84AA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AA6B on black background.


Color preview on white background

This text has color #84AA6B on white background.



Black color preview on #84AA6B background

This text has black color on #84AA6B background.


White color preview on #84AA6B background

This text has white color on #84AA6B background.