COLOR #82D39E

HEX: #82D39E RGB: (130,211,158)

Color info

#82D39E contains mainly green and blue colors. Web safe color of #82D39E is #99CC99 (or #9C9).

RGB color model

#82D39E color RGB value is (130,211,158).

RGB: (130,211,158) (51%, 83%, 62%)

RGB channels and saturation

R 130 of 255 = 51%
G 211 of 255 = 83%
B 158 of 255 = 62%

130
211
158

R + G + B ~ 65%. #82D39E is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 211 + 158 = 499 (100%)
R 130 of 499 ~ 26.05%
G 211 of 499 ~ 42.28%
B 158 of 499 ~ 31.66'%

%26.05
%42.28
%31.66

CMYK color model

#82D39E color CMYK value is (38,0,25,17).

  • cyan value is 38.39%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 17.25%
CMYK: (38,0,25,17) C38M0Y25K17 (38%,0%,25%,17%) (0.38/0.00/0.25/0.17) 

CMYK percentages

%38.39
%0
%25.12
%17.25

Codes

Color #82D39E in popluar color models

82 D3 9E
RGB 130 211 158
HSL 141° 47.93% 66.86%
HSB/HSV 141° 38.39% 82.75%
CMYK 38.39% 0.00% 25.12%
17.25%

Color #82D39E in popluar number systems.

HEX 82 D3 9E
Decimal 130 211 158
Binary 10000010 11010011 10011110
Octal 202 323 236

Shades and tints

Shades of #82D39E

#82D39E
(130,211,158)
#77C090
(119,192,144)
#6CAD82
(108,173,130)
#619A74
(97,154,116)
#568766
(86,135,102)
#4B7458
(75,116,88)
#40614A
(64,97,74)
#354E3C
(53,78,60)
#2A3B2E
(42,59,46)
#1F2820
(31,40,32)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #82D39E

#82D39E
(130,211,158)
#8DD7A6
(141,215,166)
#98DBAE
(152,219,174)
#A3DFB6
(163,223,182)
#AEE3BE
(174,227,190)
#B9E7C6
(185,231,198)
#C4EBCE
(196,235,206)
#CFEFD6
(207,239,214)
#DAF3DE
(218,243,222)
#E5F7E6
(229,247,230)
#F0FBEE
(240,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82D39E; }

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

This text font color is #82D39E.

Background Color

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

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

This div background color is #82D39E.

Border color

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

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

This div border color is #82D39E.

Opacity

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

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

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

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

This text has shadow with #82D39E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82D39E.

Preview

Color preview on black background

This text has color #82D39E on black background.


Color preview on white background

This text has color #82D39E on white background.


Black color preview on #82D39E background

This text has black color on #82D39E background.


White color preview on #82D39E background

This text has white color on #82D39E background.


Related colors

Complementary color

Complementary color for #hex is #7D2C61.


I love getcolorcode.com

Triadic colors

1 #9E82D3 and #D39E82 with #82D39E are triadic colors.

2 #9ED382 and #D3829E with #82D39E are triadic colors.