COLOR #80A48B

HEX: #80A48B RGB: (128,164,139)

Color info

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

RGB color model

#80A48B color RGB value is (128,164,139).

RGB: (128,164,139) (50%, 64%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 164 of 255 = 64%
B 139 of 255 = 55%

128
164
139

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

Portions of RGB colors in percentages

R + G + B = 128 + 164 + 139 = 431 (100%)
R 128 of 431 ~ 29.7%
G 164 of 431 ~ 38.05%
B 139 of 431 ~ 32.25'%

%29.7
%38.05
%32.25

CMYK color model

#80A48B color CMYK value is (22,0,15,36).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 35.69%

CMYK: (22,0,15,36)
C22M0Y15K36 (22%, 0%, 15%, 36%)
(0.22 / 0.00 / 0.15 / 0.36)

CMYK percentages

%21.95
%0
%15.24
%35.69

Codes

Color #80A48B in popluar color models

80 A4 8B
RGB 128 164 139
HSL 138° 16.51% 57.25%
HSB/HSV 138° 21.95% 64.31%
CMYK 21.95% 0.00% 15.24%
35.69%

Color #80A48B in popluar number systems.

HEX 80 A4 8B
Decimal 128 164 139
Binary 10000000 10100100 10001011
Octal 200 244 213

Shades and tints

Shades of #80A48B

#80A48B
(128,164,139)
#75967F
(117,150,127)
#6A8873
(106,136,115)
#5F7A67
(95,122,103)
#546C5B
(84,108,91)
#495E4F
(73,94,79)
#3E5043
(62,80,67)
#334237
(51,66,55)
#28342B
(40,52,43)
#1D261F
(29,38,31)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #80A48B

#80A48B
(128,164,139)
#8BAC95
(139,172,149)
#96B49F
(150,180,159)
#A1BCA9
(161,188,169)
#ACC4B3
(172,196,179)
#B7CCBD
(183,204,189)
#C2D4C7
(194,212,199)
#CDDCD1
(205,220,209)
#D8E4DB
(216,228,219)
#E3ECE5
(227,236,229)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A48B; }

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

This text font color is #80A48B.

Background Color

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

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

This div background color is #80A48B.

Border color

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

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

This div border color is #80A48B.

Opacity

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

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

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

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

This text has shadow with #80A48B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A48B.

Preview

Color preview on black background

This text has color #80A48B on black background.


Color preview on white background

This text has color #80A48B on white background.


Black color preview on #80A48B background

This text has black color on #80A48B background.


White color preview on #80A48B background

This text has white color on #80A48B background.


Related colors

Complementary color

Complementary color for #hex is #7F5B74.


I love getcolorcode.com

Triadic colors

1 #8B80A4 and #A48B80 with #80A48B are triadic colors.

2 #8BA480 and #A4808B with #80A48B are triadic colors.