COLOR #80DBED

HEX: #80DBED
RGB: (128,219,237)

Color info

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

RGB color model

#80DBED color RGB value is (128,219,237).

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

RGB channels and saturation

R 128 of 255 = 50%
G 219 of 255 = 86%
B 237 of 255 = 93%

128
219
237

R + G + B ~ 76%. #80DBED is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 219 + 237 = 584 (100%)
R 128 of 584 ~ 21.92%
G 219 of 584 ~ 37.5%
B 237 of 584 ~ 40.58%

%21.92
%37.5
%40.58

CMYK color model

#80DBED color CMYK value is (46,8,0,7).

  • cyan value is 45.99%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(46,8,0,7)
C46M8Y0K7 
(46%,8%,0%,7%)
(0.46/0.08/0.00/0.07)	

CMYK percentages

%45.99
%7.59
%0
%7.06

Codes

Color #80DBED in popluar color models

80DBED
RGB128219237
HSL190°75.17%71.57%
HSB/HSV190°45.99%92.94%
CMYK45.99%7.59%0.00%
7.06%

Color #80DBED in popluar number systems.

HEX80DBED
Decimal128219237
Binary100000001101101111101101
Octal200333355

Shades and tints

Shades of #80DBED

#80DBED
(128,219,237)
#75C8D8
(117,200,216)
#6AB5C3
(106,181,195)
#5FA2AE
(95,162,174)
#548F99
(84,143,153)
#497C84
(73,124,132)
#3E696F
(62,105,111)
#33565A
(51,86,90)
#284345
(40,67,69)
#1D3030
(29,48,48)
#121D1B
(18,29,27)
#000000
(0,0,0)

Tints of #80DBED

#80DBED
(128,219,237)
#8BDEEE
(139,222,238)
#96E1EF
(150,225,239)
#A1E4F0
(161,228,240)
#ACE7F1
(172,231,241)
#B7EAF2
(183,234,242)
#C2EDF3
(194,237,243)
#CDF0F4
(205,240,244)
#D8F3F5
(216,243,245)
#E3F6F6
(227,246,246)
#EEF9F7
(238,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80DBED; }

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

This text font color is #80DBED.


Background Color

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

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

This div background color is #80DBED.


Border color

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

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

This div border color is #80DBED.


Opacity

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

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

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

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

This text has shadow with #80DBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DBED on black background.


Color preview on white background

This text has color #80DBED on white background.



Black color preview on #80DBED background

This text has black color on #80DBED background.


White color preview on #80DBED background

This text has white color on #80DBED background.