COLOR #80D2DA

HEX: #80D2DA
RGB: (128,210,218)

Color info

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

RGB color model

#80D2DA color RGB value is (128,210,218).

  • red value is 128;
  • green value is 210;
  • blue value is 218.
RGB:
(128,210,218)
(50%,82%,85%)

RGB channels and saturation

R 128 of 255 = 50%
G 210 of 255 = 82%
B 218 of 255 = 85%

128
210
218

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

Portions of RGB colors in percentages

R + G + B =
128 + 210 + 218 = 556 (100%)
R 128 of 556 ~ 23.02%
G 210 of 556 ~ 37.77%
B 218 of 556 ~ 39.21%

%23.02
%37.77
%39.21

CMYK color model

#80D2DA color CMYK value is (41,4,0,15).

  • cyan value is 41.28%
  • magenta value is 3.67%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(41,4,0,15)
C41M4Y0K15 
(41%,4%,0%,15%)
(0.41/0.04/0.00/0.15)	

CMYK percentages

%41.28
%3.67
%0
%14.51

Codes

Color #80D2DA in popluar color models

80D2DA
RGB128210218
HSL185°54.88%67.84%
HSB/HSV185°41.28%85.49%
CMYK41.28%3.67%0.00%
14.51%

Color #80D2DA in popluar number systems.

HEX80D2DA
Decimal128210218
Binary100000001101001011011010
Octal200322332

Shades and tints

Shades of #80D2DA

#80D2DA
(128,210,218)
#75BFC7
(117,191,199)
#6AACB4
(106,172,180)
#5F99A1
(95,153,161)
#54868E
(84,134,142)
#49737B
(73,115,123)
#3E6068
(62,96,104)
#334D55
(51,77,85)
#283A42
(40,58,66)
#1D272F
(29,39,47)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #80D2DA

#80D2DA
(128,210,218)
#8BD6DD
(139,214,221)
#96DAE0
(150,218,224)
#A1DEE3
(161,222,227)
#ACE2E6
(172,226,230)
#B7E6E9
(183,230,233)
#C2EAEC
(194,234,236)
#CDEEEF
(205,238,239)
#D8F2F2
(216,242,242)
#E3F6F5
(227,246,245)
#EEFAF8
(238,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D2DA; }

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

This text font color is #80D2DA.


Background Color

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

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

This div background color is #80D2DA.


Border color

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

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

This div border color is #80D2DA.


Opacity

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

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

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

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

This text has shadow with #80D2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D2DA on black background.


Color preview on white background

This text has color #80D2DA on white background.



Black color preview on #80D2DA background

This text has black color on #80D2DA background.


White color preview on #80D2DA background

This text has white color on #80D2DA background.