COLOR #80ABD0

HEX: #80ABD0 RGB: (128,171,208)

Color info

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

RGB color model

#80ABD0 color RGB value is (128,171,208).

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

RGB channels and saturation

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

128
171
208

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

Portions of RGB colors in percentages

R + G + B = 128 + 171 + 208 = 507 (100%)
R 128 of 507 ~ 25.25%
G 171 of 507 ~ 33.73%
B 208 of 507 ~ 41.03'%

%25.25
%33.73
%41.03

CMYK color model

#80ABD0 color CMYK value is (38,18,0,18).

  • cyan value is 38.46%
  • magenta value is 17.79%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (38,18,0,18)
C38M18Y0K18 (38%, 18%, 0%, 18%)
(0.38 / 0.18 / 0.00 / 0.18)

CMYK percentages

%38.46
%17.79
%0
%18.43

Codes

Color #80ABD0 in popluar color models

80 AB D0
RGB 128 171 208
HSL 208° 45.98% 65.88%
HSB/HSV 208° 38.46% 81.57%
CMYK 38.46% 17.79% 0.00%
18.43%

Color #80ABD0 in popluar number systems.

HEX 80 AB D0
Decimal 128 171 208
Binary 10000000 10101011 11010000
Octal 200 253 320

Shades and tints

Shades of #80ABD0

#80ABD0
(128,171,208)
#759CBE
(117,156,190)
#6A8DAC
(106,141,172)
#5F7E9A
(95,126,154)
#546F88
(84,111,136)
#496076
(73,96,118)
#3E5164
(62,81,100)
#334252
(51,66,82)
#283340
(40,51,64)
#1D242E
(29,36,46)
#12151C
(18,21,28)
#000000
(0,0,0)

Tints of #80ABD0

#80ABD0
(128,171,208)
#8BB2D4
(139,178,212)
#96B9D8
(150,185,216)
#A1C0DC
(161,192,220)
#ACC7E0
(172,199,224)
#B7CEE4
(183,206,228)
#C2D5E8
(194,213,232)
#CDDCEC
(205,220,236)
#D8E3F0
(216,227,240)
#E3EAF4
(227,234,244)
#EEF1F8
(238,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ABD0; }

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

This text font color is #80ABD0.

Background Color

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

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

This div background color is #80ABD0.

Border color

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

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

This div border color is #80ABD0.

Opacity

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

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

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

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

This text has shadow with #80ABD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80ABD0.

Preview

Color preview on black background

This text has color #80ABD0 on black background.


Color preview on white background

This text has color #80ABD0 on white background.


Black color preview on #80ABD0 background

This text has black color on #80ABD0 background.


White color preview on #80ABD0 background

This text has white color on #80ABD0 background.


Related colors

Complementary color

Complementary color for #hex is #7F542F.


I love getcolorcode.com

Triadic colors

1 #D080AB and #ABD080 with #80ABD0 are triadic colors.

2 #D0AB80 and #AB80D0 with #80ABD0 are triadic colors.