COLOR #80A97F

HEX: #80A97F
RGB: (128,169,127)

Color info

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

RGB color model

#80A97F color RGB value is (128,169,127).

  • red value is 128;
  • green value is 169;
  • blue value is 127.
RGB:
(128,169,127)
(50%,66%,50%)

RGB channels and saturation

R 128 of 255 = 50%
G 169 of 255 = 66%
B 127 of 255 = 50%

128
169
127

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

Portions of RGB colors in percentages

R + G + B =
128 + 169 + 127 = 424 (100%)
R 128 of 424 ~ 30.19%
G 169 of 424 ~ 39.86%
B 127 of 424 ~ 29.95%

%30.19
%39.86
%29.95

CMYK color model

#80A97F color CMYK value is (24,0,25,34).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 24.85%
  • key color value is 33.73%
CMYK:
(24,0,25,34)
C24M0Y25K34 
(24%,0%,25%,34%)
(0.24/0.00/0.25/0.34)	

CMYK percentages

%24.26
%0
%24.85
%33.73

Codes

Color #80A97F in popluar color models

80A97F
RGB128169127
HSL119°19.63%58.04%
HSB/HSV119°24.85%66.27%
CMYK24.26%0.00%24.85%
33.73%

Color #80A97F in popluar number systems.

HEX80A97F
Decimal128169127
Binary10000000101010011111111
Octal200251177

Shades and tints

Shades of #80A97F

#80A97F
(128,169,127)
#759A74
(117,154,116)
#6A8B69
(106,139,105)
#5F7C5E
(95,124,94)
#546D53
(84,109,83)
#495E48
(73,94,72)
#3E4F3D
(62,79,61)
#334032
(51,64,50)
#283127
(40,49,39)
#1D221C
(29,34,28)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #80A97F

#80A97F
(128,169,127)
#8BB08A
(139,176,138)
#96B795
(150,183,149)
#A1BEA0
(161,190,160)
#ACC5AB
(172,197,171)
#B7CCB6
(183,204,182)
#C2D3C1
(194,211,193)
#CDDACC
(205,218,204)
#D8E1D7
(216,225,215)
#E3E8E2
(227,232,226)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A97F; }

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

This text font color is #80A97F.


Background Color

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

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

This div background color is #80A97F.


Border color

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

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

This div border color is #80A97F.


Opacity

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

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

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

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

This text has shadow with #80A97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A97F on black background.


Color preview on white background

This text has color #80A97F on white background.



Black color preview on #80A97F background

This text has black color on #80A97F background.


White color preview on #80A97F background

This text has white color on #80A97F background.