COLOR #80A886

HEX: #80A886
RGB: (128,168,134)

Color info

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

RGB color model

#80A886 color RGB value is (128,168,134).

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

RGB channels and saturation

R 128 of 255 = 50%
G 168 of 255 = 66%
B 134 of 255 = 53%

128
168
134

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

Portions of RGB colors in percentages

R + G + B =
128 + 168 + 134 = 430 (100%)
R 128 of 430 ~ 29.77%
G 168 of 430 ~ 39.07%
B 134 of 430 ~ 31.16%

%29.77
%39.07
%31.16

CMYK color model

#80A886 color CMYK value is (24,0,20,34).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 34.12%
CMYK:
(24,0,20,34)
C24M0Y20K34 
(24%,0%,20%,34%)
(0.24/0.00/0.20/0.34)	

CMYK percentages

%23.81
%0
%20.24
%34.12

Codes

Color #80A886 in popluar color models

80A886
RGB128168134
HSL129°18.69%58.04%
HSB/HSV129°23.81%65.88%
CMYK23.81%0.00%20.24%
34.12%

Color #80A886 in popluar number systems.

HEX80A886
Decimal128168134
Binary100000001010100010000110
Octal200250206

Shades and tints

Shades of #80A886

#80A886
(128,168,134)
#75997A
(117,153,122)
#6A8A6E
(106,138,110)
#5F7B62
(95,123,98)
#546C56
(84,108,86)
#495D4A
(73,93,74)
#3E4E3E
(62,78,62)
#333F32
(51,63,50)
#283026
(40,48,38)
#1D211A
(29,33,26)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #80A886

#80A886
(128,168,134)
#8BAF91
(139,175,145)
#96B69C
(150,182,156)
#A1BDA7
(161,189,167)
#ACC4B2
(172,196,178)
#B7CBBD
(183,203,189)
#C2D2C8
(194,210,200)
#CDD9D3
(205,217,211)
#D8E0DE
(216,224,222)
#E3E7E9
(227,231,233)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A886; }

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

This text font color is #80A886.


Background Color

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

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

This div background color is #80A886.


Border color

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

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

This div border color is #80A886.


Opacity

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

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

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

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

This text has shadow with #80A886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A886 on black background.


Color preview on white background

This text has color #80A886 on white background.



Black color preview on #80A886 background

This text has black color on #80A886 background.


White color preview on #80A886 background

This text has white color on #80A886 background.