COLOR #80A6AF

HEX: #80A6AF RGB: (128,166,175)

Color info

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

RGB color model

#80A6AF color RGB value is (128,166,175).

RGB: (128,166,175) (50%, 65%, 69%)

RGB channels and saturation

R 128 of 255 = 50%
G 166 of 255 = 65%
B 175 of 255 = 69%

128
166
175

R + G + B ~ 61%. #80A6AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 166 + 175 = 469 (100%)
R 128 of 469 ~ 27.29%
G 166 of 469 ~ 35.39%
B 175 of 469 ~ 37.31'%

%27.29
%35.39
%37.31

CMYK color model

#80A6AF color CMYK value is (27,5,0,31).

  • cyan value is 26.86%
  • magenta value is 5.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (27,5,0,31)
C27M5Y0K31 (27%, 5%, 0%, 31%)
(0.27 / 0.05 / 0.00 / 0.31)

CMYK percentages

%26.86
%5.14
%0
%31.37

Codes

Color #80A6AF in popluar color models

80 A6 AF
RGB 128 166 175
HSL 191° 22.71% 59.41%
HSB/HSV 191° 26.86% 68.63%
CMYK 26.86% 5.14% 0.00%
31.37%

Color #80A6AF in popluar number systems.

HEX 80 A6 AF
Decimal 128 166 175
Binary 10000000 10100110 10101111
Octal 200 246 257

Shades and tints

Shades of #80A6AF

#80A6AF
(128,166,175)
#7597A0
(117,151,160)
#6A8891
(106,136,145)
#5F7982
(95,121,130)
#546A73
(84,106,115)
#495B64
(73,91,100)
#3E4C55
(62,76,85)
#333D46
(51,61,70)
#282E37
(40,46,55)
#1D1F28
(29,31,40)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #80A6AF

#80A6AF
(128,166,175)
#8BAEB6
(139,174,182)
#96B6BD
(150,182,189)
#A1BEC4
(161,190,196)
#ACC6CB
(172,198,203)
#B7CED2
(183,206,210)
#C2D6D9
(194,214,217)
#CDDEE0
(205,222,224)
#D8E6E7
(216,230,231)
#E3EEEE
(227,238,238)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A6AF color. Also use rgb(128,166,175) instead hex code.

Text Font Color

.myTextColor { color: #80A6AF; }

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

This text font color is #80A6AF.

Background Color

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

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

This div background color is #80A6AF.

Border color

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

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

This div border color is #80A6AF.

Opacity

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

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

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

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

This text has shadow with #80A6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A6AF.

Preview

Color preview on black background

This text has color #80A6AF on black background.


Color preview on white background

This text has color #80A6AF on white background.


Black color preview on #80A6AF background

This text has black color on #80A6AF background.


White color preview on #80A6AF background

This text has white color on #80A6AF background.


Related colors

Complementary color

Complementary color for #hex is #7F5950.


I love getcolorcode.com

Triadic colors

1 #AF80A6 and #A6AF80 with #80A6AF are triadic colors.

2 #AFA680 and #A680AF with #80A6AF are triadic colors.