COLOR #80D4D9

HEX: #80D4D9
RGB: (128,212,217)

Color info

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

RGB color model

#80D4D9 color RGB value is (128,212,217).

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

RGB channels and saturation

R 128 of 255 = 50%
G 212 of 255 = 83%
B 217 of 255 = 85%

128
212
217

R + G + B ~ 73%. #80D4D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 212 + 217 = 557 (100%)
R 128 of 557 ~ 22.98%
G 212 of 557 ~ 38.06%
B 217 of 557 ~ 38.96%

%22.98
%38.06
%38.96

CMYK color model

#80D4D9 color CMYK value is (41,2,0,15).

  • cyan value is 41.01%
  • magenta value is 2.30%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(41,2,0,15)
C41M2Y0K15 
(41%,2%,0%,15%)
(0.41/0.02/0.00/0.15)	

CMYK percentages

%41.01
%2.3
%0
%14.9

Codes

Color #80D4D9 in popluar color models

80D4D9
RGB128212217
HSL183°53.94%67.65%
HSB/HSV183°41.01%85.10%
CMYK41.01%2.30%0.00%
14.90%

Color #80D4D9 in popluar number systems.

HEX80D4D9
Decimal128212217
Binary100000001101010011011001
Octal200324331

Shades and tints

Shades of #80D4D9

#80D4D9
(128,212,217)
#75C1C6
(117,193,198)
#6AAEB3
(106,174,179)
#5F9BA0
(95,155,160)
#54888D
(84,136,141)
#49757A
(73,117,122)
#3E6267
(62,98,103)
#334F54
(51,79,84)
#283C41
(40,60,65)
#1D292E
(29,41,46)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #80D4D9

#80D4D9
(128,212,217)
#8BD7DC
(139,215,220)
#96DADF
(150,218,223)
#A1DDE2
(161,221,226)
#ACE0E5
(172,224,229)
#B7E3E8
(183,227,232)
#C2E6EB
(194,230,235)
#CDE9EE
(205,233,238)
#D8ECF1
(216,236,241)
#E3EFF4
(227,239,244)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D4D9; }

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

This text font color is #80D4D9.


Background Color

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

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

This div background color is #80D4D9.


Border color

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

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

This div border color is #80D4D9.


Opacity

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

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

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

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

This text has shadow with #80D4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D4D9 on black background.


Color preview on white background

This text has color #80D4D9 on white background.



Black color preview on #80D4D9 background

This text has black color on #80D4D9 background.


White color preview on #80D4D9 background

This text has white color on #80D4D9 background.