COLOR #80A083

HEX: #80A083 RGB: (128,160,131)

Color info

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

RGB color model

#80A083 color RGB value is (128,160,131).

RGB: (128,160,131) (50%, 63%, 51%)

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 131 of 255 = 51%

128
160
131

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

Portions of RGB colors in percentages

R + G + B = 128 + 160 + 131 = 419 (100%)
R 128 of 419 ~ 30.55%
G 160 of 419 ~ 38.19%
B 131 of 419 ~ 31.26'%

%30.55
%38.19
%31.26

CMYK color model

#80A083 color CMYK value is (20,0,18,37).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 37.25%

CMYK: (20,0,18,37)
C20M0Y18K37 (20%, 0%, 18%, 37%)
(0.20 / 0.00 / 0.18 / 0.37)

CMYK percentages

%20
%0
%18.13
%37.25

Codes

Color #80A083 in popluar color models

80 A0 83
RGB 128 160 131
HSL 126° 14.41% 56.47%
HSB/HSV 126° 20.00% 62.75%
CMYK 20.00% 0.00% 18.13%
37.25%

Color #80A083 in popluar number systems.

HEX 80 A0 83
Decimal 128 160 131
Binary 10000000 10100000 10000011
Octal 200 240 203

Shades and tints

Shades of #80A083

#80A083
(128,160,131)
#759278
(117,146,120)
#6A846D
(106,132,109)
#5F7662
(95,118,98)
#546857
(84,104,87)
#495A4C
(73,90,76)
#3E4C41
(62,76,65)
#333E36
(51,62,54)
#28302B
(40,48,43)
#1D2220
(29,34,32)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #80A083

#80A083
(128,160,131)
#8BA88E
(139,168,142)
#96B099
(150,176,153)
#A1B8A4
(161,184,164)
#ACC0AF
(172,192,175)
#B7C8BA
(183,200,186)
#C2D0C5
(194,208,197)
#CDD8D0
(205,216,208)
#D8E0DB
(216,224,219)
#E3E8E6
(227,232,230)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A083; }

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

This text font color is #80A083.

Background Color

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

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

This div background color is #80A083.

Border color

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

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

This div border color is #80A083.

Opacity

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

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

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

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

This text has shadow with #80A083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A083.

Preview

Color preview on black background

This text has color #80A083 on black background.


Color preview on white background

This text has color #80A083 on white background.


Black color preview on #80A083 background

This text has black color on #80A083 background.


White color preview on #80A083 background

This text has white color on #80A083 background.


Related colors

Complementary color

Complementary color for #hex is #7F5F7C.


I love getcolorcode.com

Triadic colors

1 #8380A0 and #A08380 with #80A083 are triadic colors.

2 #83A080 and #A08083 with #80A083 are triadic colors.