COLOR #80D6E4

HEX: #80D6E4
RGB: (128,214,228)

Color info

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

RGB color model

#80D6E4 color RGB value is (128,214,228).

  • red value is 128;
  • green value is 214;
  • blue value is 228.
RGB:
(128,214,228)
(50%,84%,89%)

RGB channels and saturation

R 128 of 255 = 50%
G 214 of 255 = 84%
B 228 of 255 = 89%

128
214
228

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

Portions of RGB colors in percentages

R + G + B =
128 + 214 + 228 = 570 (100%)
R 128 of 570 ~ 22.46%
G 214 of 570 ~ 37.54%
B 228 of 570 ~ 40%

%22.46
%37.54
%40

CMYK color model

#80D6E4 color CMYK value is (44,6,0,11).

  • cyan value is 43.86%
  • magenta value is 6.14%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(44,6,0,11)
C44M6Y0K11 
(44%,6%,0%,11%)
(0.44/0.06/0.00/0.11)	

CMYK percentages

%43.86
%6.14
%0
%10.59

Codes

Color #80D6E4 in popluar color models

80D6E4
RGB128214228
HSL188°64.94%69.80%
HSB/HSV188°43.86%89.41%
CMYK43.86%6.14%0.00%
10.59%

Color #80D6E4 in popluar number systems.

HEX80D6E4
Decimal128214228
Binary100000001101011011100100
Octal200326344

Shades and tints

Shades of #80D6E4

#80D6E4
(128,214,228)
#75C3D0
(117,195,208)
#6AB0BC
(106,176,188)
#5F9DA8
(95,157,168)
#548A94
(84,138,148)
#497780
(73,119,128)
#3E646C
(62,100,108)
#335158
(51,81,88)
#283E44
(40,62,68)
#1D2B30
(29,43,48)
#12181C
(18,24,28)
#000000
(0,0,0)

Tints of #80D6E4

#80D6E4
(128,214,228)
#8BD9E6
(139,217,230)
#96DCE8
(150,220,232)
#A1DFEA
(161,223,234)
#ACE2EC
(172,226,236)
#B7E5EE
(183,229,238)
#C2E8F0
(194,232,240)
#CDEBF2
(205,235,242)
#D8EEF4
(216,238,244)
#E3F1F6
(227,241,246)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D6E4; }

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

This text font color is #80D6E4.


Background Color

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

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

This div background color is #80D6E4.


Border color

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

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

This div border color is #80D6E4.


Opacity

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

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

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

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

This text has shadow with #80D6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D6E4 on black background.


Color preview on white background

This text has color #80D6E4 on white background.



Black color preview on #80D6E4 background

This text has black color on #80D6E4 background.


White color preview on #80D6E4 background

This text has white color on #80D6E4 background.