COLOR #82E9AC

HEX: #82E9AC RGB: (130,233,172)

Color info

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

RGB color model

#82E9AC color RGB value is (130,233,172).

RGB: (130,233,172) (51%, 91%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 233 of 255 = 91%
B 172 of 255 = 67%

130
233
172

R + G + B ~ 70%. #82E9AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 233 + 172 = 535 (100%)
R 130 of 535 ~ 24.3%
G 233 of 535 ~ 43.55%
B 172 of 535 ~ 32.15'%

%24.3
%43.55
%32.15

CMYK color model

#82E9AC color CMYK value is (44,0,26,9).

  • cyan value is 44.21%
  • magenta value is 0.00%
  • yellow value is 26.18%
  • key color value is 8.63%

CMYK: (44,0,26,9)
C44M0Y26K9 (44%, 0%, 26%, 9%)
(0.44 / 0.00 / 0.26 / 0.09)

CMYK percentages

%44.21
%0
%26.18
%8.63

Codes

Color #82E9AC in popluar color models

82 E9 AC
RGB 130 233 172
HSL 144° 70.07% 71.18%
HSB/HSV 144° 44.21% 91.37%
CMYK 44.21% 0.00% 26.18%
8.63%

Color #82E9AC in popluar number systems.

HEX 82 E9 AC
Decimal 130 233 172
Binary 10000010 11101001 10101100
Octal 202 351 254

Shades and tints

Shades of #82E9AC

#82E9AC
(130,233,172)
#77D49D
(119,212,157)
#6CBF8E
(108,191,142)
#61AA7F
(97,170,127)
#569570
(86,149,112)
#4B8061
(75,128,97)
#406B52
(64,107,82)
#355643
(53,86,67)
#2A4134
(42,65,52)
#1F2C25
(31,44,37)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #82E9AC

#82E9AC
(130,233,172)
#8DEBB3
(141,235,179)
#98EDBA
(152,237,186)
#A3EFC1
(163,239,193)
#AEF1C8
(174,241,200)
#B9F3CF
(185,243,207)
#C4F5D6
(196,245,214)
#CFF7DD
(207,247,221)
#DAF9E4
(218,249,228)
#E5FBEB
(229,251,235)
#F0FDF2
(240,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82E9AC color. Also use rgb(130,233,172) instead hex code.

Text Font Color

.myTextColor { color: #82E9AC; }

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

This text font color is #82E9AC.

Background Color

.myBgColor { background-color: #82E9AC; }

<div style="background-color:#82E9AC">Inner text</div>

This div background color is #82E9AC.

Border color

.myBorderColor { border: 1px solid #82E9AC; }

<div style="border:3px solid #82E9AC">Div</div>

This div border color is #82E9AC.

Opacity

.myOpacity80 { color: #82E9AC; opacity: 0.8; }

<p style="color:#82E9AC;opacity:0.8;">80%</p>

Text with #82E9AC 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 #82E9AC;}

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

This text has shadow with #82E9AC color.


.textShadow {text-shadow: 3px 3px 1px #82E9AC', 3px 3px 1px red;}

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

This text has shadow with #82E9AC primary color and red secondary color.


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

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

This text has shadow with #82E9AC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82E9AC; -webkit-box-shadow: 1px 1px 3px 2px #82E9AC; box-shadow:1px 1px 3px 2px #82E9AC;">
Div content here
</div>

This div box has shadow with color #82E9AC.

Preview

Color preview on black background

This text has color #82E9AC on black background.


Color preview on white background

This text has color #82E9AC on white background.


Black color preview on #82E9AC background

This text has black color on #82E9AC background.


White color preview on #82E9AC background

This text has white color on #82E9AC background.


Related colors

Complementary color

Complementary color for #hex is #7D1653.


I love getcolorcode.com

Triadic colors

1 #AC82E9 and #E9AC82 with #82E9AC are triadic colors.

2 #ACE982 and #E982AC with #82E9AC are triadic colors.