COLOR #80B49F

HEX: #80B49F
RGB: (128,180,159)

Color info

#80B49F contains red, green and blue colors in about the same proportion. Web safe color of #80B49F is #66CC99 (or #6C9).

RGB color model

#80B49F color RGB value is (128,180,159).

  • red value is 128;
  • green value is 180;
  • blue value is 159.
RGB:
(128,180,159)
(50%,71%,62%)

RGB channels and saturation

R 128 of 255 = 50%
G 180 of 255 = 71%
B 159 of 255 = 62%

128
180
159

R + G + B ~ 61%. #80B49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 180 + 159 = 467 (100%)
R 128 of 467 ~ 27.41%
G 180 of 467 ~ 38.54%
B 159 of 467 ~ 34.05%

%27.41
%38.54
%34.05

CMYK color model

#80B49F color CMYK value is (29,0,12,29).

  • cyan value is 28.89%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(29,0,12,29)
C29M0Y12K29 
(29%,0%,12%,29%)
(0.29/0.00/0.12/0.29)	

CMYK percentages

%28.89
%0
%11.67
%29.41

Codes

Color #80B49F in popluar color models

80B49F
RGB128180159
HSL156°25.74%60.39%
HSB/HSV156°28.89%70.59%
CMYK28.89%0.00%11.67%
29.41%

Color #80B49F in popluar number systems.

HEX80B49F
Decimal128180159
Binary100000001011010010011111
Octal200264237

Shades and tints

Shades of #80B49F

#80B49F
(128,180,159)
#75A491
(117,164,145)
#6A9483
(106,148,131)
#5F8475
(95,132,117)
#547467
(84,116,103)
#496459
(73,100,89)
#3E544B
(62,84,75)
#33443D
(51,68,61)
#28342F
(40,52,47)
#1D2421
(29,36,33)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #80B49F

#80B49F
(128,180,159)
#8BBAA7
(139,186,167)
#96C0AF
(150,192,175)
#A1C6B7
(161,198,183)
#ACCCBF
(172,204,191)
#B7D2C7
(183,210,199)
#C2D8CF
(194,216,207)
#CDDED7
(205,222,215)
#D8E4DF
(216,228,223)
#E3EAE7
(227,234,231)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B49F color. Also use rgb(128,180,159) instead hex code.

Text Font Color

.myTextColor { color: #80B49F; }

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

This text font color is #80B49F.


Background Color

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

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

This div background color is #80B49F.


Border color

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

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

This div border color is #80B49F.


Opacity

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

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

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

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

This text has shadow with #80B49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B49F on black background.


Color preview on white background

This text has color #80B49F on white background.



Black color preview on #80B49F background

This text has black color on #80B49F background.


White color preview on #80B49F background

This text has white color on #80B49F background.