COLOR #80AE82

HEX: #80AE82
RGB: (128,174,130)

Color info

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

RGB color model

#80AE82 color RGB value is (128,174,130).

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

RGB channels and saturation

R 128 of 255 = 50%
G 174 of 255 = 68%
B 130 of 255 = 51%

128
174
130

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

Portions of RGB colors in percentages

R + G + B =
128 + 174 + 130 = 432 (100%)
R 128 of 432 ~ 29.63%
G 174 of 432 ~ 40.28%
B 130 of 432 ~ 30.09%

%29.63
%40.28
%30.09

CMYK color model

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

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 31.76%
CMYK:
(26,0,25,32)
C26M0Y25K32 
(26%,0%,25%,32%)
(0.26/0.00/0.25/0.32)	

CMYK percentages

%26.44
%0
%25.29
%31.76

Codes

Color #80AE82 in popluar color models

80AE82
RGB128174130
HSL123°22.12%59.22%
HSB/HSV123°26.44%68.24%
CMYK26.44%0.00%25.29%
31.76%

Color #80AE82 in popluar number systems.

HEX80AE82
Decimal128174130
Binary100000001010111010000010
Octal200256202

Shades and tints

Shades of #80AE82

#80AE82
(128,174,130)
#759F77
(117,159,119)
#6A906C
(106,144,108)
#5F8161
(95,129,97)
#547256
(84,114,86)
#49634B
(73,99,75)
#3E5440
(62,84,64)
#334535
(51,69,53)
#28362A
(40,54,42)
#1D271F
(29,39,31)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #80AE82

#80AE82
(128,174,130)
#8BB58D
(139,181,141)
#96BC98
(150,188,152)
#A1C3A3
(161,195,163)
#ACCAAE
(172,202,174)
#B7D1B9
(183,209,185)
#C2D8C4
(194,216,196)
#CDDFCF
(205,223,207)
#D8E6DA
(216,230,218)
#E3EDE5
(227,237,229)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AE82; }

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

This text font color is #80AE82.


Background Color

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

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

This div background color is #80AE82.


Border color

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

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

This div border color is #80AE82.


Opacity

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

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

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

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

This text has shadow with #80AE82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AE82 on black background.


Color preview on white background

This text has color #80AE82 on white background.



Black color preview on #80AE82 background

This text has black color on #80AE82 background.


White color preview on #80AE82 background

This text has white color on #80AE82 background.