COLOR #80C682

HEX: #80C682 RGB: (128,198,130)

Color info

#80C682 contains mainly green color. Web safe color of #80C682 is #66CC99 (or #6C9).

RGB color model

#80C682 color RGB value is (128,198,130).

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

RGB channels and saturation

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

128
198
130

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

Portions of RGB colors in percentages

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

%28.07
%43.42
%28.51

CMYK color model

#80C682 color CMYK value is (35,0,34,22).

  • cyan value is 35.35%
  • magenta value is 0.00%
  • yellow value is 34.34%
  • key color value is 22.35%

CMYK: (35,0,34,22)
C35M0Y34K22 (35%, 0%, 34%, 22%)
(0.35 / 0.00 / 0.34 / 0.22)

CMYK percentages

%35.35
%0
%34.34
%22.35

Codes

Color #80C682 in popluar color models

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

Color #80C682 in popluar number systems.

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

Shades and tints

Shades of #80C682

#80C682
(128,198,130)
#75B477
(117,180,119)
#6AA26C
(106,162,108)
#5F9061
(95,144,97)
#547E56
(84,126,86)
#496C4B
(73,108,75)
#3E5A40
(62,90,64)
#334835
(51,72,53)
#28362A
(40,54,42)
#1D241F
(29,36,31)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #80C682

#80C682
(128,198,130)
#8BCB8D
(139,203,141)
#96D098
(150,208,152)
#A1D5A3
(161,213,163)
#ACDAAE
(172,218,174)
#B7DFB9
(183,223,185)
#C2E4C4
(194,228,196)
#CDE9CF
(205,233,207)
#D8EEDA
(216,238,218)
#E3F3E5
(227,243,229)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C682; }

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

This text font color is #80C682.

Background Color

.myBgColor { background-color: #80C682; }

<div style="background-color:#80C682">Inner text</div>

This div background color is #80C682.

Border color

.myBorderColor { border: 1px solid #80C682; }

<div style="border:3px solid #80C682">Div</div>

This div border color is #80C682.

Opacity

.myOpacity80 { color: #80C682; opacity: 0.8; }

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

Text with #80C682 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 #80C682;}

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

This text has shadow with #80C682 color.


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

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

This text has shadow with #80C682 primary color and red secondary color.


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

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

This text has shadow with #80C682 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80C682.

Preview

Color preview on black background

This text has color #80C682 on black background.


Color preview on white background

This text has color #80C682 on white background.


Black color preview on #80C682 background

This text has black color on #80C682 background.


White color preview on #80C682 background

This text has white color on #80C682 background.


Related colors

Complementary color

Complementary color for #hex is #7F397D.


I love getcolorcode.com

Triadic colors

1 #8280C6 and #C68280 with #80C682 are triadic colors.

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