COLOR #80ABAF

HEX: #80ABAF RGB: (128,171,175)

Color info

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

RGB color model

#80ABAF color RGB value is (128,171,175).

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

RGB channels and saturation

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

128
171
175

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

Portions of RGB colors in percentages

R + G + B = 128 + 171 + 175 = 474 (100%)
R 128 of 474 ~ 27%
G 171 of 474 ~ 36.08%
B 175 of 474 ~ 36.92'%

%27
%36.08
%36.92

CMYK color model

#80ABAF color CMYK value is (27,2,0,31).

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

CMYK: (27,2,0,31)
C27M2Y0K31 (27%, 2%, 0%, 31%)
(0.27 / 0.02 / 0.00 / 0.31)

CMYK percentages

%26.86
%2.29
%0
%31.37

Codes

Color #80ABAF in popluar color models

80 AB AF
RGB 128 171 175
HSL 185° 22.71% 59.41%
HSB/HSV 185° 26.86% 68.63%
CMYK 26.86% 2.29% 0.00%
31.37%

Color #80ABAF in popluar number systems.

HEX 80 AB AF
Decimal 128 171 175
Binary 10000000 10101011 10101111
Octal 200 253 257

Shades and tints

Shades of #80ABAF

#80ABAF
(128,171,175)
#759CA0
(117,156,160)
#6A8D91
(106,141,145)
#5F7E82
(95,126,130)
#546F73
(84,111,115)
#496064
(73,96,100)
#3E5155
(62,81,85)
#334246
(51,66,70)
#283337
(40,51,55)
#1D2428
(29,36,40)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #80ABAF

#80ABAF
(128,171,175)
#8BB2B6
(139,178,182)
#96B9BD
(150,185,189)
#A1C0C4
(161,192,196)
#ACC7CB
(172,199,203)
#B7CED2
(183,206,210)
#C2D5D9
(194,213,217)
#CDDCE0
(205,220,224)
#D8E3E7
(216,227,231)
#E3EAEE
(227,234,238)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ABAF; }

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

This text font color is #80ABAF.

Background Color

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

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

This div background color is #80ABAF.

Border color

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

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

This div border color is #80ABAF.

Opacity

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

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

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

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

This text has shadow with #80ABAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80ABAF.

Preview

Color preview on black background

This text has color #80ABAF on black background.


Color preview on white background

This text has color #80ABAF on white background.


Black color preview on #80ABAF background

This text has black color on #80ABAF background.


White color preview on #80ABAF background

This text has white color on #80ABAF background.


Related colors

Complementary color

Complementary color for #hex is #7F5450.


I love getcolorcode.com

Triadic colors

1 #AF80AB and #ABAF80 with #80ABAF are triadic colors.

2 #AFAB80 and #AB80AF with #80ABAF are triadic colors.