COLOR #80B39C

HEX: #80B39C RGB: (128,179,156)

Color info

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

RGB color model

#80B39C color RGB value is (128,179,156).

RGB: (128,179,156) (50%, 70%, 61%)

RGB channels and saturation

R 128 of 255 = 50%
G 179 of 255 = 70%
B 156 of 255 = 61%

128
179
156

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

Portions of RGB colors in percentages

R + G + B = 128 + 179 + 156 = 463 (100%)
R 128 of 463 ~ 27.65%
G 179 of 463 ~ 38.66%
B 156 of 463 ~ 33.69'%

%27.65
%38.66
%33.69

CMYK color model

#80B39C color CMYK value is (28,0,13,30).

  • cyan value is 28.49%
  • magenta value is 0.00%
  • yellow value is 12.85%
  • key color value is 29.80%

CMYK: (28,0,13,30)
C28M0Y13K30 (28%, 0%, 13%, 30%)
(0.28 / 0.00 / 0.13 / 0.30)

CMYK percentages

%28.49
%0
%12.85
%29.8

Codes

Color #80B39C in popluar color models

80 B3 9C
RGB 128 179 156
HSL 153° 25.12% 60.20%
HSB/HSV 153° 28.49% 70.20%
CMYK 28.49% 0.00% 12.85%
29.80%

Color #80B39C in popluar number systems.

HEX 80 B3 9C
Decimal 128 179 156
Binary 10000000 10110011 10011100
Octal 200 263 234

Shades and tints

Shades of #80B39C

#80B39C
(128,179,156)
#75A38E
(117,163,142)
#6A9380
(106,147,128)
#5F8372
(95,131,114)
#547364
(84,115,100)
#496356
(73,99,86)
#3E5348
(62,83,72)
#33433A
(51,67,58)
#28332C
(40,51,44)
#1D231E
(29,35,30)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #80B39C

#80B39C
(128,179,156)
#8BB9A5
(139,185,165)
#96BFAE
(150,191,174)
#A1C5B7
(161,197,183)
#ACCBC0
(172,203,192)
#B7D1C9
(183,209,201)
#C2D7D2
(194,215,210)
#CDDDDB
(205,221,219)
#D8E3E4
(216,227,228)
#E3E9ED
(227,233,237)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B39C color. Also use rgb(128,179,156) instead hex code.

Text Font Color

.myTextColor { color: #80B39C; }

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

This text font color is #80B39C.

Background Color

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

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

This div background color is #80B39C.

Border color

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

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

This div border color is #80B39C.

Opacity

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

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

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

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

This text has shadow with #80B39C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B39C.

Preview

Color preview on black background

This text has color #80B39C on black background.


Color preview on white background

This text has color #80B39C on white background.


Black color preview on #80B39C background

This text has black color on #80B39C background.


White color preview on #80B39C background

This text has white color on #80B39C background.


Related colors

Complementary color

Complementary color for #hex is #7F4C63.


I love getcolorcode.com

Triadic colors

1 #9C80B3 and #B39C80 with #80B39C are triadic colors.

2 #9CB380 and #B3809C with #80B39C are triadic colors.