COLOR #80AA85

HEX: #80AA85
RGB: (128,170,133)

Color info

#80AA85 contains red, green and blue colors in about the same proportion. Web safe color of #80AA85 is #669999 (or #699).

RGB color model

#80AA85 color RGB value is (128,170,133).

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

RGB channels and saturation

R 128 of 255 = 50%
G 170 of 255 = 67%
B 133 of 255 = 52%

128
170
133

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

Portions of RGB colors in percentages

R + G + B =
128 + 170 + 133 = 431 (100%)
R 128 of 431 ~ 29.7%
G 170 of 431 ~ 39.44%
B 133 of 431 ~ 30.86%

%29.7
%39.44
%30.86

CMYK color model

#80AA85 color CMYK value is (25,0,22,33).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 21.76%
  • key color value is 33.33%
CMYK:
(25,0,22,33)
C25M0Y22K33 
(25%,0%,22%,33%)
(0.25/0.00/0.22/0.33)	

CMYK percentages

%24.71
%0
%21.76
%33.33

Codes

Color #80AA85 in popluar color models

80AA85
RGB128170133
HSL127°19.81%58.43%
HSB/HSV127°24.71%66.67%
CMYK24.71%0.00%21.76%
33.33%

Color #80AA85 in popluar number systems.

HEX80AA85
Decimal128170133
Binary100000001010101010000101
Octal200252205

Shades and tints

Shades of #80AA85

#80AA85
(128,170,133)
#759B79
(117,155,121)
#6A8C6D
(106,140,109)
#5F7D61
(95,125,97)
#546E55
(84,110,85)
#495F49
(73,95,73)
#3E503D
(62,80,61)
#334131
(51,65,49)
#283225
(40,50,37)
#1D2319
(29,35,25)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #80AA85

#80AA85
(128,170,133)
#8BB190
(139,177,144)
#96B89B
(150,184,155)
#A1BFA6
(161,191,166)
#ACC6B1
(172,198,177)
#B7CDBC
(183,205,188)
#C2D4C7
(194,212,199)
#CDDBD2
(205,219,210)
#D8E2DD
(216,226,221)
#E3E9E8
(227,233,232)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AA85; }

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

This text font color is #80AA85.


Background Color

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

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

This div background color is #80AA85.


Border color

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

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

This div border color is #80AA85.


Opacity

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

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

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

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

This text has shadow with #80AA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AA85 on black background.


Color preview on white background

This text has color #80AA85 on white background.



Black color preview on #80AA85 background

This text has black color on #80AA85 background.


White color preview on #80AA85 background

This text has white color on #80AA85 background.