COLOR #80CCD0

HEX: #80CCD0
RGB: (128,204,208)

Color info

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

RGB color model

#80CCD0 color RGB value is (128,204,208).

  • red value is 128;
  • green value is 204;
  • blue value is 208.
RGB:
(128,204,208)
(50%,80%,82%)

RGB channels and saturation

R 128 of 255 = 50%
G 204 of 255 = 80%
B 208 of 255 = 82%

128
204
208

R + G + B ~ 71%. #80CCD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 204 + 208 = 540 (100%)
R 128 of 540 ~ 23.7%
G 204 of 540 ~ 37.78%
B 208 of 540 ~ 38.52%

%23.7
%37.78
%38.52

CMYK color model

#80CCD0 color CMYK value is (38,2,0,18).

  • cyan value is 38.46%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(38,2,0,18)
C38M2Y0K18 
(38%,2%,0%,18%)
(0.38/0.02/0.00/0.18)	

CMYK percentages

%38.46
%1.92
%0
%18.43

Codes

Color #80CCD0 in popluar color models

80CCD0
RGB128204208
HSL183°45.98%65.88%
HSB/HSV183°38.46%81.57%
CMYK38.46%1.92%0.00%
18.43%

Color #80CCD0 in popluar number systems.

HEX80CCD0
Decimal128204208
Binary100000001100110011010000
Octal200314320

Shades and tints

Shades of #80CCD0

#80CCD0
(128,204,208)
#75BABE
(117,186,190)
#6AA8AC
(106,168,172)
#5F969A
(95,150,154)
#548488
(84,132,136)
#497276
(73,114,118)
#3E6064
(62,96,100)
#334E52
(51,78,82)
#283C40
(40,60,64)
#1D2A2E
(29,42,46)
#12181C
(18,24,28)
#000000
(0,0,0)

Tints of #80CCD0

#80CCD0
(128,204,208)
#8BD0D4
(139,208,212)
#96D4D8
(150,212,216)
#A1D8DC
(161,216,220)
#ACDCE0
(172,220,224)
#B7E0E4
(183,224,228)
#C2E4E8
(194,228,232)
#CDE8EC
(205,232,236)
#D8ECF0
(216,236,240)
#E3F0F4
(227,240,244)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CCD0 color. Also use rgb(128,204,208) instead hex code.

Text Font Color

.myTextColor { color: #80CCD0; }

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

This text font color is #80CCD0.


Background Color

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

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

This div background color is #80CCD0.


Border color

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

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

This div border color is #80CCD0.


Opacity

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

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

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

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

This text has shadow with #80CCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CCD0 on black background.


Color preview on white background

This text has color #80CCD0 on white background.



Black color preview on #80CCD0 background

This text has black color on #80CCD0 background.


White color preview on #80CCD0 background

This text has white color on #80CCD0 background.