COLOR #80A19B

HEX: #80A19B RGB: (128,161,155)

Color info

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

RGB color model

#80A19B color RGB value is (128,161,155).

RGB: (128,161,155) (50%, 63%, 61%)

RGB channels and saturation

R 128 of 255 = 50%
G 161 of 255 = 63%
B 155 of 255 = 61%

128
161
155

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

Portions of RGB colors in percentages

R + G + B = 128 + 161 + 155 = 444 (100%)
R 128 of 444 ~ 28.83%
G 161 of 444 ~ 36.26%
B 155 of 444 ~ 34.91'%

%28.83
%36.26
%34.91

CMYK color model

#80A19B color CMYK value is (20,0,4,37).

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 36.86%

CMYK: (20,0,4,37)
C20M0Y4K37 (20%, 0%, 4%, 37%)
(0.20 / 0.00 / 0.04 / 0.37)

CMYK percentages

%20.5
%0
%3.73
%36.86

Codes

Color #80A19B in popluar color models

80 A1 9B
RGB 128 161 155
HSL 169° 14.93% 56.67%
HSB/HSV 169° 20.50% 63.14%
CMYK 20.50% 0.00% 3.73%
36.86%

Color #80A19B in popluar number systems.

HEX 80 A1 9B
Decimal 128 161 155
Binary 10000000 10100001 10011011
Octal 200 241 233

Shades and tints

Shades of #80A19B

#80A19B
(128,161,155)
#75938D
(117,147,141)
#6A857F
(106,133,127)
#5F7771
(95,119,113)
#546963
(84,105,99)
#495B55
(73,91,85)
#3E4D47
(62,77,71)
#333F39
(51,63,57)
#28312B
(40,49,43)
#1D231D
(29,35,29)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #80A19B

#80A19B
(128,161,155)
#8BA9A4
(139,169,164)
#96B1AD
(150,177,173)
#A1B9B6
(161,185,182)
#ACC1BF
(172,193,191)
#B7C9C8
(183,201,200)
#C2D1D1
(194,209,209)
#CDD9DA
(205,217,218)
#D8E1E3
(216,225,227)
#E3E9EC
(227,233,236)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A19B; }

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

This text font color is #80A19B.

Background Color

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

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

This div background color is #80A19B.

Border color

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

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

This div border color is #80A19B.

Opacity

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

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

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

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

This text has shadow with #80A19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A19B.

Preview

Color preview on black background

This text has color #80A19B on black background.


Color preview on white background

This text has color #80A19B on white background.


Black color preview on #80A19B background

This text has black color on #80A19B background.


White color preview on #80A19B background

This text has white color on #80A19B background.


Related colors

Complementary color

Complementary color for #hex is #7F5E64.


I love getcolorcode.com

Triadic colors

1 #9B80A1 and #A19B80 with #80A19B are triadic colors.

2 #9BA180 and #A1809B with #80A19B are triadic colors.