COLOR #80AB82

HEX: #80AB82
RGB: (128,171,130)

Color info

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

RGB color model

#80AB82 color RGB value is (128,171,130).

  • red value is 128;
  • green value is 171;
  • blue value is 130.
RGB:
(128,171,130)
(50%,67%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 171 of 255 = 67%
B 130 of 255 = 51%

128
171
130

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

Portions of RGB colors in percentages

R + G + B =
128 + 171 + 130 = 429 (100%)
R 128 of 429 ~ 29.84%
G 171 of 429 ~ 39.86%
B 130 of 429 ~ 30.3%

%29.84
%39.86
%30.3

CMYK color model

#80AB82 color CMYK value is (25,0,24,33).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 32.94%
CMYK:
(25,0,24,33)
C25M0Y24K33 
(25%,0%,24%,33%)
(0.25/0.00/0.24/0.33)	

CMYK percentages

%25.15
%0
%23.98
%32.94

Codes

Color #80AB82 in popluar color models

80AB82
RGB128171130
HSL123°20.38%58.63%
HSB/HSV123°25.15%67.06%
CMYK25.15%0.00%23.98%
32.94%

Color #80AB82 in popluar number systems.

HEX80AB82
Decimal128171130
Binary100000001010101110000010
Octal200253202

Shades and tints

Shades of #80AB82

#80AB82
(128,171,130)
#759C77
(117,156,119)
#6A8D6C
(106,141,108)
#5F7E61
(95,126,97)
#546F56
(84,111,86)
#49604B
(73,96,75)
#3E5140
(62,81,64)
#334235
(51,66,53)
#28332A
(40,51,42)
#1D241F
(29,36,31)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #80AB82

#80AB82
(128,171,130)
#8BB28D
(139,178,141)
#96B998
(150,185,152)
#A1C0A3
(161,192,163)
#ACC7AE
(172,199,174)
#B7CEB9
(183,206,185)
#C2D5C4
(194,213,196)
#CDDCCF
(205,220,207)
#D8E3DA
(216,227,218)
#E3EAE5
(227,234,229)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AB82; }

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

This text font color is #80AB82.


Background Color

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

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

This div background color is #80AB82.


Border color

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

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

This div border color is #80AB82.


Opacity

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

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

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

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

This text has shadow with #80AB82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AB82 on black background.


Color preview on white background

This text has color #80AB82 on white background.



Black color preview on #80AB82 background

This text has black color on #80AB82 background.


White color preview on #80AB82 background

This text has white color on #80AB82 background.