COLOR #80D5DF

HEX: #80D5DF
RGB: (128,213,223)

Color info

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

RGB color model

#80D5DF color RGB value is (128,213,223).

  • red value is 128;
  • green value is 213;
  • blue value is 223.
RGB:
(128,213,223)
(50%,84%,87%)

RGB channels and saturation

R 128 of 255 = 50%
G 213 of 255 = 84%
B 223 of 255 = 87%

128
213
223

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

Portions of RGB colors in percentages

R + G + B =
128 + 213 + 223 = 564 (100%)
R 128 of 564 ~ 22.7%
G 213 of 564 ~ 37.77%
B 223 of 564 ~ 39.54%

%22.7
%37.77
%39.54

CMYK color model

#80D5DF color CMYK value is (43,4,0,13).

  • cyan value is 42.60%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(43,4,0,13)
C43M4Y0K13 
(43%,4%,0%,13%)
(0.43/0.04/0.00/0.13)	

CMYK percentages

%42.6
%4.48
%0
%12.55

Codes

Color #80D5DF in popluar color models

80D5DF
RGB128213223
HSL186°59.75%68.82%
HSB/HSV186°42.60%87.45%
CMYK42.60%4.48%0.00%
12.55%

Color #80D5DF in popluar number systems.

HEX80D5DF
Decimal128213223
Binary100000001101010111011111
Octal200325337

Shades and tints

Shades of #80D5DF

#80D5DF
(128,213,223)
#75C2CB
(117,194,203)
#6AAFB7
(106,175,183)
#5F9CA3
(95,156,163)
#54898F
(84,137,143)
#49767B
(73,118,123)
#3E6367
(62,99,103)
#335053
(51,80,83)
#283D3F
(40,61,63)
#1D2A2B
(29,42,43)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #80D5DF

#80D5DF
(128,213,223)
#8BD8E1
(139,216,225)
#96DBE3
(150,219,227)
#A1DEE5
(161,222,229)
#ACE1E7
(172,225,231)
#B7E4E9
(183,228,233)
#C2E7EB
(194,231,235)
#CDEAED
(205,234,237)
#D8EDEF
(216,237,239)
#E3F0F1
(227,240,241)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D5DF; }

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

This text font color is #80D5DF.


Background Color

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

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

This div background color is #80D5DF.


Border color

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

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

This div border color is #80D5DF.


Opacity

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

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

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

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

This text has shadow with #80D5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D5DF on black background.


Color preview on white background

This text has color #80D5DF on white background.



Black color preview on #80D5DF background

This text has black color on #80D5DF background.


White color preview on #80D5DF background

This text has white color on #80D5DF background.