COLOR #80B48B

HEX: #80B48B
RGB: (128,180,139)

Color info

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

RGB color model

#80B48B color RGB value is (128,180,139).

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

RGB channels and saturation

R 128 of 255 = 50%
G 180 of 255 = 71%
B 139 of 255 = 55%

128
180
139

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

Portions of RGB colors in percentages

R + G + B =
128 + 180 + 139 = 447 (100%)
R 128 of 447 ~ 28.64%
G 180 of 447 ~ 40.27%
B 139 of 447 ~ 31.1%

%28.64
%40.27
%31.1

CMYK color model

#80B48B color CMYK value is (29,0,23,29).

  • cyan value is 28.89%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 29.41%
CMYK:
(29,0,23,29)
C29M0Y23K29 
(29%,0%,23%,29%)
(0.29/0.00/0.23/0.29)	

CMYK percentages

%28.89
%0
%22.78
%29.41

Codes

Color #80B48B in popluar color models

80B48B
RGB128180139
HSL133°25.74%60.39%
HSB/HSV133°28.89%70.59%
CMYK28.89%0.00%22.78%
29.41%

Color #80B48B in popluar number systems.

HEX80B48B
Decimal128180139
Binary100000001011010010001011
Octal200264213

Shades and tints

Shades of #80B48B

#80B48B
(128,180,139)
#75A47F
(117,164,127)
#6A9473
(106,148,115)
#5F8467
(95,132,103)
#54745B
(84,116,91)
#49644F
(73,100,79)
#3E5443
(62,84,67)
#334437
(51,68,55)
#28342B
(40,52,43)
#1D241F
(29,36,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #80B48B

#80B48B
(128,180,139)
#8BBA95
(139,186,149)
#96C09F
(150,192,159)
#A1C6A9
(161,198,169)
#ACCCB3
(172,204,179)
#B7D2BD
(183,210,189)
#C2D8C7
(194,216,199)
#CDDED1
(205,222,209)
#D8E4DB
(216,228,219)
#E3EAE5
(227,234,229)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B48B; }

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

This text font color is #80B48B.


Background Color

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

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

This div background color is #80B48B.


Border color

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

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

This div border color is #80B48B.


Opacity

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

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

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

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

This text has shadow with #80B48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B48B on black background.


Color preview on white background

This text has color #80B48B on white background.



Black color preview on #80B48B background

This text has black color on #80B48B background.


White color preview on #80B48B background

This text has white color on #80B48B background.