COLOR #80AD81

HEX: #80AD81 RGB: (128,173,129)

Color info

#80AD81 contains red, green and blue colors in about the same proportion. Web safe color of #80AD81 is #669999 (or #699).

RGB color model

#80AD81 color RGB value is (128,173,129).

RGB: (128,173,129) (50%, 68%, 51%)

RGB channels and saturation

R 128 of 255 = 50%
G 173 of 255 = 68%
B 129 of 255 = 51%

128
173
129

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

Portions of RGB colors in percentages

R + G + B = 128 + 173 + 129 = 430 (100%)
R 128 of 430 ~ 29.77%
G 173 of 430 ~ 40.23%
B 129 of 430 ~ 30'%

%29.77
%40.23
%30

CMYK color model

#80AD81 color CMYK value is (26,0,25,32).

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

CMYK: (26,0,25,32)
C26M0Y25K32 (26%, 0%, 25%, 32%)
(0.26 / 0.00 / 0.25 / 0.32)

CMYK percentages

%26.01
%0
%25.43
%32.16

Codes

Color #80AD81 in popluar color models

80 AD 81
RGB 128 173 129
HSL 121° 21.53% 59.02%
HSB/HSV 121° 26.01% 67.84%
CMYK 26.01% 0.00% 25.43%
32.16%

Color #80AD81 in popluar number systems.

HEX 80 AD 81
Decimal 128 173 129
Binary 10000000 10101101 10000001
Octal 200 255 201

Shades and tints

Shades of #80AD81

#80AD81
(128,173,129)
#759E76
(117,158,118)
#6A8F6B
(106,143,107)
#5F8060
(95,128,96)
#547155
(84,113,85)
#49624A
(73,98,74)
#3E533F
(62,83,63)
#334434
(51,68,52)
#283529
(40,53,41)
#1D261E
(29,38,30)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #80AD81

#80AD81
(128,173,129)
#8BB48C
(139,180,140)
#96BB97
(150,187,151)
#A1C2A2
(161,194,162)
#ACC9AD
(172,201,173)
#B7D0B8
(183,208,184)
#C2D7C3
(194,215,195)
#CDDECE
(205,222,206)
#D8E5D9
(216,229,217)
#E3ECE4
(227,236,228)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AD81; }

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

This text font color is #80AD81.

Background Color

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

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

This div background color is #80AD81.

Border color

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

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

This div border color is #80AD81.

Opacity

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

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

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

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

This text has shadow with #80AD81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AD81.

Preview

Color preview on black background

This text has color #80AD81 on black background.


Color preview on white background

This text has color #80AD81 on white background.


Black color preview on #80AD81 background

This text has black color on #80AD81 background.


White color preview on #80AD81 background

This text has white color on #80AD81 background.


Related colors

Complementary color

Complementary color for #hex is #7F527E.


I love getcolorcode.com

Triadic colors

1 #8180AD and #AD8180 with #80AD81 are triadic colors.

2 #81AD80 and #AD8081 with #80AD81 are triadic colors.