COLOR #80BD7C

HEX: #80BD7C RGB: (128,189,124)

Color info

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

RGB color model

#80BD7C color RGB value is (128,189,124).

RGB: (128,189,124) (50%, 74%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 189 of 255 = 74%
B 124 of 255 = 49%

128
189
124

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

Portions of RGB colors in percentages

R + G + B = 128 + 189 + 124 = 441 (100%)
R 128 of 441 ~ 29.02%
G 189 of 441 ~ 42.86%
B 124 of 441 ~ 28.12'%

%29.02
%42.86
%28.12

CMYK color model

#80BD7C color CMYK value is (32,0,34,26).

  • cyan value is 32.28%
  • magenta value is 0.00%
  • yellow value is 34.39%
  • key color value is 25.88%
CMYK: (32,0,34,26) C32M0Y34K26 (32%,0%,34%,26%) (0.32/0.00/0.34/0.26) 

CMYK percentages

%32.28
%0
%34.39
%25.88

Codes

Color #80BD7C in popluar color models

80 BD 7C
RGB 128 189 124
HSL 116° 32.99% 61.37%
HSB/HSV 116° 34.39% 74.12%
CMYK 32.28% 0.00% 34.39%
25.88%

Color #80BD7C in popluar number systems.

HEX 80 BD 7C
Decimal 128 189 124
Binary 10000000 10111101 1111100
Octal 200 275 174

Shades and tints

Shades of #80BD7C

#80BD7C
(128,189,124)
#75AC71
(117,172,113)
#6A9B66
(106,155,102)
#5F8A5B
(95,138,91)
#547950
(84,121,80)
#496845
(73,104,69)
#3E573A
(62,87,58)
#33462F
(51,70,47)
#283524
(40,53,36)
#1D2419
(29,36,25)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #80BD7C

#80BD7C
(128,189,124)
#8BC387
(139,195,135)
#96C992
(150,201,146)
#A1CF9D
(161,207,157)
#ACD5A8
(172,213,168)
#B7DBB3
(183,219,179)
#C2E1BE
(194,225,190)
#CDE7C9
(205,231,201)
#D8EDD4
(216,237,212)
#E3F3DF
(227,243,223)
#EEF9EA
(238,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BD7C color. Also use rgb(128,189,124) instead hex code.

Text Font Color

.myTextColor { color: #80BD7C; }

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

This text font color is #80BD7C.

Background Color

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

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

This div background color is #80BD7C.

Border color

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

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

This div border color is #80BD7C.

Opacity

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

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

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

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

This text has shadow with #80BD7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BD7C.

Preview

Color preview on black background

This text has color #80BD7C on black background.


Color preview on white background

This text has color #80BD7C on white background.


Black color preview on #80BD7C background

This text has black color on #80BD7C background.


White color preview on #80BD7C background

This text has white color on #80BD7C background.


Related colors

Complementary color

Complementary color for #hex is #7F4283.


I love getcolorcode.com

Triadic colors

1 #7C80BD and #BD7C80 with #80BD7C are triadic colors.

2 #7CBD80 and #BD807C with #80BD7C are triadic colors.