COLOR #80B0A9

HEX: #80B0A9 RGB: (128,176,169)

Color info

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

RGB color model

#80B0A9 color RGB value is (128,176,169).

RGB: (128,176,169) (50%, 69%, 66%)

RGB channels and saturation

R 128 of 255 = 50%
G 176 of 255 = 69%
B 169 of 255 = 66%

128
176
169

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

Portions of RGB colors in percentages

R + G + B = 128 + 176 + 169 = 473 (100%)
R 128 of 473 ~ 27.06%
G 176 of 473 ~ 37.21%
B 169 of 473 ~ 35.73'%

%27.06
%37.21
%35.73

CMYK color model

#80B0A9 color CMYK value is (27,0,4,31).

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

CMYK: (27,0,4,31)
C27M0Y4K31 (27%, 0%, 4%, 31%)
(0.27 / 0.00 / 0.04 / 0.31)

CMYK percentages

%27.27
%0
%3.98
%30.98

Codes

Color #80B0A9 in popluar color models

80 B0 A9
RGB 128 176 169
HSL 171° 23.30% 59.61%
HSB/HSV 171° 27.27% 69.02%
CMYK 27.27% 0.00% 3.98%
30.98%

Color #80B0A9 in popluar number systems.

HEX 80 B0 A9
Decimal 128 176 169
Binary 10000000 10110000 10101001
Octal 200 260 251

Shades and tints

Shades of #80B0A9

#80B0A9
(128,176,169)
#75A09A
(117,160,154)
#6A908B
(106,144,139)
#5F807C
(95,128,124)
#54706D
(84,112,109)
#49605E
(73,96,94)
#3E504F
(62,80,79)
#334040
(51,64,64)
#283031
(40,48,49)
#1D2022
(29,32,34)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #80B0A9

#80B0A9
(128,176,169)
#8BB7B0
(139,183,176)
#96BEB7
(150,190,183)
#A1C5BE
(161,197,190)
#ACCCC5
(172,204,197)
#B7D3CC
(183,211,204)
#C2DAD3
(194,218,211)
#CDE1DA
(205,225,218)
#D8E8E1
(216,232,225)
#E3EFE8
(227,239,232)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B0A9; }

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

This text font color is #80B0A9.

Background Color

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

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

This div background color is #80B0A9.

Border color

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

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

This div border color is #80B0A9.

Opacity

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

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

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

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

This text has shadow with #80B0A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B0A9.

Preview

Color preview on black background

This text has color #80B0A9 on black background.


Color preview on white background

This text has color #80B0A9 on white background.


Black color preview on #80B0A9 background

This text has black color on #80B0A9 background.


White color preview on #80B0A9 background

This text has white color on #80B0A9 background.


Related colors

Complementary color

Complementary color for #hex is #7F4F56.


I love getcolorcode.com

Triadic colors

1 #A980B0 and #B0A980 with #80B0A9 are triadic colors.

2 #A9B080 and #B080A9 with #80B0A9 are triadic colors.