COLOR #80B0AB

HEX: #80B0AB RGB: (128,176,171)

Color info

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

RGB color model

#80B0AB color RGB value is (128,176,171).

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

RGB channels and saturation

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

128
176
171

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

Portions of RGB colors in percentages

R + G + B = 128 + 176 + 171 = 475 (100%)
R 128 of 475 ~ 26.95%
G 176 of 475 ~ 37.05%
B 171 of 475 ~ 36'%

%26.95
%37.05
%36

CMYK color model

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

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 30.98%

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

CMYK percentages

%27.27
%0
%2.84
%30.98

Codes

Color #80B0AB in popluar color models

80 B0 AB
RGB 128 176 171
HSL 174° 23.30% 59.61%
HSB/HSV 174° 27.27% 69.02%
CMYK 27.27% 0.00% 2.84%
30.98%

Color #80B0AB in popluar number systems.

HEX 80 B0 AB
Decimal 128 176 171
Binary 10000000 10110000 10101011
Octal 200 260 253

Shades and tints

Shades of #80B0AB

#80B0AB
(128,176,171)
#75A09C
(117,160,156)
#6A908D
(106,144,141)
#5F807E
(95,128,126)
#54706F
(84,112,111)
#496060
(73,96,96)
#3E5051
(62,80,81)
#334042
(51,64,66)
#283033
(40,48,51)
#1D2024
(29,32,36)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #80B0AB

#80B0AB
(128,176,171)
#8BB7B2
(139,183,178)
#96BEB9
(150,190,185)
#A1C5C0
(161,197,192)
#ACCCC7
(172,204,199)
#B7D3CE
(183,211,206)
#C2DAD5
(194,218,213)
#CDE1DC
(205,225,220)
#D8E8E3
(216,232,227)
#E3EFEA
(227,239,234)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B0AB; }

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

This text font color is #80B0AB.

Background Color

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

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

This div background color is #80B0AB.

Border color

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

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

This div border color is #80B0AB.

Opacity

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

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

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

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

This text has shadow with #80B0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B0AB.

Preview

Color preview on black background

This text has color #80B0AB on black background.


Color preview on white background

This text has color #80B0AB on white background.


Black color preview on #80B0AB background

This text has black color on #80B0AB background.


White color preview on #80B0AB background

This text has white color on #80B0AB background.


Related colors

Complementary color

Complementary color for #hex is #7F4F54.


I love getcolorcode.com

Triadic colors

1 #AB80B0 and #B0AB80 with #80B0AB are triadic colors.

2 #ABB080 and #B080AB with #80B0AB are triadic colors.