COLOR #80AA6D

HEX: #80AA6D
RGB: (128,170,109)

Color info

#80AA6D contains mainly red and green colors. Web safe color of #80AA6D is #669966 (or #696).

RGB color model

#80AA6D color RGB value is (128,170,109).

  • red value is 128;
  • green value is 170;
  • blue value is 109.
RGB:
(128,170,109)
(50%,67%,43%)

RGB channels and saturation

R 128 of 255 = 50%
G 170 of 255 = 67%
B 109 of 255 = 43%

128
170
109

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

Portions of RGB colors in percentages

R + G + B =
128 + 170 + 109 = 407 (100%)
R 128 of 407 ~ 31.45%
G 170 of 407 ~ 41.77%
B 109 of 407 ~ 26.78%

%31.45
%41.77
%26.78

CMYK color model

#80AA6D color CMYK value is (25,0,36,33).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 35.88%
  • key color value is 33.33%
CMYK:
(25,0,36,33)
C25M0Y36K33 
(25%,0%,36%,33%)
(0.25/0.00/0.36/0.33)	

CMYK percentages

%24.71
%0
%35.88
%33.33

Codes

Color #80AA6D in popluar color models

80AA6D
RGB128170109
HSL101°26.41%54.71%
HSB/HSV101°35.88%66.67%
CMYK24.71%0.00%35.88%
33.33%

Color #80AA6D in popluar number systems.

HEX80AA6D
Decimal128170109
Binary10000000101010101101101
Octal200252155

Shades and tints

Shades of #80AA6D

#80AA6D
(128,170,109)
#759B64
(117,155,100)
#6A8C5B
(106,140,91)
#5F7D52
(95,125,82)
#546E49
(84,110,73)
#495F40
(73,95,64)
#3E5037
(62,80,55)
#33412E
(51,65,46)
#283225
(40,50,37)
#1D231C
(29,35,28)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #80AA6D

#80AA6D
(128,170,109)
#8BB17A
(139,177,122)
#96B887
(150,184,135)
#A1BF94
(161,191,148)
#ACC6A1
(172,198,161)
#B7CDAE
(183,205,174)
#C2D4BB
(194,212,187)
#CDDBC8
(205,219,200)
#D8E2D5
(216,226,213)
#E3E9E2
(227,233,226)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AA6D color. Also use rgb(128,170,109) instead hex code.

Text Font Color

.myTextColor { color: #80AA6D; }

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

This text font color is #80AA6D.


Background Color

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

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

This div background color is #80AA6D.


Border color

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

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

This div border color is #80AA6D.


Opacity

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

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

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

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

This text has shadow with #80AA6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AA6D on black background.


Color preview on white background

This text has color #80AA6D on white background.



Black color preview on #80AA6D background

This text has black color on #80AA6D background.


White color preview on #80AA6D background

This text has white color on #80AA6D background.