COLOR #80AD80

HEX: #80AD80
RGB: (128,173,128)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

128
173
128

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

Portions of RGB colors in percentages

R + G + B =
128 + 173 + 128 = 429 (100%)
R 128 of 429 ~ 29.84%
G 173 of 429 ~ 40.33%
B 128 of 429 ~ 29.84%

%29.84
%40.33
%29.84

CMYK color model

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

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

CMYK percentages

%26.01
%0
%26.01
%32.16

Codes

Color #80AD80 in popluar color models

80AD80
RGB128173128
HSL120°21.53%59.02%
HSB/HSV120°26.01%67.84%
CMYK26.01%0.00%26.01%
32.16%

Color #80AD80 in popluar number systems.

HEX80AD80
Decimal128173128
Binary100000001010110110000000
Octal200255200

Shades and tints

Shades of #80AD80

#80AD80
(128,173,128)
#759E75
(117,158,117)
#6A8F6A
(106,143,106)
#5F805F
(95,128,95)
#547154
(84,113,84)
#496249
(73,98,73)
#3E533E
(62,83,62)
#334433
(51,68,51)
#283528
(40,53,40)
#1D261D
(29,38,29)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #80AD80

#80AD80
(128,173,128)
#8BB48B
(139,180,139)
#96BB96
(150,187,150)
#A1C2A1
(161,194,161)
#ACC9AC
(172,201,172)
#B7D0B7
(183,208,183)
#C2D7C2
(194,215,194)
#CDDECD
(205,222,205)
#D8E5D8
(216,229,216)
#E3ECE3
(227,236,227)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AD80; }

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

This text font color is #80AD80.


Background Color

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

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

This div background color is #80AD80.


Border color

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

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

This div border color is #80AD80.


Opacity

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

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

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

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

This text has shadow with #80AD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AD80 on black background.


Color preview on white background

This text has color #80AD80 on white background.



Black color preview on #80AD80 background

This text has black color on #80AD80 background.


White color preview on #80AD80 background

This text has white color on #80AD80 background.