COLOR #84AC7B

HEX: #84AC7B RGB: (132,172,123)

Color info

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

RGB color model

#84AC7B color RGB value is (132,172,123).

RGB: (132,172,123) (52%, 67%, 48%)

RGB channels and saturation

R 132 of 255 = 52%
G 172 of 255 = 67%
B 123 of 255 = 48%

132
172
123

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

Portions of RGB colors in percentages

R + G + B = 132 + 172 + 123 = 427 (100%)
R 132 of 427 ~ 30.91%
G 172 of 427 ~ 40.28%
B 123 of 427 ~ 28.81'%

%30.91
%40.28
%28.81

CMYK color model

#84AC7B color CMYK value is (23,0,28,33).

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

CMYK: (23,0,28,33)
C23M0Y28K33 (23%, 0%, 28%, 33%)
(0.23 / 0.00 / 0.28 / 0.33)

CMYK percentages

%23.26
%0
%28.49
%32.55

Codes

Color #84AC7B in popluar color models

84 AC 7B
RGB 132 172 123
HSL 109° 22.79% 57.84%
HSB/HSV 109° 28.49% 67.45%
CMYK 23.26% 0.00% 28.49%
32.55%

Color #84AC7B in popluar number systems.

HEX 84 AC 7B
Decimal 132 172 123
Binary 10000100 10101100 1111011
Octal 204 254 173

Shades and tints

Shades of #84AC7B

#84AC7B
(132,172,123)
#789D70
(120,157,112)
#6C8E65
(108,142,101)
#607F5A
(96,127,90)
#54704F
(84,112,79)
#486144
(72,97,68)
#3C5239
(60,82,57)
#30432E
(48,67,46)
#243423
(36,52,35)
#182518
(24,37,24)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #84AC7B

#84AC7B
(132,172,123)
#8FB387
(143,179,135)
#9ABA93
(154,186,147)
#A5C19F
(165,193,159)
#B0C8AB
(176,200,171)
#BBCFB7
(187,207,183)
#C6D6C3
(198,214,195)
#D1DDCF
(209,221,207)
#DCE4DB
(220,228,219)
#E7EBE7
(231,235,231)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AC7B color. Also use rgb(132,172,123) instead hex code.

Text Font Color

.myTextColor { color: #84AC7B; }

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

This text font color is #84AC7B.

Background Color

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

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

This div background color is #84AC7B.

Border color

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

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

This div border color is #84AC7B.

Opacity

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

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

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

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

This text has shadow with #84AC7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AC7B.

Preview

Color preview on black background

This text has color #84AC7B on black background.


Color preview on white background

This text has color #84AC7B on white background.


Black color preview on #84AC7B background

This text has black color on #84AC7B background.


White color preview on #84AC7B background

This text has white color on #84AC7B background.


Related colors

Complementary color

Complementary color for #hex is #7B5384.


I love getcolorcode.com

Triadic colors

1 #7B84AC and #AC7B84 with #84AC7B are triadic colors.

2 #7BAC84 and #AC847B with #84AC7B are triadic colors.