COLOR #80A681

HEX: #80A681
RGB: (128,166,129)

Color info

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

RGB color model

#80A681 color RGB value is (128,166,129).

  • red value is 128;
  • green value is 166;
  • blue value is 129.
RGB:
(128,166,129)
(50%,65%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 166 of 255 = 65%
B 129 of 255 = 51%

128
166
129

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

Portions of RGB colors in percentages

R + G + B =
128 + 166 + 129 = 423 (100%)
R 128 of 423 ~ 30.26%
G 166 of 423 ~ 39.24%
B 129 of 423 ~ 30.5%

%30.26
%39.24
%30.5

CMYK color model

#80A681 color CMYK value is (23,0,22,35).

  • cyan value is 22.89%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 34.90%
CMYK:
(23,0,22,35)
C23M0Y22K35 
(23%,0%,22%,35%)
(0.23/0.00/0.22/0.35)	

CMYK percentages

%22.89
%0
%22.29
%34.9

Codes

Color #80A681 in popluar color models

80A681
RGB128166129
HSL122°17.59%57.65%
HSB/HSV122°22.89%65.10%
CMYK22.89%0.00%22.29%
34.90%

Color #80A681 in popluar number systems.

HEX80A681
Decimal128166129
Binary100000001010011010000001
Octal200246201

Shades and tints

Shades of #80A681

#80A681
(128,166,129)
#759776
(117,151,118)
#6A886B
(106,136,107)
#5F7960
(95,121,96)
#546A55
(84,106,85)
#495B4A
(73,91,74)
#3E4C3F
(62,76,63)
#333D34
(51,61,52)
#282E29
(40,46,41)
#1D1F1E
(29,31,30)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #80A681

#80A681
(128,166,129)
#8BAE8C
(139,174,140)
#96B697
(150,182,151)
#A1BEA2
(161,190,162)
#ACC6AD
(172,198,173)
#B7CEB8
(183,206,184)
#C2D6C3
(194,214,195)
#CDDECE
(205,222,206)
#D8E6D9
(216,230,217)
#E3EEE4
(227,238,228)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A681; }

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

This text font color is #80A681.


Background Color

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

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

This div background color is #80A681.


Border color

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

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

This div border color is #80A681.


Opacity

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

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

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

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

This text has shadow with #80A681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A681 on black background.


Color preview on white background

This text has color #80A681 on white background.



Black color preview on #80A681 background

This text has black color on #80A681 background.


White color preview on #80A681 background

This text has white color on #80A681 background.