COLOR #80A889

HEX: #80A889
RGB: (128,168,137)

Color info

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

RGB color model

#80A889 color RGB value is (128,168,137).

  • red value is 128;
  • green value is 168;
  • blue value is 137.
RGB:
(128,168,137)
(50%,66%,54%)

RGB channels and saturation

R 128 of 255 = 50%
G 168 of 255 = 66%
B 137 of 255 = 54%

128
168
137

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

Portions of RGB colors in percentages

R + G + B =
128 + 168 + 137 = 433 (100%)
R 128 of 433 ~ 29.56%
G 168 of 433 ~ 38.8%
B 137 of 433 ~ 31.64%

%29.56
%38.8
%31.64

CMYK color model

#80A889 color CMYK value is (24,0,18,34).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 34.12%
CMYK:
(24,0,18,34)
C24M0Y18K34 
(24%,0%,18%,34%)
(0.24/0.00/0.18/0.34)	

CMYK percentages

%23.81
%0
%18.45
%34.12

Codes

Color #80A889 in popluar color models

80A889
RGB128168137
HSL134°18.69%58.04%
HSB/HSV134°23.81%65.88%
CMYK23.81%0.00%18.45%
34.12%

Color #80A889 in popluar number systems.

HEX80A889
Decimal128168137
Binary100000001010100010001001
Octal200250211

Shades and tints

Shades of #80A889

#80A889
(128,168,137)
#75997D
(117,153,125)
#6A8A71
(106,138,113)
#5F7B65
(95,123,101)
#546C59
(84,108,89)
#495D4D
(73,93,77)
#3E4E41
(62,78,65)
#333F35
(51,63,53)
#283029
(40,48,41)
#1D211D
(29,33,29)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #80A889

#80A889
(128,168,137)
#8BAF93
(139,175,147)
#96B69D
(150,182,157)
#A1BDA7
(161,189,167)
#ACC4B1
(172,196,177)
#B7CBBB
(183,203,187)
#C2D2C5
(194,210,197)
#CDD9CF
(205,217,207)
#D8E0D9
(216,224,217)
#E3E7E3
(227,231,227)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A889 color. Also use rgb(128,168,137) instead hex code.

Text Font Color

.myTextColor { color: #80A889; }

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

This text font color is #80A889.


Background Color

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

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

This div background color is #80A889.


Border color

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

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

This div border color is #80A889.


Opacity

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

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

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

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

This text has shadow with #80A889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A889 on black background.


Color preview on white background

This text has color #80A889 on white background.



Black color preview on #80A889 background

This text has black color on #80A889 background.


White color preview on #80A889 background

This text has white color on #80A889 background.