COLOR #84EDA1

HEX: #84EDA1
RGB: (132,237,161)

Color info

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

RGB color model

#84EDA1 color RGB value is (132,237,161).

  • red value is 132;
  • green value is 237;
  • blue value is 161.
RGB:
(132,237,161)
(52%,93%,63%)

RGB channels and saturation

R 132 of 255 = 52%
G 237 of 255 = 93%
B 161 of 255 = 63%

132
237
161

R + G + B ~ 69%. #84EDA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 237 + 161 = 530 (100%)
R 132 of 530 ~ 24.91%
G 237 of 530 ~ 44.72%
B 161 of 530 ~ 30.38%

%24.91
%44.72
%30.38

CMYK color model

#84EDA1 color CMYK value is (44,0,32,7).

  • cyan value is 44.30%
  • magenta value is 0.00%
  • yellow value is 32.07%
  • key color value is 7.06%
CMYK:
(44,0,32,7)
C44M0Y32K7 
(44%,0%,32%,7%)
(0.44/0.00/0.32/0.07)	

CMYK percentages

%44.3
%0
%32.07
%7.06

Codes

Color #84EDA1 in popluar color models

84EDA1
RGB132237161
HSL137°74.47%72.35%
HSB/HSV137°44.30%92.94%
CMYK44.30%0.00%32.07%
7.06%

Color #84EDA1 in popluar number systems.

HEX84EDA1
Decimal132237161
Binary100001001110110110100001
Octal204355241

Shades and tints

Shades of #84EDA1

#84EDA1
(132,237,161)
#78D893
(120,216,147)
#6CC385
(108,195,133)
#60AE77
(96,174,119)
#549969
(84,153,105)
#48845B
(72,132,91)
#3C6F4D
(60,111,77)
#305A3F
(48,90,63)
#244531
(36,69,49)
#183023
(24,48,35)
#0C1B15
(12,27,21)
#000000
(0,0,0)

Tints of #84EDA1

#84EDA1
(132,237,161)
#8FEEA9
(143,238,169)
#9AEFB1
(154,239,177)
#A5F0B9
(165,240,185)
#B0F1C1
(176,241,193)
#BBF2C9
(187,242,201)
#C6F3D1
(198,243,209)
#D1F4D9
(209,244,217)
#DCF5E1
(220,245,225)
#E7F6E9
(231,246,233)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84EDA1 color. Also use rgb(132,237,161) instead hex code.

Text Font Color

.myTextColor { color: #84EDA1; }

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

This text font color is #84EDA1.


Background Color

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

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

This div background color is #84EDA1.


Border color

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

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

This div border color is #84EDA1.


Opacity

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

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

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

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

This text has shadow with #84EDA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84EDA1 on black background.


Color preview on white background

This text has color #84EDA1 on white background.



Black color preview on #84EDA1 background

This text has black color on #84EDA1 background.


White color preview on #84EDA1 background

This text has white color on #84EDA1 background.