COLOR #84CC87

HEX: #84CC87
RGB: (132,204,135)

Color info

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

RGB color model

#84CC87 color RGB value is (132,204,135).

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

RGB channels and saturation

R 132 of 255 = 52%
G 204 of 255 = 80%
B 135 of 255 = 53%

132
204
135

R + G + B ~ 62%. #84CC87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 204 + 135 = 471 (100%)
R 132 of 471 ~ 28.03%
G 204 of 471 ~ 43.31%
B 135 of 471 ~ 28.66%

%28.03
%43.31
%28.66

CMYK color model

#84CC87 color CMYK value is (35,0,34,20).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 33.82%
  • key color value is 20.00%
CMYK:
(35,0,34,20)
C35M0Y34K20 
(35%,0%,34%,20%)
(0.35/0.00/0.34/0.20)	

CMYK percentages

%35.29
%0
%33.82
%20

Codes

Color #84CC87 in popluar color models

84CC87
RGB132204135
HSL123°41.38%65.88%
HSB/HSV123°35.29%80.00%
CMYK35.29%0.00%33.82%
20.00%

Color #84CC87 in popluar number systems.

HEX84CC87
Decimal132204135
Binary100001001100110010000111
Octal204314207

Shades and tints

Shades of #84CC87

#84CC87
(132,204,135)
#78BA7B
(120,186,123)
#6CA86F
(108,168,111)
#609663
(96,150,99)
#548457
(84,132,87)
#48724B
(72,114,75)
#3C603F
(60,96,63)
#304E33
(48,78,51)
#243C27
(36,60,39)
#182A1B
(24,42,27)
#0C180F
(12,24,15)
#000000
(0,0,0)

Tints of #84CC87

#84CC87
(132,204,135)
#8FD091
(143,208,145)
#9AD49B
(154,212,155)
#A5D8A5
(165,216,165)
#B0DCAF
(176,220,175)
#BBE0B9
(187,224,185)
#C6E4C3
(198,228,195)
#D1E8CD
(209,232,205)
#DCECD7
(220,236,215)
#E7F0E1
(231,240,225)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84CC87; }

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

This text font color is #84CC87.


Background Color

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

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

This div background color is #84CC87.


Border color

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

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

This div border color is #84CC87.


Opacity

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

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

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

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

This text has shadow with #84CC87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CC87 on black background.


Color preview on white background

This text has color #84CC87 on white background.



Black color preview on #84CC87 background

This text has black color on #84CC87 background.


White color preview on #84CC87 background

This text has white color on #84CC87 background.