COLOR #80ABD1

HEX: #80ABD1 RGB: (128,171,209)

Color info

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

RGB color model

#80ABD1 color RGB value is (128,171,209).

RGB: (128,171,209) (50%, 67%, 82%)

RGB channels and saturation

R 128 of 255 = 50%
G 171 of 255 = 67%
B 209 of 255 = 82%

128
171
209

R + G + B ~ 66%. #80ABD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 171 + 209 = 508 (100%)
R 128 of 508 ~ 25.2%
G 171 of 508 ~ 33.66%
B 209 of 508 ~ 41.14'%

%25.2
%33.66
%41.14

CMYK color model

#80ABD1 color CMYK value is (39,18,0,18).

  • cyan value is 38.76%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (39,18,0,18) C39M18Y0K18 (39%,18%,0%,18%) (0.39/0.18/0.00/0.18) 

CMYK percentages

%38.76
%18.18
%0
%18.04

Codes

Color #80ABD1 in popluar color models

80 AB D1
RGB 128 171 209
HSL 208° 46.82% 66.08%
HSB/HSV 208° 38.76% 81.96%
CMYK 38.76% 18.18% 0.00%
18.04%

Color #80ABD1 in popluar number systems.

HEX 80 AB D1
Decimal 128 171 209
Binary 10000000 10101011 11010001
Octal 200 253 321

Shades and tints

Shades of #80ABD1

#80ABD1
(128,171,209)
#759CBE
(117,156,190)
#6A8DAB
(106,141,171)
#5F7E98
(95,126,152)
#546F85
(84,111,133)
#496072
(73,96,114)
#3E515F
(62,81,95)
#33424C
(51,66,76)
#283339
(40,51,57)
#1D2426
(29,36,38)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80ABD1

#80ABD1
(128,171,209)
#8BB2D5
(139,178,213)
#96B9D9
(150,185,217)
#A1C0DD
(161,192,221)
#ACC7E1
(172,199,225)
#B7CEE5
(183,206,229)
#C2D5E9
(194,213,233)
#CDDCED
(205,220,237)
#D8E3F1
(216,227,241)
#E3EAF5
(227,234,245)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ABD1; }

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

This text font color is #80ABD1.

Background Color

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

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

This div background color is #80ABD1.

Border color

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

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

This div border color is #80ABD1.

Opacity

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

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

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

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

This text has shadow with #80ABD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80ABD1.

Preview

Color preview on black background

This text has color #80ABD1 on black background.


Color preview on white background

This text has color #80ABD1 on white background.


Black color preview on #80ABD1 background

This text has black color on #80ABD1 background.


White color preview on #80ABD1 background

This text has white color on #80ABD1 background.


Related colors

Complementary color

Complementary color for #hex is #7F542E.


I love getcolorcode.com

Triadic colors

1 #D180AB and #ABD180 with #80ABD1 are triadic colors.

2 #D1AB80 and #AB80D1 with #80ABD1 are triadic colors.