COLOR #80A0DA

HEX: #80A0DA RGB: (128,160,218)

Color info

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

RGB color model

#80A0DA color RGB value is (128,160,218).

RGB: (128,160,218) (50%, 63%, 85%)

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 218 of 255 = 85%

128
160
218

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

Portions of RGB colors in percentages

R + G + B = 128 + 160 + 218 = 506 (100%)
R 128 of 506 ~ 25.3%
G 160 of 506 ~ 31.62%
B 218 of 506 ~ 43.08'%

%25.3
%31.62
%43.08

CMYK color model

#80A0DA color CMYK value is (41,27,0,15).

  • cyan value is 41.28%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (41,27,0,15)
C41M27Y0K15 (41%, 27%, 0%, 15%)
(0.41 / 0.27 / 0.00 / 0.15)

CMYK percentages

%41.28
%26.61
%0
%14.51

Codes

Color #80A0DA in popluar color models

80 A0 DA
RGB 128 160 218
HSL 219° 54.88% 67.84%
HSB/HSV 219° 41.28% 85.49%
CMYK 41.28% 26.61% 0.00%
14.51%

Color #80A0DA in popluar number systems.

HEX 80 A0 DA
Decimal 128 160 218
Binary 10000000 10100000 11011010
Octal 200 240 332

Shades and tints

Shades of #80A0DA

#80A0DA
(128,160,218)
#7592C7
(117,146,199)
#6A84B4
(106,132,180)
#5F76A1
(95,118,161)
#54688E
(84,104,142)
#495A7B
(73,90,123)
#3E4C68
(62,76,104)
#333E55
(51,62,85)
#283042
(40,48,66)
#1D222F
(29,34,47)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #80A0DA

#80A0DA
(128,160,218)
#8BA8DD
(139,168,221)
#96B0E0
(150,176,224)
#A1B8E3
(161,184,227)
#ACC0E6
(172,192,230)
#B7C8E9
(183,200,233)
#C2D0EC
(194,208,236)
#CDD8EF
(205,216,239)
#D8E0F2
(216,224,242)
#E3E8F5
(227,232,245)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A0DA color. Also use rgb(128,160,218) instead hex code.

Text Font Color

.myTextColor { color: #80A0DA; }

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

This text font color is #80A0DA.

Background Color

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

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

This div background color is #80A0DA.

Border color

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

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

This div border color is #80A0DA.

Opacity

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

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

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

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

This text has shadow with #80A0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A0DA.

Preview

Color preview on black background

This text has color #80A0DA on black background.


Color preview on white background

This text has color #80A0DA on white background.


Black color preview on #80A0DA background

This text has black color on #80A0DA background.


White color preview on #80A0DA background

This text has white color on #80A0DA background.


Related colors

Complementary color

Complementary color for #hex is #7F5F25.


I love getcolorcode.com

Triadic colors

1 #DA80A0 and #A0DA80 with #80A0DA are triadic colors.

2 #DAA080 and #A080DA with #80A0DA are triadic colors.