COLOR #80AAAF

HEX: #80AAAF RGB: (128,170,175)

Color info

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

RGB color model

#80AAAF color RGB value is (128,170,175).

RGB: (128,170,175) (50%, 67%, 69%)

RGB channels and saturation

R 128 of 255 = 50%
G 170 of 255 = 67%
B 175 of 255 = 69%

128
170
175

R + G + B ~ 62%. #80AAAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 170 + 175 = 473 (100%)
R 128 of 473 ~ 27.06%
G 170 of 473 ~ 35.94%
B 175 of 473 ~ 37'%

%27.06
%35.94
%37

CMYK color model

#80AAAF color CMYK value is (27,3,0,31).

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

CMYK: (27,3,0,31)
C27M3Y0K31 (27%, 3%, 0%, 31%)
(0.27 / 0.03 / 0.00 / 0.31)

CMYK percentages

%26.86
%2.86
%0
%31.37

Codes

Color #80AAAF in popluar color models

80 AA AF
RGB 128 170 175
HSL 186° 22.71% 59.41%
HSB/HSV 186° 26.86% 68.63%
CMYK 26.86% 2.86% 0.00%
31.37%

Color #80AAAF in popluar number systems.

HEX 80 AA AF
Decimal 128 170 175
Binary 10000000 10101010 10101111
Octal 200 252 257

Shades and tints

Shades of #80AAAF

#80AAAF
(128,170,175)
#759BA0
(117,155,160)
#6A8C91
(106,140,145)
#5F7D82
(95,125,130)
#546E73
(84,110,115)
#495F64
(73,95,100)
#3E5055
(62,80,85)
#334146
(51,65,70)
#283237
(40,50,55)
#1D2328
(29,35,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #80AAAF

#80AAAF
(128,170,175)
#8BB1B6
(139,177,182)
#96B8BD
(150,184,189)
#A1BFC4
(161,191,196)
#ACC6CB
(172,198,203)
#B7CDD2
(183,205,210)
#C2D4D9
(194,212,217)
#CDDBE0
(205,219,224)
#D8E2E7
(216,226,231)
#E3E9EE
(227,233,238)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AAAF; }

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

This text font color is #80AAAF.

Background Color

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

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

This div background color is #80AAAF.

Border color

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

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

This div border color is #80AAAF.

Opacity

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

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

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

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

This text has shadow with #80AAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AAAF.

Preview

Color preview on black background

This text has color #80AAAF on black background.


Color preview on white background

This text has color #80AAAF on white background.


Black color preview on #80AAAF background

This text has black color on #80AAAF background.


White color preview on #80AAAF background

This text has white color on #80AAAF background.


Related colors

Complementary color

Complementary color for #hex is #7F5550.


I love getcolorcode.com

Triadic colors

1 #AF80AA and #AAAF80 with #80AAAF are triadic colors.

2 #AFAA80 and #AA80AF with #80AAAF are triadic colors.