COLOR #80D6DE

HEX: #80D6DE RGB: (128,214,222)

Color info

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

RGB color model

#80D6DE color RGB value is (128,214,222).

RGB: (128,214,222) (50%, 84%, 87%)

RGB channels and saturation

R 128 of 255 = 50%
G 214 of 255 = 84%
B 222 of 255 = 87%

128
214
222

R + G + B ~ 74%. #80D6DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 214 + 222 = 564 (100%)
R 128 of 564 ~ 22.7%
G 214 of 564 ~ 37.94%
B 222 of 564 ~ 39.36'%

%22.7
%37.94
%39.36

CMYK color model

#80D6DE color CMYK value is (42,4,0,13).

  • cyan value is 42.34%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (42,4,0,13)
C42M4Y0K13 (42%, 4%, 0%, 13%)
(0.42 / 0.04 / 0.00 / 0.13)

CMYK percentages

%42.34
%3.6
%0
%12.94

Codes

Color #80D6DE in popluar color models

80 D6 DE
RGB 128 214 222
HSL 185° 58.75% 68.63%
HSB/HSV 185° 42.34% 87.06%
CMYK 42.34% 3.60% 0.00%
12.94%

Color #80D6DE in popluar number systems.

HEX 80 D6 DE
Decimal 128 214 222
Binary 10000000 11010110 11011110
Octal 200 326 336

Shades and tints

Shades of #80D6DE

#80D6DE
(128,214,222)
#75C3CA
(117,195,202)
#6AB0B6
(106,176,182)
#5F9DA2
(95,157,162)
#548A8E
(84,138,142)
#49777A
(73,119,122)
#3E6466
(62,100,102)
#335152
(51,81,82)
#283E3E
(40,62,62)
#1D2B2A
(29,43,42)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #80D6DE

#80D6DE
(128,214,222)
#8BD9E1
(139,217,225)
#96DCE4
(150,220,228)
#A1DFE7
(161,223,231)
#ACE2EA
(172,226,234)
#B7E5ED
(183,229,237)
#C2E8F0
(194,232,240)
#CDEBF3
(205,235,243)
#D8EEF6
(216,238,246)
#E3F1F9
(227,241,249)
#EEF4FC
(238,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D6DE; }

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

This text font color is #80D6DE.

Background Color

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

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

This div background color is #80D6DE.

Border color

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

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

This div border color is #80D6DE.

Opacity

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

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

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

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

This text has shadow with #80D6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80D6DE.

Preview

Color preview on black background

This text has color #80D6DE on black background.


Color preview on white background

This text has color #80D6DE on white background.


Black color preview on #80D6DE background

This text has black color on #80D6DE background.


White color preview on #80D6DE background

This text has white color on #80D6DE background.


Related colors

Complementary color

Complementary color for #hex is #7F2921.


I love getcolorcode.com

Triadic colors

1 #DE80D6 and #D6DE80 with #80D6DE are triadic colors.

2 #DED680 and #D680DE with #80D6DE are triadic colors.