COLOR #80A4AA

HEX: #80A4AA
RGB: (128,164,170)

Color info

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

RGB color model

#80A4AA color RGB value is (128,164,170).

  • red value is 128;
  • green value is 164;
  • blue value is 170.
RGB:
(128,164,170)
(50%,64%,67%)

RGB channels and saturation

R 128 of 255 = 50%
G 164 of 255 = 64%
B 170 of 255 = 67%

128
164
170

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

Portions of RGB colors in percentages

R + G + B =
128 + 164 + 170 = 462 (100%)
R 128 of 462 ~ 27.71%
G 164 of 462 ~ 35.5%
B 170 of 462 ~ 36.8%

%27.71
%35.5
%36.8

CMYK color model

#80A4AA color CMYK value is (25,4,0,33).

  • cyan value is 24.71%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,4,0,33)
C25M4Y0K33 
(25%,4%,0%,33%)
(0.25/0.04/0.00/0.33)	

CMYK percentages

%24.71
%3.53
%0
%33.33

Codes

Color #80A4AA in popluar color models

80A4AA
RGB128164170
HSL189°19.81%58.43%
HSB/HSV189°24.71%66.67%
CMYK24.71%3.53%0.00%
33.33%

Color #80A4AA in popluar number systems.

HEX80A4AA
Decimal128164170
Binary100000001010010010101010
Octal200244252

Shades and tints

Shades of #80A4AA

#80A4AA
(128,164,170)
#75969B
(117,150,155)
#6A888C
(106,136,140)
#5F7A7D
(95,122,125)
#546C6E
(84,108,110)
#495E5F
(73,94,95)
#3E5050
(62,80,80)
#334241
(51,66,65)
#283432
(40,52,50)
#1D2623
(29,38,35)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #80A4AA

#80A4AA
(128,164,170)
#8BACB1
(139,172,177)
#96B4B8
(150,180,184)
#A1BCBF
(161,188,191)
#ACC4C6
(172,196,198)
#B7CCCD
(183,204,205)
#C2D4D4
(194,212,212)
#CDDCDB
(205,220,219)
#D8E4E2
(216,228,226)
#E3ECE9
(227,236,233)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A4AA color. Also use rgb(128,164,170) instead hex code.

Text Font Color

.myTextColor { color: #80A4AA; }

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

This text font color is #80A4AA.


Background Color

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

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

This div background color is #80A4AA.


Border color

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

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

This div border color is #80A4AA.


Opacity

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

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

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

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

This text has shadow with #80A4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A4AA on black background.


Color preview on white background

This text has color #80A4AA on white background.



Black color preview on #80A4AA background

This text has black color on #80A4AA background.


White color preview on #80A4AA background

This text has white color on #80A4AA background.