COLOR #84C88E

HEX: #84C88E
RGB: (132,200,142)

Color info

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

RGB color model

#84C88E color RGB value is (132,200,142).

  • red value is 132;
  • green value is 200;
  • blue value is 142.
RGB:
(132,200,142)
(52%,78%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 200 of 255 = 78%
B 142 of 255 = 56%

132
200
142

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

Portions of RGB colors in percentages

R + G + B =
132 + 200 + 142 = 474 (100%)
R 132 of 474 ~ 27.85%
G 200 of 474 ~ 42.19%
B 142 of 474 ~ 29.96%

%27.85
%42.19
%29.96

CMYK color model

#84C88E color CMYK value is (34,0,29,22).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 21.57%
CMYK:
(34,0,29,22)
C34M0Y29K22 
(34%,0%,29%,22%)
(0.34/0.00/0.29/0.22)	

CMYK percentages

%34
%0
%29
%21.57

Codes

Color #84C88E in popluar color models

84C88E
RGB132200142
HSL129°38.20%65.10%
HSB/HSV129°34.00%78.43%
CMYK34.00%0.00%29.00%
21.57%

Color #84C88E in popluar number systems.

HEX84C88E
Decimal132200142
Binary100001001100100010001110
Octal204310216

Shades and tints

Shades of #84C88E

#84C88E
(132,200,142)
#78B682
(120,182,130)
#6CA476
(108,164,118)
#60926A
(96,146,106)
#54805E
(84,128,94)
#486E52
(72,110,82)
#3C5C46
(60,92,70)
#304A3A
(48,74,58)
#24382E
(36,56,46)
#182622
(24,38,34)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #84C88E

#84C88E
(132,200,142)
#8FCD98
(143,205,152)
#9AD2A2
(154,210,162)
#A5D7AC
(165,215,172)
#B0DCB6
(176,220,182)
#BBE1C0
(187,225,192)
#C6E6CA
(198,230,202)
#D1EBD4
(209,235,212)
#DCF0DE
(220,240,222)
#E7F5E8
(231,245,232)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C88E; }

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

This text font color is #84C88E.


Background Color

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

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

This div background color is #84C88E.


Border color

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

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

This div border color is #84C88E.


Opacity

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

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

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

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

This text has shadow with #84C88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C88E on black background.


Color preview on white background

This text has color #84C88E on white background.



Black color preview on #84C88E background

This text has black color on #84C88E background.


White color preview on #84C88E background

This text has white color on #84C88E background.