COLOR #82C07E

HEX: #82C07E RGB: (130,192,126)

Color info

#82C07E contains mainly green color. Web safe color of #82C07E is #99CC66 (or #9C6).

RGB color model

#82C07E color RGB value is (130,192,126).

RGB: (130,192,126) (51%, 75%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 192 of 255 = 75%
B 126 of 255 = 49%

130
192
126

R + G + B ~ 58%. #82C07E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 192 + 126 = 448 (100%)
R 130 of 448 ~ 29.02%
G 192 of 448 ~ 42.86%
B 126 of 448 ~ 28.13'%

%29.02
%42.86
%28.13

CMYK color model

#82C07E color CMYK value is (32,0,34,25).

  • cyan value is 32.29%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 24.71%
CMYK: (32,0,34,25) C32M0Y34K25 (32%,0%,34%,25%) (0.32/0.00/0.34/0.25) 

CMYK percentages

%32.29
%0
%34.38
%24.71

Codes

Color #82C07E in popluar color models

82 C0 7E
RGB 130 192 126
HSL 116° 34.38% 62.35%
HSB/HSV 116° 34.38% 75.29%
CMYK 32.29% 0.00% 34.38%
24.71%

Color #82C07E in popluar number systems.

HEX 82 C0 7E
Decimal 130 192 126
Binary 10000010 11000000 1111110
Octal 202 300 176

Shades and tints

Shades of #82C07E

#82C07E
(130,192,126)
#77AF73
(119,175,115)
#6C9E68
(108,158,104)
#618D5D
(97,141,93)
#567C52
(86,124,82)
#4B6B47
(75,107,71)
#405A3C
(64,90,60)
#354931
(53,73,49)
#2A3826
(42,56,38)
#1F271B
(31,39,27)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #82C07E

#82C07E
(130,192,126)
#8DC589
(141,197,137)
#98CA94
(152,202,148)
#A3CF9F
(163,207,159)
#AED4AA
(174,212,170)
#B9D9B5
(185,217,181)
#C4DEC0
(196,222,192)
#CFE3CB
(207,227,203)
#DAE8D6
(218,232,214)
#E5EDE1
(229,237,225)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C07E color. Also use rgb(130,192,126) instead hex code.

Text Font Color

.myTextColor { color: #82C07E; }

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

This text font color is #82C07E.

Background Color

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

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

This div background color is #82C07E.

Border color

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

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

This div border color is #82C07E.

Opacity

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

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

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

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

This text has shadow with #82C07E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C07E.

Preview

Color preview on black background

This text has color #82C07E on black background.


Color preview on white background

This text has color #82C07E on white background.


Black color preview on #82C07E background

This text has black color on #82C07E background.


White color preview on #82C07E background

This text has white color on #82C07E background.


Related colors

Complementary color

Complementary color for #hex is #7D3F81.


I love getcolorcode.com

Triadic colors

1 #7E82C0 and #C07E82 with #82C07E are triadic colors.

2 #7EC082 and #C0827E with #82C07E are triadic colors.