COLOR #84C887

HEX: #84C887 RGB: (132,200,135)

Color info

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

RGB color model

#84C887 color RGB value is (132,200,135).

RGB: (132,200,135) (52%, 78%, 53%)

RGB channels and saturation

R 132 of 255 = 52%
G 200 of 255 = 78%
B 135 of 255 = 53%

132
200
135

R + G + B ~ 61%. #84C887 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 200 + 135 = 467 (100%)
R 132 of 467 ~ 28.27%
G 200 of 467 ~ 42.83%
B 135 of 467 ~ 28.91'%

%28.27
%42.83
%28.91

CMYK color model

#84C887 color CMYK value is (34,0,33,22).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 21.57%

CMYK: (34,0,33,22)
C34M0Y33K22 (34%, 0%, 33%, 22%)
(0.34 / 0.00 / 0.33 / 0.22)

CMYK percentages

%34
%0
%32.5
%21.57

Codes

Color #84C887 in popluar color models

84 C8 87
RGB 132 200 135
HSL 123° 38.20% 65.10%
HSB/HSV 123° 34.00% 78.43%
CMYK 34.00% 0.00% 32.50%
21.57%

Color #84C887 in popluar number systems.

HEX 84 C8 87
Decimal 132 200 135
Binary 10000100 11001000 10000111
Octal 204 310 207

Shades and tints

Shades of #84C887

#84C887
(132,200,135)
#78B67B
(120,182,123)
#6CA46F
(108,164,111)
#609263
(96,146,99)
#548057
(84,128,87)
#486E4B
(72,110,75)
#3C5C3F
(60,92,63)
#304A33
(48,74,51)
#243827
(36,56,39)
#18261B
(24,38,27)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #84C887

#84C887
(132,200,135)
#8FCD91
(143,205,145)
#9AD29B
(154,210,155)
#A5D7A5
(165,215,165)
#B0DCAF
(176,220,175)
#BBE1B9
(187,225,185)
#C6E6C3
(198,230,195)
#D1EBCD
(209,235,205)
#DCF0D7
(220,240,215)
#E7F5E1
(231,245,225)
#F2FAEB
(242,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C887; }

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

This text font color is #84C887.

Background Color

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

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

This div background color is #84C887.

Border color

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

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

This div border color is #84C887.

Opacity

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

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

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

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

This text has shadow with #84C887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C887.

Preview

Color preview on black background

This text has color #84C887 on black background.


Color preview on white background

This text has color #84C887 on white background.


Black color preview on #84C887 background

This text has black color on #84C887 background.


White color preview on #84C887 background

This text has white color on #84C887 background.


Related colors

Complementary color

Complementary color for #hex is #7B3778.


I love getcolorcode.com

Triadic colors

1 #8784C8 and #C88784 with #84C887 are triadic colors.

2 #87C884 and #C88487 with #84C887 are triadic colors.