COLOR #80D4AB

HEX: #80D4AB
RGB: (128,212,171)

Color info

#80D4AB contains mainly green and blue colors. Web safe color of #80D4AB is #66CC99 (or #6C9).

RGB color model

#80D4AB color RGB value is (128,212,171).

  • red value is 128;
  • green value is 212;
  • blue value is 171.
RGB:
(128,212,171)
(50%,83%,67%)

RGB channels and saturation

R 128 of 255 = 50%
G 212 of 255 = 83%
B 171 of 255 = 67%

128
212
171

R + G + B ~ 67%. #80D4AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 212 + 171 = 511 (100%)
R 128 of 511 ~ 25.05%
G 212 of 511 ~ 41.49%
B 171 of 511 ~ 33.46%

%25.05
%41.49
%33.46

CMYK color model

#80D4AB color CMYK value is (40,0,19,17).

  • cyan value is 39.62%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(40,0,19,17)
C40M0Y19K17 
(40%,0%,19%,17%)
(0.40/0.00/0.19/0.17)	

CMYK percentages

%39.62
%0
%19.34
%16.86

Codes

Color #80D4AB in popluar color models

80D4AB
RGB128212171
HSL151°49.41%66.67%
HSB/HSV151°39.62%83.14%
CMYK39.62%0.00%19.34%
16.86%

Color #80D4AB in popluar number systems.

HEX80D4AB
Decimal128212171
Binary100000001101010010101011
Octal200324253

Shades and tints

Shades of #80D4AB

#80D4AB
(128,212,171)
#75C19C
(117,193,156)
#6AAE8D
(106,174,141)
#5F9B7E
(95,155,126)
#54886F
(84,136,111)
#497560
(73,117,96)
#3E6251
(62,98,81)
#334F42
(51,79,66)
#283C33
(40,60,51)
#1D2924
(29,41,36)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #80D4AB

#80D4AB
(128,212,171)
#8BD7B2
(139,215,178)
#96DAB9
(150,218,185)
#A1DDC0
(161,221,192)
#ACE0C7
(172,224,199)
#B7E3CE
(183,227,206)
#C2E6D5
(194,230,213)
#CDE9DC
(205,233,220)
#D8ECE3
(216,236,227)
#E3EFEA
(227,239,234)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D4AB color. Also use rgb(128,212,171) instead hex code.

Text Font Color

.myTextColor { color: #80D4AB; }

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

This text font color is #80D4AB.


Background Color

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

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

This div background color is #80D4AB.


Border color

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

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

This div border color is #80D4AB.


Opacity

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

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

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

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

This text has shadow with #80D4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D4AB on black background.


Color preview on white background

This text has color #80D4AB on white background.



Black color preview on #80D4AB background

This text has black color on #80D4AB background.


White color preview on #80D4AB background

This text has white color on #80D4AB background.