COLOR #80A677

HEX: #80A677 RGB: (128,166,119)

Color info

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

RGB color model

#80A677 color RGB value is (128,166,119).

RGB: (128,166,119) (50%, 65%, 47%)

RGB channels and saturation

R 128 of 255 = 50%
G 166 of 255 = 65%
B 119 of 255 = 47%

128
166
119

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

Portions of RGB colors in percentages

R + G + B = 128 + 166 + 119 = 413 (100%)
R 128 of 413 ~ 30.99%
G 166 of 413 ~ 40.19%
B 119 of 413 ~ 28.81'%

%30.99
%40.19
%28.81

CMYK color model

#80A677 color CMYK value is (23,0,28,35).

  • cyan value is 22.89%
  • magenta value is 0.00%
  • yellow value is 28.31%
  • key color value is 34.90%
CMYK: (23,0,28,35) C23M0Y28K35 (23%,0%,28%,35%) (0.23/0.00/0.28/0.35) 

CMYK percentages

%22.89
%0
%28.31
%34.9

Codes

Color #80A677 in popluar color models

80 A6 77
RGB 128 166 119
HSL 109° 20.89% 55.88%
HSB/HSV 109° 28.31% 65.10%
CMYK 22.89% 0.00% 28.31%
34.90%

Color #80A677 in popluar number systems.

HEX 80 A6 77
Decimal 128 166 119
Binary 10000000 10100110 1110111
Octal 200 246 167

Shades and tints

Shades of #80A677

#80A677
(128,166,119)
#75976D
(117,151,109)
#6A8863
(106,136,99)
#5F7959
(95,121,89)
#546A4F
(84,106,79)
#495B45
(73,91,69)
#3E4C3B
(62,76,59)
#333D31
(51,61,49)
#282E27
(40,46,39)
#1D1F1D
(29,31,29)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #80A677

#80A677
(128,166,119)
#8BAE83
(139,174,131)
#96B68F
(150,182,143)
#A1BE9B
(161,190,155)
#ACC6A7
(172,198,167)
#B7CEB3
(183,206,179)
#C2D6BF
(194,214,191)
#CDDECB
(205,222,203)
#D8E6D7
(216,230,215)
#E3EEE3
(227,238,227)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A677; }

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

This text font color is #80A677.

Background Color

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

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

This div background color is #80A677.

Border color

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

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

This div border color is #80A677.

Opacity

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

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

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

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

This text has shadow with #80A677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A677.

Preview

Color preview on black background

This text has color #80A677 on black background.


Color preview on white background

This text has color #80A677 on white background.


Black color preview on #80A677 background

This text has black color on #80A677 background.


White color preview on #80A677 background

This text has white color on #80A677 background.


Related colors

Complementary color

Complementary color for #hex is #7F5988.


I love getcolorcode.com

Triadic colors

1 #7780A6 and #A67780 with #80A677 are triadic colors.

2 #77A680 and #A68077 with #80A677 are triadic colors.