COLOR #80A2A0

HEX: #80A2A0
RGB: (128,162,160)

Color info

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

RGB color model

#80A2A0 color RGB value is (128,162,160).

  • red value is 128;
  • green value is 162;
  • blue value is 160.
RGB:
(128,162,160)
(50%,64%,63%)

RGB channels and saturation

R 128 of 255 = 50%
G 162 of 255 = 64%
B 160 of 255 = 63%

128
162
160

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

Portions of RGB colors in percentages

R + G + B =
128 + 162 + 160 = 450 (100%)
R 128 of 450 ~ 28.44%
G 162 of 450 ~ 36%
B 160 of 450 ~ 35.56%

%28.44
%36
%35.56

CMYK color model

#80A2A0 color CMYK value is (21,0,1,36).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 1.23%
  • key color value is 36.47%
CMYK:
(21,0,1,36)
C21M0Y1K36 
(21%,0%,1%,36%)
(0.21/0.00/0.01/0.36)	

CMYK percentages

%20.99
%0
%1.23
%36.47

Codes

Color #80A2A0 in popluar color models

80A2A0
RGB128162160
HSL176°15.45%56.86%
HSB/HSV176°20.99%63.53%
CMYK20.99%0.00%1.23%
36.47%

Color #80A2A0 in popluar number systems.

HEX80A2A0
Decimal128162160
Binary100000001010001010100000
Octal200242240

Shades and tints

Shades of #80A2A0

#80A2A0
(128,162,160)
#759492
(117,148,146)
#6A8684
(106,134,132)
#5F7876
(95,120,118)
#546A68
(84,106,104)
#495C5A
(73,92,90)
#3E4E4C
(62,78,76)
#33403E
(51,64,62)
#283230
(40,50,48)
#1D2422
(29,36,34)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #80A2A0

#80A2A0
(128,162,160)
#8BAAA8
(139,170,168)
#96B2B0
(150,178,176)
#A1BAB8
(161,186,184)
#ACC2C0
(172,194,192)
#B7CAC8
(183,202,200)
#C2D2D0
(194,210,208)
#CDDAD8
(205,218,216)
#D8E2E0
(216,226,224)
#E3EAE8
(227,234,232)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A2A0; }

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

This text font color is #80A2A0.


Background Color

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

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

This div background color is #80A2A0.


Border color

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

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

This div border color is #80A2A0.


Opacity

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

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

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

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

This text has shadow with #80A2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A2A0 on black background.


Color preview on white background

This text has color #80A2A0 on white background.



Black color preview on #80A2A0 background

This text has black color on #80A2A0 background.


White color preview on #80A2A0 background

This text has white color on #80A2A0 background.