COLOR #84D88C

HEX: #84D88C
RGB: (132,216,140)

Color info

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

RGB color model

#84D88C color RGB value is (132,216,140).

  • red value is 132;
  • green value is 216;
  • blue value is 140.
RGB:
(132,216,140)
(52%,85%,55%)

RGB channels and saturation

R 132 of 255 = 52%
G 216 of 255 = 85%
B 140 of 255 = 55%

132
216
140

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

Portions of RGB colors in percentages

R + G + B =
132 + 216 + 140 = 488 (100%)
R 132 of 488 ~ 27.05%
G 216 of 488 ~ 44.26%
B 140 of 488 ~ 28.69%

%27.05
%44.26
%28.69

CMYK color model

#84D88C color CMYK value is (39,0,35,15).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 35.19%
  • key color value is 15.29%
CMYK:
(39,0,35,15)
C39M0Y35K15 
(39%,0%,35%,15%)
(0.39/0.00/0.35/0.15)	

CMYK percentages

%38.89
%0
%35.19
%15.29

Codes

Color #84D88C in popluar color models

84D88C
RGB132216140
HSL126°51.85%68.24%
HSB/HSV126°38.89%84.71%
CMYK38.89%0.00%35.19%
15.29%

Color #84D88C in popluar number systems.

HEX84D88C
Decimal132216140
Binary100001001101100010001100
Octal204330214

Shades and tints

Shades of #84D88C

#84D88C
(132,216,140)
#78C580
(120,197,128)
#6CB274
(108,178,116)
#609F68
(96,159,104)
#548C5C
(84,140,92)
#487950
(72,121,80)
#3C6644
(60,102,68)
#305338
(48,83,56)
#24402C
(36,64,44)
#182D20
(24,45,32)
#0C1A14
(12,26,20)
#000000
(0,0,0)

Tints of #84D88C

#84D88C
(132,216,140)
#8FDB96
(143,219,150)
#9ADEA0
(154,222,160)
#A5E1AA
(165,225,170)
#B0E4B4
(176,228,180)
#BBE7BE
(187,231,190)
#C6EAC8
(198,234,200)
#D1EDD2
(209,237,210)
#DCF0DC
(220,240,220)
#E7F3E6
(231,243,230)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D88C color. Also use rgb(132,216,140) instead hex code.

Text Font Color

.myTextColor { color: #84D88C; }

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

This text font color is #84D88C.


Background Color

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

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

This div background color is #84D88C.


Border color

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

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

This div border color is #84D88C.


Opacity

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

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

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

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

This text has shadow with #84D88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D88C on black background.


Color preview on white background

This text has color #84D88C on white background.



Black color preview on #84D88C background

This text has black color on #84D88C background.


White color preview on #84D88C background

This text has white color on #84D88C background.