COLOR #80D4D4

HEX: #80D4D4
RGB: (128,212,212)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

128
212
212

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

Portions of RGB colors in percentages

R + G + B =
128 + 212 + 212 = 552 (100%)
R 128 of 552 ~ 23.19%
G 212 of 552 ~ 38.41%
B 212 of 552 ~ 38.41%

%23.19
%38.41
%38.41

CMYK color model

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

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

CMYK percentages

%39.62
%0
%0
%16.86

Codes

Color #80D4D4 in popluar color models

80D4D4
RGB128212212
HSL180°49.41%66.67%
HSB/HSV180°39.62%83.14%
CMYK39.62%0.00%0.00%
16.86%

Color #80D4D4 in popluar number systems.

HEX80D4D4
Decimal128212212
Binary100000001101010011010100
Octal200324324

Shades and tints

Shades of #80D4D4

#80D4D4
(128,212,212)
#75C1C1
(117,193,193)
#6AAEAE
(106,174,174)
#5F9B9B
(95,155,155)
#548888
(84,136,136)
#497575
(73,117,117)
#3E6262
(62,98,98)
#334F4F
(51,79,79)
#283C3C
(40,60,60)
#1D2929
(29,41,41)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #80D4D4

#80D4D4
(128,212,212)
#8BD7D7
(139,215,215)
#96DADA
(150,218,218)
#A1DDDD
(161,221,221)
#ACE0E0
(172,224,224)
#B7E3E3
(183,227,227)
#C2E6E6
(194,230,230)
#CDE9E9
(205,233,233)
#D8ECEC
(216,236,236)
#E3EFEF
(227,239,239)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D4D4; }

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

This text font color is #80D4D4.


Background Color

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

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

This div background color is #80D4D4.


Border color

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

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

This div border color is #80D4D4.


Opacity

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

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

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

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

This text has shadow with #80D4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D4D4 on black background.


Color preview on white background

This text has color #80D4D4 on white background.



Black color preview on #80D4D4 background

This text has black color on #80D4D4 background.


White color preview on #80D4D4 background

This text has white color on #80D4D4 background.