COLOR #80B09B

HEX: #80B09B
RGB: (128,176,155)

Color info

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

RGB color model

#80B09B color RGB value is (128,176,155).

  • red value is 128;
  • green value is 176;
  • blue value is 155.
RGB:
(128,176,155)
(50%,69%,61%)

RGB channels and saturation

R 128 of 255 = 50%
G 176 of 255 = 69%
B 155 of 255 = 61%

128
176
155

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

Portions of RGB colors in percentages

R + G + B =
128 + 176 + 155 = 459 (100%)
R 128 of 459 ~ 27.89%
G 176 of 459 ~ 38.34%
B 155 of 459 ~ 33.77%

%27.89
%38.34
%33.77

CMYK color model

#80B09B color CMYK value is (27,0,12,31).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 30.98%
CMYK:
(27,0,12,31)
C27M0Y12K31 
(27%,0%,12%,31%)
(0.27/0.00/0.12/0.31)	

CMYK percentages

%27.27
%0
%11.93
%30.98

Codes

Color #80B09B in popluar color models

80B09B
RGB128176155
HSL154°23.30%59.61%
HSB/HSV154°27.27%69.02%
CMYK27.27%0.00%11.93%
30.98%

Color #80B09B in popluar number systems.

HEX80B09B
Decimal128176155
Binary100000001011000010011011
Octal200260233

Shades and tints

Shades of #80B09B

#80B09B
(128,176,155)
#75A08D
(117,160,141)
#6A907F
(106,144,127)
#5F8071
(95,128,113)
#547063
(84,112,99)
#496055
(73,96,85)
#3E5047
(62,80,71)
#334039
(51,64,57)
#28302B
(40,48,43)
#1D201D
(29,32,29)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #80B09B

#80B09B
(128,176,155)
#8BB7A4
(139,183,164)
#96BEAD
(150,190,173)
#A1C5B6
(161,197,182)
#ACCCBF
(172,204,191)
#B7D3C8
(183,211,200)
#C2DAD1
(194,218,209)
#CDE1DA
(205,225,218)
#D8E8E3
(216,232,227)
#E3EFEC
(227,239,236)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B09B; }

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

This text font color is #80B09B.


Background Color

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

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

This div background color is #80B09B.


Border color

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

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

This div border color is #80B09B.


Opacity

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

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

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

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

This text has shadow with #80B09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B09B on black background.


Color preview on white background

This text has color #80B09B on white background.



Black color preview on #80B09B background

This text has black color on #80B09B background.


White color preview on #80B09B background

This text has white color on #80B09B background.