COLOR #80A38F

HEX: #80A38F RGB: (128,163,143)

Color info

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

RGB color model

#80A38F color RGB value is (128,163,143).

RGB: (128,163,143) (50%, 64%, 56%)

RGB channels and saturation

R 128 of 255 = 50%
G 163 of 255 = 64%
B 143 of 255 = 56%

128
163
143

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

Portions of RGB colors in percentages

R + G + B = 128 + 163 + 143 = 434 (100%)
R 128 of 434 ~ 29.49%
G 163 of 434 ~ 37.56%
B 143 of 434 ~ 32.95'%

%29.49
%37.56
%32.95

CMYK color model

#80A38F color CMYK value is (21,0,12,36).

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 12.27%
  • key color value is 36.08%

CMYK: (21,0,12,36)
C21M0Y12K36 (21%, 0%, 12%, 36%)
(0.21 / 0.00 / 0.12 / 0.36)

CMYK percentages

%21.47
%0
%12.27
%36.08

Codes

Color #80A38F in popluar color models

80 A3 8F
RGB 128 163 143
HSL 146° 15.98% 57.06%
HSB/HSV 146° 21.47% 63.92%
CMYK 21.47% 0.00% 12.27%
36.08%

Color #80A38F in popluar number systems.

HEX 80 A3 8F
Decimal 128 163 143
Binary 10000000 10100011 10001111
Octal 200 243 217

Shades and tints

Shades of #80A38F

#80A38F
(128,163,143)
#759582
(117,149,130)
#6A8775
(106,135,117)
#5F7968
(95,121,104)
#546B5B
(84,107,91)
#495D4E
(73,93,78)
#3E4F41
(62,79,65)
#334134
(51,65,52)
#283327
(40,51,39)
#1D251A
(29,37,26)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #80A38F

#80A38F
(128,163,143)
#8BAB99
(139,171,153)
#96B3A3
(150,179,163)
#A1BBAD
(161,187,173)
#ACC3B7
(172,195,183)
#B7CBC1
(183,203,193)
#C2D3CB
(194,211,203)
#CDDBD5
(205,219,213)
#D8E3DF
(216,227,223)
#E3EBE9
(227,235,233)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A38F; }

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

This text font color is #80A38F.

Background Color

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

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

This div background color is #80A38F.

Border color

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

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

This div border color is #80A38F.

Opacity

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

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

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

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

This text has shadow with #80A38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A38F.

Preview

Color preview on black background

This text has color #80A38F on black background.


Color preview on white background

This text has color #80A38F on white background.


Black color preview on #80A38F background

This text has black color on #80A38F background.


White color preview on #80A38F background

This text has white color on #80A38F background.


Related colors

Complementary color

Complementary color for #hex is #7F5C70.


I love getcolorcode.com

Triadic colors

1 #8F80A3 and #A38F80 with #80A38F are triadic colors.

2 #8FA380 and #A3808F with #80A38F are triadic colors.