COLOR #80A18C

HEX: #80A18C
RGB: (128,161,140)

Color info

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

RGB color model

#80A18C color RGB value is (128,161,140).

  • red value is 128;
  • green value is 161;
  • blue value is 140.
RGB:
(128,161,140)
(50%,63%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 161 of 255 = 63%
B 140 of 255 = 55%

128
161
140

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

Portions of RGB colors in percentages

R + G + B =
128 + 161 + 140 = 429 (100%)
R 128 of 429 ~ 29.84%
G 161 of 429 ~ 37.53%
B 140 of 429 ~ 32.63%

%29.84
%37.53
%32.63

CMYK color model

#80A18C color CMYK value is (20,0,13,37).

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 36.86%
CMYK:
(20,0,13,37)
C20M0Y13K37 
(20%,0%,13%,37%)
(0.20/0.00/0.13/0.37)	

CMYK percentages

%20.5
%0
%13.04
%36.86

Codes

Color #80A18C in popluar color models

80A18C
RGB128161140
HSL142°14.93%56.67%
HSB/HSV142°20.50%63.14%
CMYK20.50%0.00%13.04%
36.86%

Color #80A18C in popluar number systems.

HEX80A18C
Decimal128161140
Binary100000001010000110001100
Octal200241214

Shades and tints

Shades of #80A18C

#80A18C
(128,161,140)
#759380
(117,147,128)
#6A8574
(106,133,116)
#5F7768
(95,119,104)
#54695C
(84,105,92)
#495B50
(73,91,80)
#3E4D44
(62,77,68)
#333F38
(51,63,56)
#28312C
(40,49,44)
#1D2320
(29,35,32)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #80A18C

#80A18C
(128,161,140)
#8BA996
(139,169,150)
#96B1A0
(150,177,160)
#A1B9AA
(161,185,170)
#ACC1B4
(172,193,180)
#B7C9BE
(183,201,190)
#C2D1C8
(194,209,200)
#CDD9D2
(205,217,210)
#D8E1DC
(216,225,220)
#E3E9E6
(227,233,230)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A18C color. Also use rgb(128,161,140) instead hex code.

Text Font Color

.myTextColor { color: #80A18C; }

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

This text font color is #80A18C.


Background Color

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

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

This div background color is #80A18C.


Border color

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

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

This div border color is #80A18C.


Opacity

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

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

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

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

This text has shadow with #80A18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A18C on black background.


Color preview on white background

This text has color #80A18C on white background.



Black color preview on #80A18C background

This text has black color on #80A18C background.


White color preview on #80A18C background

This text has white color on #80A18C background.