COLOR #80B08D

HEX: #80B08D RGB: (128,176,141)

Color info

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

RGB color model

#80B08D color RGB value is (128,176,141).

RGB: (128,176,141) (50%, 69%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 176 of 255 = 69%
B 141 of 255 = 55%

128
176
141

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

Portions of RGB colors in percentages

R + G + B = 128 + 176 + 141 = 445 (100%)
R 128 of 445 ~ 28.76%
G 176 of 445 ~ 39.55%
B 141 of 445 ~ 31.69'%

%28.76
%39.55
%31.69

CMYK color model

#80B08D color CMYK value is (27,0,20,31).

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

CMYK: (27,0,20,31)
C27M0Y20K31 (27%, 0%, 20%, 31%)
(0.27 / 0.00 / 0.20 / 0.31)

CMYK percentages

%27.27
%0
%19.89
%30.98

Codes

Color #80B08D in popluar color models

80 B0 8D
RGB 128 176 141
HSL 136° 23.30% 59.61%
HSB/HSV 136° 27.27% 69.02%
CMYK 27.27% 0.00% 19.89%
30.98%

Color #80B08D in popluar number systems.

HEX 80 B0 8D
Decimal 128 176 141
Binary 10000000 10110000 10001101
Octal 200 260 215

Shades and tints

Shades of #80B08D

#80B08D
(128,176,141)
#75A081
(117,160,129)
#6A9075
(106,144,117)
#5F8069
(95,128,105)
#54705D
(84,112,93)
#496051
(73,96,81)
#3E5045
(62,80,69)
#334039
(51,64,57)
#28302D
(40,48,45)
#1D2021
(29,32,33)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #80B08D

#80B08D
(128,176,141)
#8BB797
(139,183,151)
#96BEA1
(150,190,161)
#A1C5AB
(161,197,171)
#ACCCB5
(172,204,181)
#B7D3BF
(183,211,191)
#C2DAC9
(194,218,201)
#CDE1D3
(205,225,211)
#D8E8DD
(216,232,221)
#E3EFE7
(227,239,231)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B08D; }

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

This text font color is #80B08D.

Background Color

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

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

This div background color is #80B08D.

Border color

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

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

This div border color is #80B08D.

Opacity

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

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

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

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

This text has shadow with #80B08D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B08D.

Preview

Color preview on black background

This text has color #80B08D on black background.


Color preview on white background

This text has color #80B08D on white background.


Black color preview on #80B08D background

This text has black color on #80B08D background.


White color preview on #80B08D background

This text has white color on #80B08D background.


Related colors

Complementary color

Complementary color for #hex is #7F4F72.


I love getcolorcode.com

Triadic colors

1 #8D80B0 and #B08D80 with #80B08D are triadic colors.

2 #8DB080 and #B0808D with #80B08D are triadic colors.