COLOR #80A19F

HEX: #80A19F RGB: (128,161,159)

Color info

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

RGB color model

#80A19F color RGB value is (128,161,159).

RGB: (128,161,159) (50%, 63%, 62%)

RGB channels and saturation

R 128 of 255 = 50%
G 161 of 255 = 63%
B 159 of 255 = 62%

128
161
159

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

Portions of RGB colors in percentages

R + G + B = 128 + 161 + 159 = 448 (100%)
R 128 of 448 ~ 28.57%
G 161 of 448 ~ 35.94%
B 159 of 448 ~ 35.49'%

%28.57
%35.94
%35.49

CMYK color model

#80A19F color CMYK value is (20,0,1,37).

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

CMYK: (20,0,1,37)
C20M0Y1K37 (20%, 0%, 1%, 37%)
(0.20 / 0.00 / 0.01 / 0.37)

CMYK percentages

%20.5
%0
%1.24
%36.86

Codes

Color #80A19F in popluar color models

80 A1 9F
RGB 128 161 159
HSL 176° 14.93% 56.67%
HSB/HSV 176° 20.50% 63.14%
CMYK 20.50% 0.00% 1.24%
36.86%

Color #80A19F in popluar number systems.

HEX 80 A1 9F
Decimal 128 161 159
Binary 10000000 10100001 10011111
Octal 200 241 237

Shades and tints

Shades of #80A19F

#80A19F
(128,161,159)
#759391
(117,147,145)
#6A8583
(106,133,131)
#5F7775
(95,119,117)
#546967
(84,105,103)
#495B59
(73,91,89)
#3E4D4B
(62,77,75)
#333F3D
(51,63,61)
#28312F
(40,49,47)
#1D2321
(29,35,33)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80A19F

#80A19F
(128,161,159)
#8BA9A7
(139,169,167)
#96B1AF
(150,177,175)
#A1B9B7
(161,185,183)
#ACC1BF
(172,193,191)
#B7C9C7
(183,201,199)
#C2D1CF
(194,209,207)
#CDD9D7
(205,217,215)
#D8E1DF
(216,225,223)
#E3E9E7
(227,233,231)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A19F; }

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

This text font color is #80A19F.

Background Color

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

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

This div background color is #80A19F.

Border color

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

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

This div border color is #80A19F.

Opacity

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

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

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

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

This text has shadow with #80A19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A19F.

Preview

Color preview on black background

This text has color #80A19F on black background.


Color preview on white background

This text has color #80A19F on white background.


Black color preview on #80A19F background

This text has black color on #80A19F background.


White color preview on #80A19F background

This text has white color on #80A19F background.


Related colors

Complementary color

Complementary color for #hex is #7F5E60.


I love getcolorcode.com

Triadic colors

1 #9F80A1 and #A19F80 with #80A19F are triadic colors.

2 #9FA180 and #A1809F with #80A19F are triadic colors.