COLOR #80D4D6

HEX: #80D4D6
RGB: (128,212,214)

Color info

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

RGB color model

#80D4D6 color RGB value is (128,212,214).

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

RGB channels and saturation

R 128 of 255 = 50%
G 212 of 255 = 83%
B 214 of 255 = 84%

128
212
214

R + G + B ~ 72%. #80D4D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 212 + 214 = 554 (100%)
R 128 of 554 ~ 23.1%
G 212 of 554 ~ 38.27%
B 214 of 554 ~ 38.63%

%23.1
%38.27
%38.63

CMYK color model

#80D4D6 color CMYK value is (40,1,0,16).

  • cyan value is 40.19%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(40,1,0,16)
C40M1Y0K16 
(40%,1%,0%,16%)
(0.40/0.01/0.00/0.16)	

CMYK percentages

%40.19
%0.93
%0
%16.08

Codes

Color #80D4D6 in popluar color models

80D4D6
RGB128212214
HSL181°51.19%67.06%
HSB/HSV181°40.19%83.92%
CMYK40.19%0.93%0.00%
16.08%

Color #80D4D6 in popluar number systems.

HEX80D4D6
Decimal128212214
Binary100000001101010011010110
Octal200324326

Shades and tints

Shades of #80D4D6

#80D4D6
(128,212,214)
#75C1C3
(117,193,195)
#6AAEB0
(106,174,176)
#5F9B9D
(95,155,157)
#54888A
(84,136,138)
#497577
(73,117,119)
#3E6264
(62,98,100)
#334F51
(51,79,81)
#283C3E
(40,60,62)
#1D292B
(29,41,43)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #80D4D6

#80D4D6
(128,212,214)
#8BD7D9
(139,215,217)
#96DADC
(150,218,220)
#A1DDDF
(161,221,223)
#ACE0E2
(172,224,226)
#B7E3E5
(183,227,229)
#C2E6E8
(194,230,232)
#CDE9EB
(205,233,235)
#D8ECEE
(216,236,238)
#E3EFF1
(227,239,241)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D4D6; }

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

This text font color is #80D4D6.


Background Color

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

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

This div background color is #80D4D6.


Border color

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

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

This div border color is #80D4D6.


Opacity

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

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

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

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

This text has shadow with #80D4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D4D6 on black background.


Color preview on white background

This text has color #80D4D6 on white background.



Black color preview on #80D4D6 background

This text has black color on #80D4D6 background.


White color preview on #80D4D6 background

This text has white color on #80D4D6 background.