COLOR #80A0AD

HEX: #80A0AD RGB: (128,160,173)

Color info

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

RGB color model

#80A0AD color RGB value is (128,160,173).

RGB: (128,160,173) (50%, 63%, 68%)

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 173 of 255 = 68%

128
160
173

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

Portions of RGB colors in percentages

R + G + B = 128 + 160 + 173 = 461 (100%)
R 128 of 461 ~ 27.77%
G 160 of 461 ~ 34.71%
B 173 of 461 ~ 37.53'%

%27.77
%34.71
%37.53

CMYK color model

#80A0AD color CMYK value is (26,8,0,32).

  • cyan value is 26.01%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (26,8,0,32)
C26M8Y0K32 (26%, 8%, 0%, 32%)
(0.26 / 0.08 / 0.00 / 0.32)

CMYK percentages

%26.01
%7.51
%0
%32.16

Codes

Color #80A0AD in popluar color models

80 A0 AD
RGB 128 160 173
HSL 197° 21.53% 59.02%
HSB/HSV 197° 26.01% 67.84%
CMYK 26.01% 7.51% 0.00%
32.16%

Color #80A0AD in popluar number systems.

HEX 80 A0 AD
Decimal 128 160 173
Binary 10000000 10100000 10101101
Octal 200 240 255

Shades and tints

Shades of #80A0AD

#80A0AD
(128,160,173)
#75929E
(117,146,158)
#6A848F
(106,132,143)
#5F7680
(95,118,128)
#546871
(84,104,113)
#495A62
(73,90,98)
#3E4C53
(62,76,83)
#333E44
(51,62,68)
#283035
(40,48,53)
#1D2226
(29,34,38)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #80A0AD

#80A0AD
(128,160,173)
#8BA8B4
(139,168,180)
#96B0BB
(150,176,187)
#A1B8C2
(161,184,194)
#ACC0C9
(172,192,201)
#B7C8D0
(183,200,208)
#C2D0D7
(194,208,215)
#CDD8DE
(205,216,222)
#D8E0E5
(216,224,229)
#E3E8EC
(227,232,236)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A0AD; }

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

This text font color is #80A0AD.

Background Color

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

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

This div background color is #80A0AD.

Border color

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

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

This div border color is #80A0AD.

Opacity

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

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

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

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

This text has shadow with #80A0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A0AD.

Preview

Color preview on black background

This text has color #80A0AD on black background.


Color preview on white background

This text has color #80A0AD on white background.


Black color preview on #80A0AD background

This text has black color on #80A0AD background.


White color preview on #80A0AD background

This text has white color on #80A0AD background.


Related colors

Complementary color

Complementary color for #hex is #7F5F52.


I love getcolorcode.com

Triadic colors

1 #AD80A0 and #A0AD80 with #80A0AD are triadic colors.

2 #ADA080 and #A080AD with #80A0AD are triadic colors.