COLOR #84D2A4

HEX: #84D2A4
RGB: (132,210,164)

Color info

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

RGB color model

#84D2A4 color RGB value is (132,210,164).

  • red value is 132;
  • green value is 210;
  • blue value is 164.
RGB:
(132,210,164)
(52%,82%,64%)

RGB channels and saturation

R 132 of 255 = 52%
G 210 of 255 = 82%
B 164 of 255 = 64%

132
210
164

R + G + B ~ 66%. #84D2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 210 + 164 = 506 (100%)
R 132 of 506 ~ 26.09%
G 210 of 506 ~ 41.5%
B 164 of 506 ~ 32.41%

%26.09
%41.5
%32.41

CMYK color model

#84D2A4 color CMYK value is (37,0,22,18).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 17.65%
CMYK:
(37,0,22,18)
C37M0Y22K18 
(37%,0%,22%,18%)
(0.37/0.00/0.22/0.18)	

CMYK percentages

%37.14
%0
%21.9
%17.65

Codes

Color #84D2A4 in popluar color models

84D2A4
RGB132210164
HSL145°46.43%67.06%
HSB/HSV145°37.14%82.35%
CMYK37.14%0.00%21.90%
17.65%

Color #84D2A4 in popluar number systems.

HEX84D2A4
Decimal132210164
Binary100001001101001010100100
Octal204322244

Shades and tints

Shades of #84D2A4

#84D2A4
(132,210,164)
#78BF96
(120,191,150)
#6CAC88
(108,172,136)
#60997A
(96,153,122)
#54866C
(84,134,108)
#48735E
(72,115,94)
#3C6050
(60,96,80)
#304D42
(48,77,66)
#243A34
(36,58,52)
#182726
(24,39,38)
#0C1418
(12,20,24)
#000000
(0,0,0)

Tints of #84D2A4

#84D2A4
(132,210,164)
#8FD6AC
(143,214,172)
#9ADAB4
(154,218,180)
#A5DEBC
(165,222,188)
#B0E2C4
(176,226,196)
#BBE6CC
(187,230,204)
#C6EAD4
(198,234,212)
#D1EEDC
(209,238,220)
#DCF2E4
(220,242,228)
#E7F6EC
(231,246,236)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84D2A4; }

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

This text font color is #84D2A4.


Background Color

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

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

This div background color is #84D2A4.


Border color

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

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

This div border color is #84D2A4.


Opacity

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

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

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

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

This text has shadow with #84D2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D2A4 on black background.


Color preview on white background

This text has color #84D2A4 on white background.



Black color preview on #84D2A4 background

This text has black color on #84D2A4 background.


White color preview on #84D2A4 background

This text has white color on #84D2A4 background.