COLOR #84DDA5

HEX: #84DDA5 RGB: (132,221,165)

Color info

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

RGB color model

#84DDA5 color RGB value is (132,221,165).

RGB: (132,221,165) (52%, 87%, 65%)

RGB channels and saturation

R 132 of 255 = 52%
G 221 of 255 = 87%
B 165 of 255 = 65%

132
221
165

R + G + B ~ 68%. #84DDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 221 + 165 = 518 (100%)
R 132 of 518 ~ 25.48%
G 221 of 518 ~ 42.66%
B 165 of 518 ~ 31.85'%

%25.48
%42.66
%31.85

CMYK color model

#84DDA5 color CMYK value is (40,0,25,13).

  • cyan value is 40.27%
  • magenta value is 0.00%
  • yellow value is 25.34%
  • key color value is 13.33%

CMYK: (40,0,25,13)
C40M0Y25K13 (40%, 0%, 25%, 13%)
(0.40 / 0.00 / 0.25 / 0.13)

CMYK percentages

%40.27
%0
%25.34
%13.33

Codes

Color #84DDA5 in popluar color models

84 DD A5
RGB 132 221 165
HSL 142° 56.69% 69.22%
HSB/HSV 142° 40.27% 86.67%
CMYK 40.27% 0.00% 25.34%
13.33%

Color #84DDA5 in popluar number systems.

HEX 84 DD A5
Decimal 132 221 165
Binary 10000100 11011101 10100101
Octal 204 335 245

Shades and tints

Shades of #84DDA5

#84DDA5
(132,221,165)
#78C996
(120,201,150)
#6CB587
(108,181,135)
#60A178
(96,161,120)
#548D69
(84,141,105)
#48795A
(72,121,90)
#3C654B
(60,101,75)
#30513C
(48,81,60)
#243D2D
(36,61,45)
#18291E
(24,41,30)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #84DDA5

#84DDA5
(132,221,165)
#8FE0AD
(143,224,173)
#9AE3B5
(154,227,181)
#A5E6BD
(165,230,189)
#B0E9C5
(176,233,197)
#BBECCD
(187,236,205)
#C6EFD5
(198,239,213)
#D1F2DD
(209,242,221)
#DCF5E5
(220,245,229)
#E7F8ED
(231,248,237)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84DDA5 color. Also use rgb(132,221,165) instead hex code.

Text Font Color

.myTextColor { color: #84DDA5; }

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

This text font color is #84DDA5.

Background Color

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

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

This div background color is #84DDA5.

Border color

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

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

This div border color is #84DDA5.

Opacity

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

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

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

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

This text has shadow with #84DDA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84DDA5.

Preview

Color preview on black background

This text has color #84DDA5 on black background.


Color preview on white background

This text has color #84DDA5 on white background.


Black color preview on #84DDA5 background

This text has black color on #84DDA5 background.


White color preview on #84DDA5 background

This text has white color on #84DDA5 background.


Related colors

Complementary color

Complementary color for #hex is #7B225A.


I love getcolorcode.com

Triadic colors

1 #A584DD and #DDA584 with #84DDA5 are triadic colors.

2 #A5DD84 and #DD84A5 with #84DDA5 are triadic colors.