COLOR #80AD6C

HEX: #80AD6C
RGB: (128,173,108)

Color info

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

RGB color model

#80AD6C color RGB value is (128,173,108).

  • red value is 128;
  • green value is 173;
  • blue value is 108.
RGB:
(128,173,108)
(50%,68%,42%)

RGB channels and saturation

R 128 of 255 = 50%
G 173 of 255 = 68%
B 108 of 255 = 42%

128
173
108

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

Portions of RGB colors in percentages

R + G + B =
128 + 173 + 108 = 409 (100%)
R 128 of 409 ~ 31.3%
G 173 of 409 ~ 42.3%
B 108 of 409 ~ 26.41%

%31.3
%42.3
%26.41

CMYK color model

#80AD6C color CMYK value is (26,0,38,32).

  • cyan value is 26.01%
  • magenta value is 0.00%
  • yellow value is 37.57%
  • key color value is 32.16%
CMYK:
(26,0,38,32)
C26M0Y38K32 
(26%,0%,38%,32%)
(0.26/0.00/0.38/0.32)	

CMYK percentages

%26.01
%0
%37.57
%32.16

Codes

Color #80AD6C in popluar color models

80AD6C
RGB128173108
HSL102°28.38%55.10%
HSB/HSV102°37.57%67.84%
CMYK26.01%0.00%37.57%
32.16%

Color #80AD6C in popluar number systems.

HEX80AD6C
Decimal128173108
Binary10000000101011011101100
Octal200255154

Shades and tints

Shades of #80AD6C

#80AD6C
(128,173,108)
#759E63
(117,158,99)
#6A8F5A
(106,143,90)
#5F8051
(95,128,81)
#547148
(84,113,72)
#49623F
(73,98,63)
#3E5336
(62,83,54)
#33442D
(51,68,45)
#283524
(40,53,36)
#1D261B
(29,38,27)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #80AD6C

#80AD6C
(128,173,108)
#8BB479
(139,180,121)
#96BB86
(150,187,134)
#A1C293
(161,194,147)
#ACC9A0
(172,201,160)
#B7D0AD
(183,208,173)
#C2D7BA
(194,215,186)
#CDDEC7
(205,222,199)
#D8E5D4
(216,229,212)
#E3ECE1
(227,236,225)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AD6C; }

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

This text font color is #80AD6C.


Background Color

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

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

This div background color is #80AD6C.


Border color

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

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

This div border color is #80AD6C.


Opacity

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

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

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

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

This text has shadow with #80AD6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AD6C on black background.


Color preview on white background

This text has color #80AD6C on white background.



Black color preview on #80AD6C background

This text has black color on #80AD6C background.


White color preview on #80AD6C background

This text has white color on #80AD6C background.