COLOR #80DBDC

HEX: #80DBDC
RGB: (128,219,220)

Color info

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

RGB color model

#80DBDC color RGB value is (128,219,220).

  • red value is 128;
  • green value is 219;
  • blue value is 220.
RGB:
(128,219,220)
(50%,86%,86%)

RGB channels and saturation

R 128 of 255 = 50%
G 219 of 255 = 86%
B 220 of 255 = 86%

128
219
220

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

Portions of RGB colors in percentages

R + G + B =
128 + 219 + 220 = 567 (100%)
R 128 of 567 ~ 22.57%
G 219 of 567 ~ 38.62%
B 220 of 567 ~ 38.8%

%22.57
%38.62
%38.8

CMYK color model

#80DBDC color CMYK value is (42,0,0,14).

  • cyan value is 41.82%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(42,0,0,14)
C42M0Y0K14 
(42%,0%,0%,14%)
(0.42/0.00/0.00/0.14)	

CMYK percentages

%41.82
%0.45
%0
%13.73

Codes

Color #80DBDC in popluar color models

80DBDC
RGB128219220
HSL181°56.79%68.24%
HSB/HSV181°41.82%86.27%
CMYK41.82%0.45%0.00%
13.73%

Color #80DBDC in popluar number systems.

HEX80DBDC
Decimal128219220
Binary100000001101101111011100
Octal200333334

Shades and tints

Shades of #80DBDC

#80DBDC
(128,219,220)
#75C8C8
(117,200,200)
#6AB5B4
(106,181,180)
#5FA2A0
(95,162,160)
#548F8C
(84,143,140)
#497C78
(73,124,120)
#3E6964
(62,105,100)
#335650
(51,86,80)
#28433C
(40,67,60)
#1D3028
(29,48,40)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #80DBDC

#80DBDC
(128,219,220)
#8BDEDF
(139,222,223)
#96E1E2
(150,225,226)
#A1E4E5
(161,228,229)
#ACE7E8
(172,231,232)
#B7EAEB
(183,234,235)
#C2EDEE
(194,237,238)
#CDF0F1
(205,240,241)
#D8F3F4
(216,243,244)
#E3F6F7
(227,246,247)
#EEF9FA
(238,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80DBDC; }

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

This text font color is #80DBDC.


Background Color

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

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

This div background color is #80DBDC.


Border color

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

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

This div border color is #80DBDC.


Opacity

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

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

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

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

This text has shadow with #80DBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DBDC on black background.


Color preview on white background

This text has color #80DBDC on white background.



Black color preview on #80DBDC background

This text has black color on #80DBDC background.


White color preview on #80DBDC background

This text has white color on #80DBDC background.