COLOR #80A38D

HEX: #80A38D
RGB: (128,163,141)

Color info

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

RGB color model

#80A38D color RGB value is (128,163,141).

  • red value is 128;
  • green value is 163;
  • blue value is 141.
RGB:
(128,163,141)
(50%,64%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 163 of 255 = 64%
B 141 of 255 = 55%

128
163
141

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

Portions of RGB colors in percentages

R + G + B =
128 + 163 + 141 = 432 (100%)
R 128 of 432 ~ 29.63%
G 163 of 432 ~ 37.73%
B 141 of 432 ~ 32.64%

%29.63
%37.73
%32.64

CMYK color model

#80A38D color CMYK value is (21,0,13,36).

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK:
(21,0,13,36)
C21M0Y13K36 
(21%,0%,13%,36%)
(0.21/0.00/0.13/0.36)	

CMYK percentages

%21.47
%0
%13.5
%36.08

Codes

Color #80A38D in popluar color models

80A38D
RGB128163141
HSL142°15.98%57.06%
HSB/HSV142°21.47%63.92%
CMYK21.47%0.00%13.50%
36.08%

Color #80A38D in popluar number systems.

HEX80A38D
Decimal128163141
Binary100000001010001110001101
Octal200243215

Shades and tints

Shades of #80A38D

#80A38D
(128,163,141)
#759581
(117,149,129)
#6A8775
(106,135,117)
#5F7969
(95,121,105)
#546B5D
(84,107,93)
#495D51
(73,93,81)
#3E4F45
(62,79,69)
#334139
(51,65,57)
#28332D
(40,51,45)
#1D2521
(29,37,33)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #80A38D

#80A38D
(128,163,141)
#8BAB97
(139,171,151)
#96B3A1
(150,179,161)
#A1BBAB
(161,187,171)
#ACC3B5
(172,195,181)
#B7CBBF
(183,203,191)
#C2D3C9
(194,211,201)
#CDDBD3
(205,219,211)
#D8E3DD
(216,227,221)
#E3EBE7
(227,235,231)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A38D; }

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

This text font color is #80A38D.


Background Color

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

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

This div background color is #80A38D.


Border color

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

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

This div border color is #80A38D.


Opacity

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

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

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

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

This text has shadow with #80A38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A38D on black background.


Color preview on white background

This text has color #80A38D on white background.



Black color preview on #80A38D background

This text has black color on #80A38D background.


White color preview on #80A38D background

This text has white color on #80A38D background.