COLOR #80A18D

HEX: #80A18D
RGB: (128,161,141)

Color info

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

RGB color model

#80A18D color RGB value is (128,161,141).

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

RGB channels and saturation

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

128
161
141

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

Portions of RGB colors in percentages

R + G + B =
128 + 161 + 141 = 430 (100%)
R 128 of 430 ~ 29.77%
G 161 of 430 ~ 37.44%
B 141 of 430 ~ 32.79%

%29.77
%37.44
%32.79

CMYK color model

#80A18D color CMYK value is (20,0,12,37).

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 12.42%
  • key color value is 36.86%
CMYK:
(20,0,12,37)
C20M0Y12K37 
(20%,0%,12%,37%)
(0.20/0.00/0.12/0.37)	

CMYK percentages

%20.5
%0
%12.42
%36.86

Codes

Color #80A18D in popluar color models

80A18D
RGB128161141
HSL144°14.93%56.67%
HSB/HSV144°20.50%63.14%
CMYK20.50%0.00%12.42%
36.86%

Color #80A18D in popluar number systems.

HEX80A18D
Decimal128161141
Binary100000001010000110001101
Octal200241215

Shades and tints

Shades of #80A18D

#80A18D
(128,161,141)
#759381
(117,147,129)
#6A8575
(106,133,117)
#5F7769
(95,119,105)
#54695D
(84,105,93)
#495B51
(73,91,81)
#3E4D45
(62,77,69)
#333F39
(51,63,57)
#28312D
(40,49,45)
#1D2321
(29,35,33)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #80A18D

#80A18D
(128,161,141)
#8BA997
(139,169,151)
#96B1A1
(150,177,161)
#A1B9AB
(161,185,171)
#ACC1B5
(172,193,181)
#B7C9BF
(183,201,191)
#C2D1C9
(194,209,201)
#CDD9D3
(205,217,211)
#D8E1DD
(216,225,221)
#E3E9E7
(227,233,231)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A18D; }

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

This text font color is #80A18D.


Background Color

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

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

This div background color is #80A18D.


Border color

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

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

This div border color is #80A18D.


Opacity

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

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

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

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

This text has shadow with #80A18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A18D on black background.


Color preview on white background

This text has color #80A18D on white background.



Black color preview on #80A18D background

This text has black color on #80A18D background.


White color preview on #80A18D background

This text has white color on #80A18D background.