COLOR #80D2DF

HEX: #80D2DF RGB: (128,210,223)

Color info

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

RGB color model

#80D2DF color RGB value is (128,210,223).

RGB: (128,210,223) (50%, 82%, 87%)

RGB channels and saturation

R 128 of 255 = 50%
G 210 of 255 = 82%
B 223 of 255 = 87%

128
210
223

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

Portions of RGB colors in percentages

R + G + B = 128 + 210 + 223 = 561 (100%)
R 128 of 561 ~ 22.82%
G 210 of 561 ~ 37.43%
B 223 of 561 ~ 39.75'%

%22.82
%37.43
%39.75

CMYK color model

#80D2DF color CMYK value is (43,6,0,13).

  • cyan value is 42.60%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (43,6,0,13) C43M6Y0K13 (43%,6%,0%,13%) (0.43/0.06/0.00/0.13) 

CMYK percentages

%42.6
%5.83
%0
%12.55

Codes

Color #80D2DF in popluar color models

80 D2 DF
RGB 128 210 223
HSL 188° 59.75% 68.82%
HSB/HSV 188° 42.60% 87.45%
CMYK 42.60% 5.83% 0.00%
12.55%

Color #80D2DF in popluar number systems.

HEX 80 D2 DF
Decimal 128 210 223
Binary 10000000 11010010 11011111
Octal 200 322 337

Shades and tints

Shades of #80D2DF

#80D2DF
(128,210,223)
#75BFCB
(117,191,203)
#6AACB7
(106,172,183)
#5F99A3
(95,153,163)
#54868F
(84,134,143)
#49737B
(73,115,123)
#3E6067
(62,96,103)
#334D53
(51,77,83)
#283A3F
(40,58,63)
#1D272B
(29,39,43)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #80D2DF

#80D2DF
(128,210,223)
#8BD6E1
(139,214,225)
#96DAE3
(150,218,227)
#A1DEE5
(161,222,229)
#ACE2E7
(172,226,231)
#B7E6E9
(183,230,233)
#C2EAEB
(194,234,235)
#CDEEED
(205,238,237)
#D8F2EF
(216,242,239)
#E3F6F1
(227,246,241)
#EEFAF3
(238,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D2DF; }

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

This text font color is #80D2DF.

Background Color

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

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

This div background color is #80D2DF.

Border color

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

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

This div border color is #80D2DF.

Opacity

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

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

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

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

This text has shadow with #80D2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80D2DF.

Preview

Color preview on black background

This text has color #80D2DF on black background.


Color preview on white background

This text has color #80D2DF on white background.


Black color preview on #80D2DF background

This text has black color on #80D2DF background.


White color preview on #80D2DF background

This text has white color on #80D2DF background.


Related colors

Complementary color

Complementary color for #hex is #7F2D20.


I love getcolorcode.com

Triadic colors

1 #DF80D2 and #D2DF80 with #80D2DF are triadic colors.

2 #DFD280 and #D280DF with #80D2DF are triadic colors.