COLOR #84D2AA

HEX: #84D2AA RGB: (132,210,170)

Color info

#84D2AA contains mainly green and blue colors. Web safe color of #84D2AA is #99CC99 (or #9C9).

RGB color model

#84D2AA color RGB value is (132,210,170).

RGB: (132,210,170) (52%, 82%, 67%)

RGB channels and saturation

R 132 of 255 = 52%
G 210 of 255 = 82%
B 170 of 255 = 67%

132
210
170

R + G + B ~ 67%. #84D2AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 210 + 170 = 512 (100%)
R 132 of 512 ~ 25.78%
G 210 of 512 ~ 41.02%
B 170 of 512 ~ 33.2'%

%25.78
%41.02
%33.2

CMYK color model

#84D2AA color CMYK value is (37,0,19,18).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 17.65%

CMYK: (37,0,19,18)
C37M0Y19K18 (37%, 0%, 19%, 18%)
(0.37 / 0.00 / 0.19 / 0.18)

CMYK percentages

%37.14
%0
%19.05
%17.65

Codes

Color #84D2AA in popluar color models

84 D2 AA
RGB 132 210 170
HSL 149° 46.43% 67.06%
HSB/HSV 149° 37.14% 82.35%
CMYK 37.14% 0.00% 19.05%
17.65%

Color #84D2AA in popluar number systems.

HEX 84 D2 AA
Decimal 132 210 170
Binary 10000100 11010010 10101010
Octal 204 322 252

Shades and tints

Shades of #84D2AA

#84D2AA
(132,210,170)
#78BF9B
(120,191,155)
#6CAC8C
(108,172,140)
#60997D
(96,153,125)
#54866E
(84,134,110)
#48735F
(72,115,95)
#3C6050
(60,96,80)
#304D41
(48,77,65)
#243A32
(36,58,50)
#182723
(24,39,35)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #84D2AA

#84D2AA
(132,210,170)
#8FD6B1
(143,214,177)
#9ADAB8
(154,218,184)
#A5DEBF
(165,222,191)
#B0E2C6
(176,226,198)
#BBE6CD
(187,230,205)
#C6EAD4
(198,234,212)
#D1EEDB
(209,238,219)
#DCF2E2
(220,242,226)
#E7F6E9
(231,246,233)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84D2AA; }

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

This text font color is #84D2AA.

Background Color

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

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

This div background color is #84D2AA.

Border color

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

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

This div border color is #84D2AA.

Opacity

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

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

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

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

This text has shadow with #84D2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84D2AA.

Preview

Color preview on black background

This text has color #84D2AA on black background.


Color preview on white background

This text has color #84D2AA on white background.


Black color preview on #84D2AA background

This text has black color on #84D2AA background.


White color preview on #84D2AA background

This text has white color on #84D2AA background.


Related colors

Complementary color

Complementary color for #hex is #7B2D55.


I love getcolorcode.com

Triadic colors

1 #AA84D2 and #D2AA84 with #84D2AA are triadic colors.

2 #AAD284 and #D284AA with #84D2AA are triadic colors.