COLOR #80CDF4

HEX: #80CDF4
RGB: (128,205,244)

Color info

#80CDF4 contains mainly green and blue colors. Web safe color of #80CDF4 is #66CCFF (or #6CF).

RGB color model

#80CDF4 color RGB value is (128,205,244).

  • red value is 128;
  • green value is 205;
  • blue value is 244.
RGB:
(128,205,244)
(50%,80%,96%)

RGB channels and saturation

R 128 of 255 = 50%
G 205 of 255 = 80%
B 244 of 255 = 96%

128
205
244

R + G + B ~ 75%. #80CDF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 205 + 244 = 577 (100%)
R 128 of 577 ~ 22.18%
G 205 of 577 ~ 35.53%
B 244 of 577 ~ 42.29%

%22.18
%35.53
%42.29

CMYK color model

#80CDF4 color CMYK value is (48,16,0,4).

  • cyan value is 47.54%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(48,16,0,4)
C48M16Y0K4 
(48%,16%,0%,4%)
(0.48/0.16/0.00/0.04)	

CMYK percentages

%47.54
%15.98
%0
%4.31

Codes

Color #80CDF4 in popluar color models

80CDF4
RGB128205244
HSL200°84.06%72.94%
HSB/HSV200°47.54%95.69%
CMYK47.54%15.98%0.00%
4.31%

Color #80CDF4 in popluar number systems.

HEX80CDF4
Decimal128205244
Binary100000001100110111110100
Octal200315364

Shades and tints

Shades of #80CDF4

#80CDF4
(128,205,244)
#75BBDE
(117,187,222)
#6AA9C8
(106,169,200)
#5F97B2
(95,151,178)
#54859C
(84,133,156)
#497386
(73,115,134)
#3E6170
(62,97,112)
#334F5A
(51,79,90)
#283D44
(40,61,68)
#1D2B2E
(29,43,46)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #80CDF4

#80CDF4
(128,205,244)
#8BD1F5
(139,209,245)
#96D5F6
(150,213,246)
#A1D9F7
(161,217,247)
#ACDDF8
(172,221,248)
#B7E1F9
(183,225,249)
#C2E5FA
(194,229,250)
#CDE9FB
(205,233,251)
#D8EDFC
(216,237,252)
#E3F1FD
(227,241,253)
#EEF5FE
(238,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CDF4 color. Also use rgb(128,205,244) instead hex code.

Text Font Color

.myTextColor { color: #80CDF4; }

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

This text font color is #80CDF4.


Background Color

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

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

This div background color is #80CDF4.


Border color

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

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

This div border color is #80CDF4.


Opacity

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

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

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

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

This text has shadow with #80CDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CDF4 on black background.


Color preview on white background

This text has color #80CDF4 on white background.



Black color preview on #80CDF4 background

This text has black color on #80CDF4 background.


White color preview on #80CDF4 background

This text has white color on #80CDF4 background.