COLOR #80A091

HEX: #80A091 RGB: (128,160,145)

Color info

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

RGB color model

#80A091 color RGB value is (128,160,145).

RGB: (128,160,145) (50%, 63%, 57%)

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 145 of 255 = 57%

128
160
145

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

Portions of RGB colors in percentages

R + G + B = 128 + 160 + 145 = 433 (100%)
R 128 of 433 ~ 29.56%
G 160 of 433 ~ 36.95%
B 145 of 433 ~ 33.49'%

%29.56
%36.95
%33.49

CMYK color model

#80A091 color CMYK value is (20,0,9,37).

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

CMYK: (20,0,9,37)
C20M0Y9K37 (20%, 0%, 9%, 37%)
(0.20 / 0.00 / 0.09 / 0.37)

CMYK percentages

%20
%0
%9.38
%37.25

Codes

Color #80A091 in popluar color models

80 A0 91
RGB 128 160 145
HSL 152° 14.41% 56.47%
HSB/HSV 152° 20.00% 62.75%
CMYK 20.00% 0.00% 9.38%
37.25%

Color #80A091 in popluar number systems.

HEX 80 A0 91
Decimal 128 160 145
Binary 10000000 10100000 10010001
Octal 200 240 221

Shades and tints

Shades of #80A091

#80A091
(128,160,145)
#759284
(117,146,132)
#6A8477
(106,132,119)
#5F766A
(95,118,106)
#54685D
(84,104,93)
#495A50
(73,90,80)
#3E4C43
(62,76,67)
#333E36
(51,62,54)
#283029
(40,48,41)
#1D221C
(29,34,28)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #80A091

#80A091
(128,160,145)
#8BA89B
(139,168,155)
#96B0A5
(150,176,165)
#A1B8AF
(161,184,175)
#ACC0B9
(172,192,185)
#B7C8C3
(183,200,195)
#C2D0CD
(194,208,205)
#CDD8D7
(205,216,215)
#D8E0E1
(216,224,225)
#E3E8EB
(227,232,235)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A091; }

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

This text font color is #80A091.

Background Color

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

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

This div background color is #80A091.

Border color

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

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

This div border color is #80A091.

Opacity

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

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

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

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

This text has shadow with #80A091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A091.

Preview

Color preview on black background

This text has color #80A091 on black background.


Color preview on white background

This text has color #80A091 on white background.


Black color preview on #80A091 background

This text has black color on #80A091 background.


White color preview on #80A091 background

This text has white color on #80A091 background.


Related colors

Complementary color

Complementary color for #hex is #7F5F6E.


I love getcolorcode.com

Triadic colors

1 #9180A0 and #A09180 with #80A091 are triadic colors.

2 #91A080 and #A08091 with #80A091 are triadic colors.