COLOR #80AC83

HEX: #80AC83
RGB: (128,172,131)

Color info

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

RGB color model

#80AC83 color RGB value is (128,172,131).

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

RGB channels and saturation

R 128 of 255 = 50%
G 172 of 255 = 67%
B 131 of 255 = 51%

128
172
131

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

Portions of RGB colors in percentages

R + G + B =
128 + 172 + 131 = 431 (100%)
R 128 of 431 ~ 29.7%
G 172 of 431 ~ 39.91%
B 131 of 431 ~ 30.39%

%29.7
%39.91
%30.39

CMYK color model

#80AC83 color CMYK value is (26,0,24,33).

  • cyan value is 25.58%
  • magenta value is 0.00%
  • yellow value is 23.84%
  • key color value is 32.55%
CMYK:
(26,0,24,33)
C26M0Y24K33 
(26%,0%,24%,33%)
(0.26/0.00/0.24/0.33)	

CMYK percentages

%25.58
%0
%23.84
%32.55

Codes

Color #80AC83 in popluar color models

80AC83
RGB128172131
HSL124°20.95%58.82%
HSB/HSV124°25.58%67.45%
CMYK25.58%0.00%23.84%
32.55%

Color #80AC83 in popluar number systems.

HEX80AC83
Decimal128172131
Binary100000001010110010000011
Octal200254203

Shades and tints

Shades of #80AC83

#80AC83
(128,172,131)
#759D78
(117,157,120)
#6A8E6D
(106,142,109)
#5F7F62
(95,127,98)
#547057
(84,112,87)
#49614C
(73,97,76)
#3E5241
(62,82,65)
#334336
(51,67,54)
#28342B
(40,52,43)
#1D2520
(29,37,32)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #80AC83

#80AC83
(128,172,131)
#8BB38E
(139,179,142)
#96BA99
(150,186,153)
#A1C1A4
(161,193,164)
#ACC8AF
(172,200,175)
#B7CFBA
(183,207,186)
#C2D6C5
(194,214,197)
#CDDDD0
(205,221,208)
#D8E4DB
(216,228,219)
#E3EBE6
(227,235,230)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AC83; }

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

This text font color is #80AC83.


Background Color

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

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

This div background color is #80AC83.


Border color

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

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

This div border color is #80AC83.


Opacity

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

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

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

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

This text has shadow with #80AC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AC83 on black background.


Color preview on white background

This text has color #80AC83 on white background.



Black color preview on #80AC83 background

This text has black color on #80AC83 background.


White color preview on #80AC83 background

This text has white color on #80AC83 background.