COLOR #80CC6E

HEX: #80CC6E RGB: (128,204,110)

Color info

#80CC6E contains mainly green color. Web safe color of #80CC6E is #66CC66 (or #6C6).

RGB color model

#80CC6E color RGB value is (128,204,110).

RGB: (128,204,110) (50%, 80%, 43%)

RGB channels and saturation

R 128 of 255 = 50%
G 204 of 255 = 80%
B 110 of 255 = 43%

128
204
110

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

Portions of RGB colors in percentages

R + G + B = 128 + 204 + 110 = 442 (100%)
R 128 of 442 ~ 28.96%
G 204 of 442 ~ 46.15%
B 110 of 442 ~ 24.89'%

%28.96
%46.15
%24.89

CMYK color model

#80CC6E color CMYK value is (37,0,46,20).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 46.08%
  • key color value is 20.00%

CMYK: (37,0,46,20)
C37M0Y46K20 (37%, 0%, 46%, 20%)
(0.37 / 0.00 / 0.46 / 0.20)

CMYK percentages

%37.25
%0
%46.08
%20

Codes

Color #80CC6E in popluar color models

80 CC 6E
RGB 128 204 110
HSL 109° 47.96% 61.57%
HSB/HSV 109° 46.08% 80.00%
CMYK 37.25% 0.00% 46.08%
20.00%

Color #80CC6E in popluar number systems.

HEX 80 CC 6E
Decimal 128 204 110
Binary 10000000 11001100 1101110
Octal 200 314 156

Shades and tints

Shades of #80CC6E

#80CC6E
(128,204,110)
#75BA64
(117,186,100)
#6AA85A
(106,168,90)
#5F9650
(95,150,80)
#548446
(84,132,70)
#49723C
(73,114,60)
#3E6032
(62,96,50)
#334E28
(51,78,40)
#283C1E
(40,60,30)
#1D2A14
(29,42,20)
#12180A
(18,24,10)
#000000
(0,0,0)

Tints of #80CC6E

#80CC6E
(128,204,110)
#8BD07B
(139,208,123)
#96D488
(150,212,136)
#A1D895
(161,216,149)
#ACDCA2
(172,220,162)
#B7E0AF
(183,224,175)
#C2E4BC
(194,228,188)
#CDE8C9
(205,232,201)
#D8ECD6
(216,236,214)
#E3F0E3
(227,240,227)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CC6E color. Also use rgb(128,204,110) instead hex code.

Text Font Color

.myTextColor { color: #80CC6E; }

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

This text font color is #80CC6E.

Background Color

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

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

This div background color is #80CC6E.

Border color

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

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

This div border color is #80CC6E.

Opacity

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

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

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

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

This text has shadow with #80CC6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80CC6E.

Preview

Color preview on black background

This text has color #80CC6E on black background.


Color preview on white background

This text has color #80CC6E on white background.


Black color preview on #80CC6E background

This text has black color on #80CC6E background.


White color preview on #80CC6E background

This text has white color on #80CC6E background.


Related colors

Complementary color

Complementary color for #hex is #7F3391.


I love getcolorcode.com

Triadic colors

1 #6E80CC and #CC6E80 with #80CC6E are triadic colors.

2 #6ECC80 and #CC806E with #80CC6E are triadic colors.