COLOR #80D4B7

HEX: #80D4B7
RGB: (128,212,183)

Color info

#80D4B7 contains mainly green and blue colors. Web safe color of #80D4B7 is #66CCCC (or #6CC).

RGB color model

#80D4B7 color RGB value is (128,212,183).

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

RGB channels and saturation

R 128 of 255 = 50%
G 212 of 255 = 83%
B 183 of 255 = 72%

128
212
183

R + G + B ~ 68%. #80D4B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 212 + 183 = 523 (100%)
R 128 of 523 ~ 24.47%
G 212 of 523 ~ 40.54%
B 183 of 523 ~ 34.99%

%24.47
%40.54
%34.99

CMYK color model

#80D4B7 color CMYK value is (40,0,14,17).

  • cyan value is 39.62%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 16.86%
CMYK:
(40,0,14,17)
C40M0Y14K17 
(40%,0%,14%,17%)
(0.40/0.00/0.14/0.17)	

CMYK percentages

%39.62
%0
%13.68
%16.86

Codes

Color #80D4B7 in popluar color models

80D4B7
RGB128212183
HSL159°49.41%66.67%
HSB/HSV159°39.62%83.14%
CMYK39.62%0.00%13.68%
16.86%

Color #80D4B7 in popluar number systems.

HEX80D4B7
Decimal128212183
Binary100000001101010010110111
Octal200324267

Shades and tints

Shades of #80D4B7

#80D4B7
(128,212,183)
#75C1A7
(117,193,167)
#6AAE97
(106,174,151)
#5F9B87
(95,155,135)
#548877
(84,136,119)
#497567
(73,117,103)
#3E6257
(62,98,87)
#334F47
(51,79,71)
#283C37
(40,60,55)
#1D2927
(29,41,39)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #80D4B7

#80D4B7
(128,212,183)
#8BD7BD
(139,215,189)
#96DAC3
(150,218,195)
#A1DDC9
(161,221,201)
#ACE0CF
(172,224,207)
#B7E3D5
(183,227,213)
#C2E6DB
(194,230,219)
#CDE9E1
(205,233,225)
#D8ECE7
(216,236,231)
#E3EFED
(227,239,237)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D4B7; }

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

This text font color is #80D4B7.


Background Color

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

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

This div background color is #80D4B7.


Border color

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

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

This div border color is #80D4B7.


Opacity

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

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

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

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

This text has shadow with #80D4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D4B7 on black background.


Color preview on white background

This text has color #80D4B7 on white background.



Black color preview on #80D4B7 background

This text has black color on #80D4B7 background.


White color preview on #80D4B7 background

This text has white color on #80D4B7 background.