COLOR #84AE6F

HEX: #84AE6F RGB: (132,174,111)

Color info

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

RGB color model

#84AE6F color RGB value is (132,174,111).

RGB: (132,174,111) (52%, 68%, 44%)

RGB channels and saturation

R 132 of 255 = 52%
G 174 of 255 = 68%
B 111 of 255 = 44%

132
174
111

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

Portions of RGB colors in percentages

R + G + B = 132 + 174 + 111 = 417 (100%)
R 132 of 417 ~ 31.65%
G 174 of 417 ~ 41.73%
B 111 of 417 ~ 26.62'%

%31.65
%41.73
%26.62

CMYK color model

#84AE6F color CMYK value is (24,0,36,32).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 31.76%

CMYK: (24,0,36,32)
C24M0Y36K32 (24%, 0%, 36%, 32%)
(0.24 / 0.00 / 0.36 / 0.32)

CMYK percentages

%24.14
%0
%36.21
%31.76

Codes

Color #84AE6F in popluar color models

84 AE 6F
RGB 132 174 111
HSL 100° 28.00% 55.88%
HSB/HSV 100° 36.21% 68.24%
CMYK 24.14% 0.00% 36.21%
31.76%

Color #84AE6F in popluar number systems.

HEX 84 AE 6F
Decimal 132 174 111
Binary 10000100 10101110 1101111
Octal 204 256 157

Shades and tints

Shades of #84AE6F

#84AE6F
(132,174,111)
#789F65
(120,159,101)
#6C905B
(108,144,91)
#608151
(96,129,81)
#547247
(84,114,71)
#48633D
(72,99,61)
#3C5433
(60,84,51)
#304529
(48,69,41)
#24361F
(36,54,31)
#182715
(24,39,21)
#0C180B
(12,24,11)
#000000
(0,0,0)

Tints of #84AE6F

#84AE6F
(132,174,111)
#8FB57C
(143,181,124)
#9ABC89
(154,188,137)
#A5C396
(165,195,150)
#B0CAA3
(176,202,163)
#BBD1B0
(187,209,176)
#C6D8BD
(198,216,189)
#D1DFCA
(209,223,202)
#DCE6D7
(220,230,215)
#E7EDE4
(231,237,228)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AE6F color. Also use rgb(132,174,111) instead hex code.

Text Font Color

.myTextColor { color: #84AE6F; }

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

This text font color is #84AE6F.

Background Color

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

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

This div background color is #84AE6F.

Border color

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

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

This div border color is #84AE6F.

Opacity

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

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

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

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

This text has shadow with #84AE6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AE6F.

Preview

Color preview on black background

This text has color #84AE6F on black background.


Color preview on white background

This text has color #84AE6F on white background.


Black color preview on #84AE6F background

This text has black color on #84AE6F background.


White color preview on #84AE6F background

This text has white color on #84AE6F background.


Related colors

Complementary color

Complementary color for #hex is #7B5190.


I love getcolorcode.com

Triadic colors

1 #6F84AE and #AE6F84 with #84AE6F are triadic colors.

2 #6FAE84 and #AE846F with #84AE6F are triadic colors.