COLOR #80B782

HEX: #80B782 RGB: (128,183,130)

Color info

#80B782 contains red, green and blue colors in about the same proportion. Web safe color of #80B782 is #66CC99 (or #6C9).

RGB color model

#80B782 color RGB value is (128,183,130).

RGB: (128,183,130) (50%, 72%, 51%)

RGB channels and saturation

R 128 of 255 = 50%
G 183 of 255 = 72%
B 130 of 255 = 51%

128
183
130

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

Portions of RGB colors in percentages

R + G + B = 128 + 183 + 130 = 441 (100%)
R 128 of 441 ~ 29.02%
G 183 of 441 ~ 41.5%
B 130 of 441 ~ 29.48'%

%29.02
%41.5
%29.48

CMYK color model

#80B782 color CMYK value is (30,0,29,28).

  • cyan value is 30.05%
  • magenta value is 0.00%
  • yellow value is 28.96%
  • key color value is 28.24%

CMYK: (30,0,29,28)
C30M0Y29K28 (30%, 0%, 29%, 28%)
(0.30 / 0.00 / 0.29 / 0.28)

CMYK percentages

%30.05
%0
%28.96
%28.24

Codes

Color #80B782 in popluar color models

80 B7 82
RGB 128 183 130
HSL 122° 27.64% 60.98%
HSB/HSV 122° 30.05% 71.76%
CMYK 30.05% 0.00% 28.96%
28.24%

Color #80B782 in popluar number systems.

HEX 80 B7 82
Decimal 128 183 130
Binary 10000000 10110111 10000010
Octal 200 267 202

Shades and tints

Shades of #80B782

#80B782
(128,183,130)
#75A777
(117,167,119)
#6A976C
(106,151,108)
#5F8761
(95,135,97)
#547756
(84,119,86)
#49674B
(73,103,75)
#3E5740
(62,87,64)
#334735
(51,71,53)
#28372A
(40,55,42)
#1D271F
(29,39,31)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #80B782

#80B782
(128,183,130)
#8BBD8D
(139,189,141)
#96C398
(150,195,152)
#A1C9A3
(161,201,163)
#ACCFAE
(172,207,174)
#B7D5B9
(183,213,185)
#C2DBC4
(194,219,196)
#CDE1CF
(205,225,207)
#D8E7DA
(216,231,218)
#E3EDE5
(227,237,229)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B782; }

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

This text font color is #80B782.

Background Color

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

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

This div background color is #80B782.

Border color

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

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

This div border color is #80B782.

Opacity

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

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

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

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

This text has shadow with #80B782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B782.

Preview

Color preview on black background

This text has color #80B782 on black background.


Color preview on white background

This text has color #80B782 on white background.


Black color preview on #80B782 background

This text has black color on #80B782 background.


White color preview on #80B782 background

This text has white color on #80B782 background.


Related colors

Complementary color

Complementary color for #hex is #7F487D.


I love getcolorcode.com

Triadic colors

1 #8280B7 and #B78280 with #80B782 are triadic colors.

2 #82B780 and #B78082 with #80B782 are triadic colors.