COLOR #80BC82

HEX: #80BC82
RGB: (128,188,130)

Color info

#80BC82 contains mainly green and blue colors. Web safe color of #80BC82 is #66CC99 (or #6C9).

RGB color model

#80BC82 color RGB value is (128,188,130).

  • red value is 128;
  • green value is 188;
  • blue value is 130.
RGB:
(128,188,130)
(50%,74%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 188 of 255 = 74%
B 130 of 255 = 51%

128
188
130

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

Portions of RGB colors in percentages

R + G + B =
128 + 188 + 130 = 446 (100%)
R 128 of 446 ~ 28.7%
G 188 of 446 ~ 42.15%
B 130 of 446 ~ 29.15%

%28.7
%42.15
%29.15

CMYK color model

#80BC82 color CMYK value is (32,0,31,26).

  • cyan value is 31.91%
  • magenta value is 0.00%
  • yellow value is 30.85%
  • key color value is 26.27%
CMYK:
(32,0,31,26)
C32M0Y31K26 
(32%,0%,31%,26%)
(0.32/0.00/0.31/0.26)	

CMYK percentages

%31.91
%0
%30.85
%26.27

Codes

Color #80BC82 in popluar color models

80BC82
RGB128188130
HSL122°30.93%61.96%
HSB/HSV122°31.91%73.73%
CMYK31.91%0.00%30.85%
26.27%

Color #80BC82 in popluar number systems.

HEX80BC82
Decimal128188130
Binary100000001011110010000010
Octal200274202

Shades and tints

Shades of #80BC82

#80BC82
(128,188,130)
#75AB77
(117,171,119)
#6A9A6C
(106,154,108)
#5F8961
(95,137,97)
#547856
(84,120,86)
#49674B
(73,103,75)
#3E5640
(62,86,64)
#334535
(51,69,53)
#28342A
(40,52,42)
#1D231F
(29,35,31)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #80BC82

#80BC82
(128,188,130)
#8BC28D
(139,194,141)
#96C898
(150,200,152)
#A1CEA3
(161,206,163)
#ACD4AE
(172,212,174)
#B7DAB9
(183,218,185)
#C2E0C4
(194,224,196)
#CDE6CF
(205,230,207)
#D8ECDA
(216,236,218)
#E3F2E5
(227,242,229)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BC82; }

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

This text font color is #80BC82.


Background Color

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

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

This div background color is #80BC82.


Border color

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

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

This div border color is #80BC82.


Opacity

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

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

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

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

This text has shadow with #80BC82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BC82 on black background.


Color preview on white background

This text has color #80BC82 on white background.



Black color preview on #80BC82 background

This text has black color on #80BC82 background.


White color preview on #80BC82 background

This text has white color on #80BC82 background.