COLOR #80AD7F

HEX: #80AD7F RGB: (128,173,127)

Color info

#80AD7F contains red, green and blue colors in about the same proportion. Web safe color of #80AD7F is #669966 (or #696).

RGB color model

#80AD7F color RGB value is (128,173,127).

RGB: (128,173,127) (50%, 68%, 50%)

RGB channels and saturation

R 128 of 255 = 50%
G 173 of 255 = 68%
B 127 of 255 = 50%

128
173
127

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

Portions of RGB colors in percentages

R + G + B = 128 + 173 + 127 = 428 (100%)
R 128 of 428 ~ 29.91%
G 173 of 428 ~ 40.42%
B 127 of 428 ~ 29.67'%

%29.91
%40.42
%29.67

CMYK color model

#80AD7F color CMYK value is (26,0,27,32).

  • cyan value is 26.01%
  • magenta value is 0.00%
  • yellow value is 26.59%
  • key color value is 32.16%

CMYK: (26,0,27,32)
C26M0Y27K32 (26%, 0%, 27%, 32%)
(0.26 / 0.00 / 0.27 / 0.32)

CMYK percentages

%26.01
%0
%26.59
%32.16

Codes

Color #80AD7F in popluar color models

80 AD 7F
RGB 128 173 127
HSL 119° 21.90% 58.82%
HSB/HSV 119° 26.59% 67.84%
CMYK 26.01% 0.00% 26.59%
32.16%

Color #80AD7F in popluar number systems.

HEX 80 AD 7F
Decimal 128 173 127
Binary 10000000 10101101 1111111
Octal 200 255 177

Shades and tints

Shades of #80AD7F

#80AD7F
(128,173,127)
#759E74
(117,158,116)
#6A8F69
(106,143,105)
#5F805E
(95,128,94)
#547153
(84,113,83)
#496248
(73,98,72)
#3E533D
(62,83,61)
#334432
(51,68,50)
#283527
(40,53,39)
#1D261C
(29,38,28)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #80AD7F

#80AD7F
(128,173,127)
#8BB48A
(139,180,138)
#96BB95
(150,187,149)
#A1C2A0
(161,194,160)
#ACC9AB
(172,201,171)
#B7D0B6
(183,208,182)
#C2D7C1
(194,215,193)
#CDDECC
(205,222,204)
#D8E5D7
(216,229,215)
#E3ECE2
(227,236,226)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AD7F color. Also use rgb(128,173,127) instead hex code.

Text Font Color

.myTextColor { color: #80AD7F; }

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

This text font color is #80AD7F.

Background Color

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

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

This div background color is #80AD7F.

Border color

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

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

This div border color is #80AD7F.

Opacity

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

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

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

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

This text has shadow with #80AD7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AD7F.

Preview

Color preview on black background

This text has color #80AD7F on black background.


Color preview on white background

This text has color #80AD7F on white background.


Black color preview on #80AD7F background

This text has black color on #80AD7F background.


White color preview on #80AD7F background

This text has white color on #80AD7F background.


Related colors

Complementary color

Complementary color for #hex is #7F5280.


I love getcolorcode.com

Triadic colors

1 #7F80AD and #AD7F80 with #80AD7F are triadic colors.

2 #7FAD80 and #AD807F with #80AD7F are triadic colors.