COLOR #80AC7B

HEX: #80AC7B RGB: (128,172,123)

Color info

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

RGB color model

#80AC7B color RGB value is (128,172,123).

RGB: (128,172,123) (50%, 67%, 48%)

RGB channels and saturation

R 128 of 255 = 50%
G 172 of 255 = 67%
B 123 of 255 = 48%

128
172
123

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

Portions of RGB colors in percentages

R + G + B = 128 + 172 + 123 = 423 (100%)
R 128 of 423 ~ 30.26%
G 172 of 423 ~ 40.66%
B 123 of 423 ~ 29.08'%

%30.26
%40.66
%29.08

CMYK color model

#80AC7B color CMYK value is (26,0,28,33).

  • cyan value is 25.58%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • key color value is 32.55%
CMYK: (26,0,28,33) C26M0Y28K33 (26%,0%,28%,33%) (0.26/0.00/0.28/0.33) 

CMYK percentages

%25.58
%0
%28.49
%32.55

Codes

Color #80AC7B in popluar color models

80 AC 7B
RGB 128 172 123
HSL 114° 22.79% 57.84%
HSB/HSV 114° 28.49% 67.45%
CMYK 25.58% 0.00% 28.49%
32.55%

Color #80AC7B in popluar number systems.

HEX 80 AC 7B
Decimal 128 172 123
Binary 10000000 10101100 1111011
Octal 200 254 173

Shades and tints

Shades of #80AC7B

#80AC7B
(128,172,123)
#759D70
(117,157,112)
#6A8E65
(106,142,101)
#5F7F5A
(95,127,90)
#54704F
(84,112,79)
#496144
(73,97,68)
#3E5239
(62,82,57)
#33432E
(51,67,46)
#283423
(40,52,35)
#1D2518
(29,37,24)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #80AC7B

#80AC7B
(128,172,123)
#8BB387
(139,179,135)
#96BA93
(150,186,147)
#A1C19F
(161,193,159)
#ACC8AB
(172,200,171)
#B7CFB7
(183,207,183)
#C2D6C3
(194,214,195)
#CDDDCF
(205,221,207)
#D8E4DB
(216,228,219)
#E3EBE7
(227,235,231)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AC7B color. Also use rgb(128,172,123) instead hex code.

Text Font Color

.myTextColor { color: #80AC7B; }

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

This text font color is #80AC7B.

Background Color

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

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

This div background color is #80AC7B.

Border color

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

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

This div border color is #80AC7B.

Opacity

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

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

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

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

This text has shadow with #80AC7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AC7B.

Preview

Color preview on black background

This text has color #80AC7B on black background.


Color preview on white background

This text has color #80AC7B on white background.


Black color preview on #80AC7B background

This text has black color on #80AC7B background.


White color preview on #80AC7B background

This text has white color on #80AC7B background.


Related colors

Complementary color

Complementary color for #hex is #7F5384.


I love getcolorcode.com

Triadic colors

1 #7B80AC and #AC7B80 with #80AC7B are triadic colors.

2 #7BAC80 and #AC807B with #80AC7B are triadic colors.