COLOR #84C2A0

HEX: #84C2A0 RGB: (132,194,160)

Color info

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

RGB color model

#84C2A0 color RGB value is (132,194,160).

RGB: (132,194,160) (52%, 76%, 63%)

RGB channels and saturation

R 132 of 255 = 52%
G 194 of 255 = 76%
B 160 of 255 = 63%

132
194
160

R + G + B ~ 64%. #84C2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 194 + 160 = 486 (100%)
R 132 of 486 ~ 27.16%
G 194 of 486 ~ 39.92%
B 160 of 486 ~ 32.92'%

%27.16
%39.92
%32.92

CMYK color model

#84C2A0 color CMYK value is (32,0,18,24).

  • cyan value is 31.96%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 23.92%

CMYK: (32,0,18,24)
C32M0Y18K24 (32%, 0%, 18%, 24%)
(0.32 / 0.00 / 0.18 / 0.24)

CMYK percentages

%31.96
%0
%17.53
%23.92

Codes

Color #84C2A0 in popluar color models

84 C2 A0
RGB 132 194 160
HSL 147° 33.70% 63.92%
HSB/HSV 147° 31.96% 76.08%
CMYK 31.96% 0.00% 17.53%
23.92%

Color #84C2A0 in popluar number systems.

HEX 84 C2 A0
Decimal 132 194 160
Binary 10000100 11000010 10100000
Octal 204 302 240

Shades and tints

Shades of #84C2A0

#84C2A0
(132,194,160)
#78B192
(120,177,146)
#6CA084
(108,160,132)
#608F76
(96,143,118)
#547E68
(84,126,104)
#486D5A
(72,109,90)
#3C5C4C
(60,92,76)
#304B3E
(48,75,62)
#243A30
(36,58,48)
#182922
(24,41,34)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #84C2A0

#84C2A0
(132,194,160)
#8FC7A8
(143,199,168)
#9ACCB0
(154,204,176)
#A5D1B8
(165,209,184)
#B0D6C0
(176,214,192)
#BBDBC8
(187,219,200)
#C6E0D0
(198,224,208)
#D1E5D8
(209,229,216)
#DCEAE0
(220,234,224)
#E7EFE8
(231,239,232)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C2A0 color. Also use rgb(132,194,160) instead hex code.

Text Font Color

.myTextColor { color: #84C2A0; }

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

This text font color is #84C2A0.

Background Color

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

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

This div background color is #84C2A0.

Border color

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

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

This div border color is #84C2A0.

Opacity

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

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

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

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

This text has shadow with #84C2A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C2A0.

Preview

Color preview on black background

This text has color #84C2A0 on black background.


Color preview on white background

This text has color #84C2A0 on white background.


Black color preview on #84C2A0 background

This text has black color on #84C2A0 background.


White color preview on #84C2A0 background

This text has white color on #84C2A0 background.


Related colors

Complementary color

Complementary color for #hex is #7B3D5F.


I love getcolorcode.com

Triadic colors

1 #A084C2 and #C2A084 with #84C2A0 are triadic colors.

2 #A0C284 and #C284A0 with #84C2A0 are triadic colors.