COLOR #80A88F

HEX: #80A88F RGB: (128,168,143)

Color info

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

RGB color model

#80A88F color RGB value is (128,168,143).

RGB: (128,168,143) (50%, 66%, 56%)

RGB channels and saturation

R 128 of 255 = 50%
G 168 of 255 = 66%
B 143 of 255 = 56%

128
168
143

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

Portions of RGB colors in percentages

R + G + B = 128 + 168 + 143 = 439 (100%)
R 128 of 439 ~ 29.16%
G 168 of 439 ~ 38.27%
B 143 of 439 ~ 32.57'%

%29.16
%38.27
%32.57

CMYK color model

#80A88F color CMYK value is (24,0,15,34).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 34.12%

CMYK: (24,0,15,34)
C24M0Y15K34 (24%, 0%, 15%, 34%)
(0.24 / 0.00 / 0.15 / 0.34)

CMYK percentages

%23.81
%0
%14.88
%34.12

Codes

Color #80A88F in popluar color models

80 A8 8F
RGB 128 168 143
HSL 143° 18.69% 58.04%
HSB/HSV 143° 23.81% 65.88%
CMYK 23.81% 0.00% 14.88%
34.12%

Color #80A88F in popluar number systems.

HEX 80 A8 8F
Decimal 128 168 143
Binary 10000000 10101000 10001111
Octal 200 250 217

Shades and tints

Shades of #80A88F

#80A88F
(128,168,143)
#759982
(117,153,130)
#6A8A75
(106,138,117)
#5F7B68
(95,123,104)
#546C5B
(84,108,91)
#495D4E
(73,93,78)
#3E4E41
(62,78,65)
#333F34
(51,63,52)
#283027
(40,48,39)
#1D211A
(29,33,26)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #80A88F

#80A88F
(128,168,143)
#8BAF99
(139,175,153)
#96B6A3
(150,182,163)
#A1BDAD
(161,189,173)
#ACC4B7
(172,196,183)
#B7CBC1
(183,203,193)
#C2D2CB
(194,210,203)
#CDD9D5
(205,217,213)
#D8E0DF
(216,224,223)
#E3E7E9
(227,231,233)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A88F color. Also use rgb(128,168,143) instead hex code.

Text Font Color

.myTextColor { color: #80A88F; }

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

This text font color is #80A88F.

Background Color

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

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

This div background color is #80A88F.

Border color

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

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

This div border color is #80A88F.

Opacity

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

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

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

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

This text has shadow with #80A88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A88F.

Preview

Color preview on black background

This text has color #80A88F on black background.


Color preview on white background

This text has color #80A88F on white background.


Black color preview on #80A88F background

This text has black color on #80A88F background.


White color preview on #80A88F background

This text has white color on #80A88F background.


Related colors

Complementary color

Complementary color for #hex is #7F5770.


I love getcolorcode.com

Triadic colors

1 #8F80A8 and #A88F80 with #80A88F are triadic colors.

2 #8FA880 and #A8808F with #80A88F are triadic colors.