COLOR #80AE7D

HEX: #80AE7D RGB: (128,174,125)

Color info

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

RGB color model

#80AE7D color RGB value is (128,174,125).

RGB: (128,174,125) (50%, 68%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 174 of 255 = 68%
B 125 of 255 = 49%

128
174
125

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

Portions of RGB colors in percentages

R + G + B = 128 + 174 + 125 = 427 (100%)
R 128 of 427 ~ 29.98%
G 174 of 427 ~ 40.75%
B 125 of 427 ~ 29.27'%

%29.98
%40.75
%29.27

CMYK color model

#80AE7D color CMYK value is (26,0,28,32).

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 31.76%

CMYK: (26,0,28,32)
C26M0Y28K32 (26%, 0%, 28%, 32%)
(0.26 / 0.00 / 0.28 / 0.32)

CMYK percentages

%26.44
%0
%28.16
%31.76

Codes

Color #80AE7D in popluar color models

80 AE 7D
RGB 128 174 125
HSL 116° 23.22% 58.63%
HSB/HSV 116° 28.16% 68.24%
CMYK 26.44% 0.00% 28.16%
31.76%

Color #80AE7D in popluar number systems.

HEX 80 AE 7D
Decimal 128 174 125
Binary 10000000 10101110 1111101
Octal 200 256 175

Shades and tints

Shades of #80AE7D

#80AE7D
(128,174,125)
#759F72
(117,159,114)
#6A9067
(106,144,103)
#5F815C
(95,129,92)
#547251
(84,114,81)
#496346
(73,99,70)
#3E543B
(62,84,59)
#334530
(51,69,48)
#283625
(40,54,37)
#1D271A
(29,39,26)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #80AE7D

#80AE7D
(128,174,125)
#8BB588
(139,181,136)
#96BC93
(150,188,147)
#A1C39E
(161,195,158)
#ACCAA9
(172,202,169)
#B7D1B4
(183,209,180)
#C2D8BF
(194,216,191)
#CDDFCA
(205,223,202)
#D8E6D5
(216,230,213)
#E3EDE0
(227,237,224)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AE7D color. Also use rgb(128,174,125) instead hex code.

Text Font Color

.myTextColor { color: #80AE7D; }

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

This text font color is #80AE7D.

Background Color

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

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

This div background color is #80AE7D.

Border color

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

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

This div border color is #80AE7D.

Opacity

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

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

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

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

This text has shadow with #80AE7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AE7D.

Preview

Color preview on black background

This text has color #80AE7D on black background.


Color preview on white background

This text has color #80AE7D on white background.


Black color preview on #80AE7D background

This text has black color on #80AE7D background.


White color preview on #80AE7D background

This text has white color on #80AE7D background.


Related colors

Complementary color

Complementary color for #hex is #7F5182.


I love getcolorcode.com

Triadic colors

1 #7D80AE and #AE7D80 with #80AE7D are triadic colors.

2 #7DAE80 and #AE807D with #80AE7D are triadic colors.