COLOR #84E9AE

HEX: #84E9AE
RGB: (132,233,174)

Color info

#84E9AE contains mainly green and blue colors. Web safe color of #84E9AE is #99FF99 (or #9F9).

RGB color model

#84E9AE color RGB value is (132,233,174).

  • red value is 132;
  • green value is 233;
  • blue value is 174.
RGB:
(132,233,174)
(52%,91%,68%)

RGB channels and saturation

R 132 of 255 = 52%
G 233 of 255 = 91%
B 174 of 255 = 68%

132
233
174

R + G + B ~ 70%. #84E9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 233 + 174 = 539 (100%)
R 132 of 539 ~ 24.49%
G 233 of 539 ~ 43.23%
B 174 of 539 ~ 32.28%

%24.49
%43.23
%32.28

CMYK color model

#84E9AE color CMYK value is (43,0,25,9).

  • cyan value is 43.35%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 8.63%
CMYK:
(43,0,25,9)
C43M0Y25K9 
(43%,0%,25%,9%)
(0.43/0.00/0.25/0.09)	

CMYK percentages

%43.35
%0
%25.32
%8.63

Codes

Color #84E9AE in popluar color models

84E9AE
RGB132233174
HSL145°69.66%71.57%
HSB/HSV145°43.35%91.37%
CMYK43.35%0.00%25.32%
8.63%

Color #84E9AE in popluar number systems.

HEX84E9AE
Decimal132233174
Binary100001001110100110101110
Octal204351256

Shades and tints

Shades of #84E9AE

#84E9AE
(132,233,174)
#78D49F
(120,212,159)
#6CBF90
(108,191,144)
#60AA81
(96,170,129)
#549572
(84,149,114)
#488063
(72,128,99)
#3C6B54
(60,107,84)
#305645
(48,86,69)
#244136
(36,65,54)
#182C27
(24,44,39)
#0C1718
(12,23,24)
#000000
(0,0,0)

Tints of #84E9AE

#84E9AE
(132,233,174)
#8FEBB5
(143,235,181)
#9AEDBC
(154,237,188)
#A5EFC3
(165,239,195)
#B0F1CA
(176,241,202)
#BBF3D1
(187,243,209)
#C6F5D8
(198,245,216)
#D1F7DF
(209,247,223)
#DCF9E6
(220,249,230)
#E7FBED
(231,251,237)
#F2FDF4
(242,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E9AE color. Also use rgb(132,233,174) instead hex code.

Text Font Color

.myTextColor { color: #84E9AE; }

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

This text font color is #84E9AE.


Background Color

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

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

This div background color is #84E9AE.


Border color

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

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

This div border color is #84E9AE.


Opacity

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

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

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

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

This text has shadow with #84E9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E9AE on black background.


Color preview on white background

This text has color #84E9AE on white background.



Black color preview on #84E9AE background

This text has black color on #84E9AE background.


White color preview on #84E9AE background

This text has white color on #84E9AE background.