COLOR #80A09C

HEX: #80A09C RGB: (128,160,156)

Color info

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

RGB color model

#80A09C color RGB value is (128,160,156).

RGB: (128,160,156) (50%, 63%, 61%)

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 156 of 255 = 61%

128
160
156

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

Portions of RGB colors in percentages

R + G + B = 128 + 160 + 156 = 444 (100%)
R 128 of 444 ~ 28.83%
G 160 of 444 ~ 36.04%
B 156 of 444 ~ 35.14'%

%28.83
%36.04
%35.14

CMYK color model

#80A09C color CMYK value is (20,0,2,37).

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

CMYK: (20,0,2,37)
C20M0Y2K37 (20%, 0%, 2%, 37%)
(0.20 / 0.00 / 0.02 / 0.37)

CMYK percentages

%20
%0
%2.5
%37.25

Codes

Color #80A09C in popluar color models

80 A0 9C
RGB 128 160 156
HSL 173° 14.41% 56.47%
HSB/HSV 173° 20.00% 62.75%
CMYK 20.00% 0.00% 2.50%
37.25%

Color #80A09C in popluar number systems.

HEX 80 A0 9C
Decimal 128 160 156
Binary 10000000 10100000 10011100
Octal 200 240 234

Shades and tints

Shades of #80A09C

#80A09C
(128,160,156)
#75928E
(117,146,142)
#6A8480
(106,132,128)
#5F7672
(95,118,114)
#546864
(84,104,100)
#495A56
(73,90,86)
#3E4C48
(62,76,72)
#333E3A
(51,62,58)
#28302C
(40,48,44)
#1D221E
(29,34,30)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #80A09C

#80A09C
(128,160,156)
#8BA8A5
(139,168,165)
#96B0AE
(150,176,174)
#A1B8B7
(161,184,183)
#ACC0C0
(172,192,192)
#B7C8C9
(183,200,201)
#C2D0D2
(194,208,210)
#CDD8DB
(205,216,219)
#D8E0E4
(216,224,228)
#E3E8ED
(227,232,237)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A09C; }

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

This text font color is #80A09C.

Background Color

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

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

This div background color is #80A09C.

Border color

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

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

This div border color is #80A09C.

Opacity

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

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

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

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

This text has shadow with #80A09C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A09C.

Preview

Color preview on black background

This text has color #80A09C on black background.


Color preview on white background

This text has color #80A09C on white background.


Black color preview on #80A09C background

This text has black color on #80A09C background.


White color preview on #80A09C background

This text has white color on #80A09C background.


Related colors

Complementary color

Complementary color for #hex is #7F5F63.


I love getcolorcode.com

Triadic colors

1 #9C80A0 and #A09C80 with #80A09C are triadic colors.

2 #9CA080 and #A0809C with #80A09C are triadic colors.