COLOR #84EA93

HEX: #84EA93
RGB: (132,234,147)

Color info

#84EA93 contains mainly green color. Web safe color of #84EA93 is #99FF99 (or #9F9).

RGB color model

#84EA93 color RGB value is (132,234,147).

  • red value is 132;
  • green value is 234;
  • blue value is 147.
RGB:
(132,234,147)
(52%,92%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 234 of 255 = 92%
B 147 of 255 = 58%

132
234
147

R + G + B ~ 67%. #84EA93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 234 + 147 = 513 (100%)
R 132 of 513 ~ 25.73%
G 234 of 513 ~ 45.61%
B 147 of 513 ~ 28.65%

%25.73
%45.61
%28.65

CMYK color model

#84EA93 color CMYK value is (44,0,37,8).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 37.18%
  • key color value is 8.24%
CMYK:
(44,0,37,8)
C44M0Y37K8 
(44%,0%,37%,8%)
(0.44/0.00/0.37/0.08)	

CMYK percentages

%43.59
%0
%37.18
%8.24

Codes

Color #84EA93 in popluar color models

84EA93
RGB132234147
HSL129°70.83%71.76%
HSB/HSV129°43.59%91.76%
CMYK43.59%0.00%37.18%
8.24%

Color #84EA93 in popluar number systems.

HEX84EA93
Decimal132234147
Binary100001001110101010010011
Octal204352223

Shades and tints

Shades of #84EA93

#84EA93
(132,234,147)
#78D586
(120,213,134)
#6CC079
(108,192,121)
#60AB6C
(96,171,108)
#54965F
(84,150,95)
#488152
(72,129,82)
#3C6C45
(60,108,69)
#305738
(48,87,56)
#24422B
(36,66,43)
#182D1E
(24,45,30)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #84EA93

#84EA93
(132,234,147)
#8FEB9C
(143,235,156)
#9AECA5
(154,236,165)
#A5EDAE
(165,237,174)
#B0EEB7
(176,238,183)
#BBEFC0
(187,239,192)
#C6F0C9
(198,240,201)
#D1F1D2
(209,241,210)
#DCF2DB
(220,242,219)
#E7F3E4
(231,243,228)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84EA93 color. Also use rgb(132,234,147) instead hex code.

Text Font Color

.myTextColor { color: #84EA93; }

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

This text font color is #84EA93.


Background Color

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

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

This div background color is #84EA93.


Border color

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

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

This div border color is #84EA93.


Opacity

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

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

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

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

This text has shadow with #84EA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84EA93 on black background.


Color preview on white background

This text has color #84EA93 on white background.



Black color preview on #84EA93 background

This text has black color on #84EA93 background.


White color preview on #84EA93 background

This text has white color on #84EA93 background.