COLOR #80B099

HEX: #80B099 RGB: (128,176,153)

Color info

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

RGB color model

#80B099 color RGB value is (128,176,153).

RGB: (128,176,153) (50%, 69%, 60%)

RGB channels and saturation

R 128 of 255 = 50%
G 176 of 255 = 69%
B 153 of 255 = 60%

128
176
153

R + G + B ~ 60%. #80B099 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 176 + 153 = 457 (100%)
R 128 of 457 ~ 28.01%
G 176 of 457 ~ 38.51%
B 153 of 457 ~ 33.48'%

%28.01
%38.51
%33.48

CMYK color model

#80B099 color CMYK value is (27,0,13,31).

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

CMYK: (27,0,13,31)
C27M0Y13K31 (27%, 0%, 13%, 31%)
(0.27 / 0.00 / 0.13 / 0.31)

CMYK percentages

%27.27
%0
%13.07
%30.98

Codes

Color #80B099 in popluar color models

80 B0 99
RGB 128 176 153
HSL 151° 23.30% 59.61%
HSB/HSV 151° 27.27% 69.02%
CMYK 27.27% 0.00% 13.07%
30.98%

Color #80B099 in popluar number systems.

HEX 80 B0 99
Decimal 128 176 153
Binary 10000000 10110000 10011001
Octal 200 260 231

Shades and tints

Shades of #80B099

#80B099
(128,176,153)
#75A08C
(117,160,140)
#6A907F
(106,144,127)
#5F8072
(95,128,114)
#547065
(84,112,101)
#496058
(73,96,88)
#3E504B
(62,80,75)
#33403E
(51,64,62)
#283031
(40,48,49)
#1D2024
(29,32,36)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #80B099

#80B099
(128,176,153)
#8BB7A2
(139,183,162)
#96BEAB
(150,190,171)
#A1C5B4
(161,197,180)
#ACCCBD
(172,204,189)
#B7D3C6
(183,211,198)
#C2DACF
(194,218,207)
#CDE1D8
(205,225,216)
#D8E8E1
(216,232,225)
#E3EFEA
(227,239,234)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B099; }

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

This text font color is #80B099.

Background Color

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

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

This div background color is #80B099.

Border color

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

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

This div border color is #80B099.

Opacity

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

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

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

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

This text has shadow with #80B099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B099.

Preview

Color preview on black background

This text has color #80B099 on black background.


Color preview on white background

This text has color #80B099 on white background.


Black color preview on #80B099 background

This text has black color on #80B099 background.


White color preview on #80B099 background

This text has white color on #80B099 background.


Related colors

Complementary color

Complementary color for #hex is #7F4F66.


I love getcolorcode.com

Triadic colors

1 #9980B0 and #B09980 with #80B099 are triadic colors.

2 #99B080 and #B08099 with #80B099 are triadic colors.