COLOR #80ABDB

HEX: #80ABDB
RGB: (128,171,219)

Color info

#80ABDB contains mainly green and blue colors. Web safe color of #80ABDB is #6699CC (or #69C).

RGB color model

#80ABDB color RGB value is (128,171,219).

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

RGB channels and saturation

R 128 of 255 = 50%
G 171 of 255 = 67%
B 219 of 255 = 86%

128
171
219

R + G + B ~ 68%. #80ABDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 171 + 219 = 518 (100%)
R 128 of 518 ~ 24.71%
G 171 of 518 ~ 33.01%
B 219 of 518 ~ 42.28%

%24.71
%33.01
%42.28

CMYK color model

#80ABDB color CMYK value is (42,22,0,14).

  • cyan value is 41.55%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(42,22,0,14)
C42M22Y0K14 
(42%,22%,0%,14%)
(0.42/0.22/0.00/0.14)	

CMYK percentages

%41.55
%21.92
%0
%14.12

Codes

Color #80ABDB in popluar color models

80ABDB
RGB128171219
HSL212°55.83%68.04%
HSB/HSV212°41.55%85.88%
CMYK41.55%21.92%0.00%
14.12%

Color #80ABDB in popluar number systems.

HEX80ABDB
Decimal128171219
Binary100000001010101111011011
Octal200253333

Shades and tints

Shades of #80ABDB

#80ABDB
(128,171,219)
#759CC8
(117,156,200)
#6A8DB5
(106,141,181)
#5F7EA2
(95,126,162)
#546F8F
(84,111,143)
#49607C
(73,96,124)
#3E5169
(62,81,105)
#334256
(51,66,86)
#283343
(40,51,67)
#1D2430
(29,36,48)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #80ABDB

#80ABDB
(128,171,219)
#8BB2DE
(139,178,222)
#96B9E1
(150,185,225)
#A1C0E4
(161,192,228)
#ACC7E7
(172,199,231)
#B7CEEA
(183,206,234)
#C2D5ED
(194,213,237)
#CDDCF0
(205,220,240)
#D8E3F3
(216,227,243)
#E3EAF6
(227,234,246)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ABDB; }

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

This text font color is #80ABDB.


Background Color

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

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

This div background color is #80ABDB.


Border color

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

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

This div border color is #80ABDB.


Opacity

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

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

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

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

This text has shadow with #80ABDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ABDB on black background.


Color preview on white background

This text has color #80ABDB on white background.



Black color preview on #80ABDB background

This text has black color on #80ABDB background.


White color preview on #80ABDB background

This text has white color on #80ABDB background.