COLOR #80A29A

HEX: #80A29A
RGB: (128,162,154)

Color info

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

RGB color model

#80A29A color RGB value is (128,162,154).

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

RGB channels and saturation

R 128 of 255 = 50%
G 162 of 255 = 64%
B 154 of 255 = 60%

128
162
154

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

Portions of RGB colors in percentages

R + G + B =
128 + 162 + 154 = 444 (100%)
R 128 of 444 ~ 28.83%
G 162 of 444 ~ 36.49%
B 154 of 444 ~ 34.68%

%28.83
%36.49
%34.68

CMYK color model

#80A29A color CMYK value is (21,0,5,36).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 36.47%
CMYK:
(21,0,5,36)
C21M0Y5K36 
(21%,0%,5%,36%)
(0.21/0.00/0.05/0.36)	

CMYK percentages

%20.99
%0
%4.94
%36.47

Codes

Color #80A29A in popluar color models

80A29A
RGB128162154
HSL166°15.45%56.86%
HSB/HSV166°20.99%63.53%
CMYK20.99%0.00%4.94%
36.47%

Color #80A29A in popluar number systems.

HEX80A29A
Decimal128162154
Binary100000001010001010011010
Octal200242232

Shades and tints

Shades of #80A29A

#80A29A
(128,162,154)
#75948C
(117,148,140)
#6A867E
(106,134,126)
#5F7870
(95,120,112)
#546A62
(84,106,98)
#495C54
(73,92,84)
#3E4E46
(62,78,70)
#334038
(51,64,56)
#28322A
(40,50,42)
#1D241C
(29,36,28)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #80A29A

#80A29A
(128,162,154)
#8BAAA3
(139,170,163)
#96B2AC
(150,178,172)
#A1BAB5
(161,186,181)
#ACC2BE
(172,194,190)
#B7CAC7
(183,202,199)
#C2D2D0
(194,210,208)
#CDDAD9
(205,218,217)
#D8E2E2
(216,226,226)
#E3EAEB
(227,234,235)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A29A; }

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

This text font color is #80A29A.


Background Color

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

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

This div background color is #80A29A.


Border color

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

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

This div border color is #80A29A.


Opacity

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

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

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

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

This text has shadow with #80A29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A29A on black background.


Color preview on white background

This text has color #80A29A on white background.



Black color preview on #80A29A background

This text has black color on #80A29A background.


White color preview on #80A29A background

This text has white color on #80A29A background.