COLOR #84DD87

HEX: #84DD87
RGB: (132,221,135)

Color info

#84DD87 contains mainly green color. Web safe color of #84DD87 is #99CC99 (or #9C9).

RGB color model

#84DD87 color RGB value is (132,221,135).

  • red value is 132;
  • green value is 221;
  • blue value is 135.
RGB:
(132,221,135)
(52%,87%,53%)

RGB channels and saturation

R 132 of 255 = 52%
G 221 of 255 = 87%
B 135 of 255 = 53%

132
221
135

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

Portions of RGB colors in percentages

R + G + B =
132 + 221 + 135 = 488 (100%)
R 132 of 488 ~ 27.05%
G 221 of 488 ~ 45.29%
B 135 of 488 ~ 27.66%

%27.05
%45.29
%27.66

CMYK color model

#84DD87 color CMYK value is (40,0,39,13).

  • cyan value is 40.27%
  • magenta value is 0.00%
  • yellow value is 38.91%
  • key color value is 13.33%
CMYK:
(40,0,39,13)
C40M0Y39K13 
(40%,0%,39%,13%)
(0.40/0.00/0.39/0.13)	

CMYK percentages

%40.27
%0
%38.91
%13.33

Codes

Color #84DD87 in popluar color models

84DD87
RGB132221135
HSL122°56.69%69.22%
HSB/HSV122°40.27%86.67%
CMYK40.27%0.00%38.91%
13.33%

Color #84DD87 in popluar number systems.

HEX84DD87
Decimal132221135
Binary100001001101110110000111
Octal204335207

Shades and tints

Shades of #84DD87

#84DD87
(132,221,135)
#78C97B
(120,201,123)
#6CB56F
(108,181,111)
#60A163
(96,161,99)
#548D57
(84,141,87)
#48794B
(72,121,75)
#3C653F
(60,101,63)
#305133
(48,81,51)
#243D27
(36,61,39)
#18291B
(24,41,27)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #84DD87

#84DD87
(132,221,135)
#8FE091
(143,224,145)
#9AE39B
(154,227,155)
#A5E6A5
(165,230,165)
#B0E9AF
(176,233,175)
#BBECB9
(187,236,185)
#C6EFC3
(198,239,195)
#D1F2CD
(209,242,205)
#DCF5D7
(220,245,215)
#E7F8E1
(231,248,225)
#F2FBEB
(242,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84DD87; }

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

This text font color is #84DD87.


Background Color

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

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

This div background color is #84DD87.


Border color

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

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

This div border color is #84DD87.


Opacity

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

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

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

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

This text has shadow with #84DD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84DD87 on black background.


Color preview on white background

This text has color #84DD87 on white background.



Black color preview on #84DD87 background

This text has black color on #84DD87 background.


White color preview on #84DD87 background

This text has white color on #84DD87 background.