COLOR #82C680

HEX: #82C680 RGB: (130,198,128)

Color info

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

RGB color model

#82C680 color RGB value is (130,198,128).

RGB: (130,198,128) (51%, 78%, 50%)

RGB channels and saturation

R 130 of 255 = 51%
G 198 of 255 = 78%
B 128 of 255 = 50%

130
198
128

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

Portions of RGB colors in percentages

R + G + B = 130 + 198 + 128 = 456 (100%)
R 130 of 456 ~ 28.51%
G 198 of 456 ~ 43.42%
B 128 of 456 ~ 28.07'%

%28.51
%43.42
%28.07

CMYK color model

#82C680 color CMYK value is (34,0,35,22).

  • cyan value is 34.34%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 22.35%
CMYK: (34,0,35,22) C34M0Y35K22 (34%,0%,35%,22%) (0.34/0.00/0.35/0.22) 

CMYK percentages

%34.34
%0
%35.35
%22.35

Codes

Color #82C680 in popluar color models

82 C6 80
RGB 130 198 128
HSL 118° 38.04% 63.92%
HSB/HSV 118° 35.35% 77.65%
CMYK 34.34% 0.00% 35.35%
22.35%

Color #82C680 in popluar number systems.

HEX 82 C6 80
Decimal 130 198 128
Binary 10000010 11000110 10000000
Octal 202 306 200

Shades and tints

Shades of #82C680

#82C680
(130,198,128)
#77B475
(119,180,117)
#6CA26A
(108,162,106)
#61905F
(97,144,95)
#567E54
(86,126,84)
#4B6C49
(75,108,73)
#405A3E
(64,90,62)
#354833
(53,72,51)
#2A3628
(42,54,40)
#1F241D
(31,36,29)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #82C680

#82C680
(130,198,128)
#8DCB8B
(141,203,139)
#98D096
(152,208,150)
#A3D5A1
(163,213,161)
#AEDAAC
(174,218,172)
#B9DFB7
(185,223,183)
#C4E4C2
(196,228,194)
#CFE9CD
(207,233,205)
#DAEED8
(218,238,216)
#E5F3E3
(229,243,227)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C680 color. Also use rgb(130,198,128) instead hex code.

Text Font Color

.myTextColor { color: #82C680; }

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

This text font color is #82C680.

Background Color

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

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

This div background color is #82C680.

Border color

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

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

This div border color is #82C680.

Opacity

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

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

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

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

This text has shadow with #82C680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C680.

Preview

Color preview on black background

This text has color #82C680 on black background.


Color preview on white background

This text has color #82C680 on white background.


Black color preview on #82C680 background

This text has black color on #82C680 background.


White color preview on #82C680 background

This text has white color on #82C680 background.


Related colors

Complementary color

Complementary color for #hex is #7D397F.


I love getcolorcode.com

Triadic colors

1 #8082C6 and #C68082 with #82C680 are triadic colors.

2 #80C682 and #C68280 with #82C680 are triadic colors.