COLOR #82E79E

HEX: #82E79E RGB: (130,231,158)

Color info

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

RGB color model

#82E79E color RGB value is (130,231,158).

RGB: (130,231,158) (51%, 91%, 62%)

RGB channels and saturation

R 130 of 255 = 51%
G 231 of 255 = 91%
B 158 of 255 = 62%

130
231
158

R + G + B ~ 68%. #82E79E is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 231 + 158 = 519 (100%)
R 130 of 519 ~ 25.05%
G 231 of 519 ~ 44.51%
B 158 of 519 ~ 30.44'%

%25.05
%44.51
%30.44

CMYK color model

#82E79E color CMYK value is (44,0,32,9).

  • cyan value is 43.72%
  • magenta value is 0.00%
  • yellow value is 31.60%
  • key color value is 9.41%
CMYK: (44,0,32,9) C44M0Y32K9 (44%,0%,32%,9%) (0.44/0.00/0.32/0.09) 

CMYK percentages

%43.72
%0
%31.6
%9.41

Codes

Color #82E79E in popluar color models

82 E7 9E
RGB 130 231 158
HSL 137° 67.79% 70.78%
HSB/HSV 137° 43.72% 90.59%
CMYK 43.72% 0.00% 31.60%
9.41%

Color #82E79E in popluar number systems.

HEX 82 E7 9E
Decimal 130 231 158
Binary 10000010 11100111 10011110
Octal 202 347 236

Shades and tints

Shades of #82E79E

#82E79E
(130,231,158)
#77D290
(119,210,144)
#6CBD82
(108,189,130)
#61A874
(97,168,116)
#569366
(86,147,102)
#4B7E58
(75,126,88)
#40694A
(64,105,74)
#35543C
(53,84,60)
#2A3F2E
(42,63,46)
#1F2A20
(31,42,32)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #82E79E

#82E79E
(130,231,158)
#8DE9A6
(141,233,166)
#98EBAE
(152,235,174)
#A3EDB6
(163,237,182)
#AEEFBE
(174,239,190)
#B9F1C6
(185,241,198)
#C4F3CE
(196,243,206)
#CFF5D6
(207,245,214)
#DAF7DE
(218,247,222)
#E5F9E6
(229,249,230)
#F0FBEE
(240,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82E79E color. Also use rgb(130,231,158) instead hex code.

Text Font Color

.myTextColor { color: #82E79E; }

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

This text font color is #82E79E.

Background Color

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

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

This div background color is #82E79E.

Border color

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

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

This div border color is #82E79E.

Opacity

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

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

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

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

This text has shadow with #82E79E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82E79E.

Preview

Color preview on black background

This text has color #82E79E on black background.


Color preview on white background

This text has color #82E79E on white background.


Black color preview on #82E79E background

This text has black color on #82E79E background.


White color preview on #82E79E background

This text has white color on #82E79E background.


Related colors

Complementary color

Complementary color for #hex is #7D1861.


I love getcolorcode.com

Triadic colors

1 #9E82E7 and #E79E82 with #82E79E are triadic colors.

2 #9EE782 and #E7829E with #82E79E are triadic colors.