COLOR #84AD81

HEX: #84AD81 RGB: (132,173,129)

Color info

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

RGB color model

#84AD81 color RGB value is (132,173,129).

RGB: (132,173,129) (52%, 68%, 51%)

RGB channels and saturation

R 132 of 255 = 52%
G 173 of 255 = 68%
B 129 of 255 = 51%

132
173
129

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

Portions of RGB colors in percentages

R + G + B = 132 + 173 + 129 = 434 (100%)
R 132 of 434 ~ 30.41%
G 173 of 434 ~ 39.86%
B 129 of 434 ~ 29.72'%

%30.41
%39.86
%29.72

CMYK color model

#84AD81 color CMYK value is (24,0,25,32).

  • cyan value is 23.70%
  • magenta value is 0.00%
  • yellow value is 25.43%
  • key color value is 32.16%
CMYK: (24,0,25,32) C24M0Y25K32 (24%,0%,25%,32%) (0.24/0.00/0.25/0.32) 

CMYK percentages

%23.7
%0
%25.43
%32.16

Codes

Color #84AD81 in popluar color models

84 AD 81
RGB 132 173 129
HSL 116° 21.15% 59.22%
HSB/HSV 116° 25.43% 67.84%
CMYK 23.70% 0.00% 25.43%
32.16%

Color #84AD81 in popluar number systems.

HEX 84 AD 81
Decimal 132 173 129
Binary 10000100 10101101 10000001
Octal 204 255 201

Shades and tints

Shades of #84AD81

#84AD81
(132,173,129)
#789E76
(120,158,118)
#6C8F6B
(108,143,107)
#608060
(96,128,96)
#547155
(84,113,85)
#48624A
(72,98,74)
#3C533F
(60,83,63)
#304434
(48,68,52)
#243529
(36,53,41)
#18261E
(24,38,30)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #84AD81

#84AD81
(132,173,129)
#8FB48C
(143,180,140)
#9ABB97
(154,187,151)
#A5C2A2
(165,194,162)
#B0C9AD
(176,201,173)
#BBD0B8
(187,208,184)
#C6D7C3
(198,215,195)
#D1DECE
(209,222,206)
#DCE5D9
(220,229,217)
#E7ECE4
(231,236,228)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AD81 color. Also use rgb(132,173,129) instead hex code.

Text Font Color

.myTextColor { color: #84AD81; }

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

This text font color is #84AD81.

Background Color

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

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

This div background color is #84AD81.

Border color

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

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

This div border color is #84AD81.

Opacity

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

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

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

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

This text has shadow with #84AD81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AD81.

Preview

Color preview on black background

This text has color #84AD81 on black background.


Color preview on white background

This text has color #84AD81 on white background.


Black color preview on #84AD81 background

This text has black color on #84AD81 background.


White color preview on #84AD81 background

This text has white color on #84AD81 background.


Related colors

Complementary color

Complementary color for #hex is #7B527E.


I love getcolorcode.com

Triadic colors

1 #8184AD and #AD8184 with #84AD81 are triadic colors.

2 #81AD84 and #AD8481 with #84AD81 are triadic colors.