COLOR #80D2DD

HEX: #80D2DD RGB: (128,210,221)

Color info

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

RGB color model

#80D2DD color RGB value is (128,210,221).

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

RGB channels and saturation

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

128
210
221

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

Portions of RGB colors in percentages

R + G + B = 128 + 210 + 221 = 559 (100%)
R 128 of 559 ~ 22.9%
G 210 of 559 ~ 37.57%
B 221 of 559 ~ 39.53'%

%22.9
%37.57
%39.53

CMYK color model

#80D2DD color CMYK value is (42,5,0,13).

  • cyan value is 42.08%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (42,5,0,13)
C42M5Y0K13 (42%, 5%, 0%, 13%)
(0.42 / 0.05 / 0.00 / 0.13)

CMYK percentages

%42.08
%4.98
%0
%13.33

Codes

Color #80D2DD in popluar color models

80 D2 DD
RGB 128 210 221
HSL 187° 57.76% 68.43%
HSB/HSV 187° 42.08% 86.67%
CMYK 42.08% 4.98% 0.00%
13.33%

Color #80D2DD in popluar number systems.

HEX 80 D2 DD
Decimal 128 210 221
Binary 10000000 11010010 11011101
Octal 200 322 335

Shades and tints

Shades of #80D2DD

#80D2DD
(128,210,221)
#75BFC9
(117,191,201)
#6AACB5
(106,172,181)
#5F99A1
(95,153,161)
#54868D
(84,134,141)
#497379
(73,115,121)
#3E6065
(62,96,101)
#334D51
(51,77,81)
#283A3D
(40,58,61)
#1D2729
(29,39,41)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #80D2DD

#80D2DD
(128,210,221)
#8BD6E0
(139,214,224)
#96DAE3
(150,218,227)
#A1DEE6
(161,222,230)
#ACE2E9
(172,226,233)
#B7E6EC
(183,230,236)
#C2EAEF
(194,234,239)
#CDEEF2
(205,238,242)
#D8F2F5
(216,242,245)
#E3F6F8
(227,246,248)
#EEFAFB
(238,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D2DD; }

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

This text font color is #80D2DD.

Background Color

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

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

This div background color is #80D2DD.

Border color

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

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

This div border color is #80D2DD.

Opacity

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

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

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

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

This text has shadow with #80D2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80D2DD.

Preview

Color preview on black background

This text has color #80D2DD on black background.


Color preview on white background

This text has color #80D2DD on white background.


Black color preview on #80D2DD background

This text has black color on #80D2DD background.


White color preview on #80D2DD background

This text has white color on #80D2DD background.


Related colors

Complementary color

Complementary color for #hex is #7F2D22.


I love getcolorcode.com

Triadic colors

1 #DD80D2 and #D2DD80 with #80D2DD are triadic colors.

2 #DDD280 and #D280DD with #80D2DD are triadic colors.