COLOR #80A2E0

HEX: #80A2E0 RGB: (128,162,224)

Color info

#80A2E0 contains mainly blue color. Web safe color of #80A2E0 is #6699CC (or #69C).

RGB color model

#80A2E0 color RGB value is (128,162,224).

RGB: (128,162,224) (50%, 64%, 88%)

RGB channels and saturation

R 128 of 255 = 50%
G 162 of 255 = 64%
B 224 of 255 = 88%

128
162
224

R + G + B ~ 67%. #80A2E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 162 + 224 = 514 (100%)
R 128 of 514 ~ 24.9%
G 162 of 514 ~ 31.52%
B 224 of 514 ~ 43.58'%

%24.9
%31.52
%43.58

CMYK color model

#80A2E0 color CMYK value is (43,28,0,12).

  • cyan value is 42.86%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (43,28,0,12)
C43M28Y0K12 (43%, 28%, 0%, 12%)
(0.43 / 0.28 / 0.00 / 0.12)

CMYK percentages

%42.86
%27.68
%0
%12.16

Codes

Color #80A2E0 in popluar color models

80 A2 E0
RGB 128 162 224
HSL 219° 60.76% 69.02%
HSB/HSV 219° 42.86% 87.84%
CMYK 42.86% 27.68% 0.00%
12.16%

Color #80A2E0 in popluar number systems.

HEX 80 A2 E0
Decimal 128 162 224
Binary 10000000 10100010 11100000
Octal 200 242 340

Shades and tints

Shades of #80A2E0

#80A2E0
(128,162,224)
#7594CC
(117,148,204)
#6A86B8
(106,134,184)
#5F78A4
(95,120,164)
#546A90
(84,106,144)
#495C7C
(73,92,124)
#3E4E68
(62,78,104)
#334054
(51,64,84)
#283240
(40,50,64)
#1D242C
(29,36,44)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #80A2E0

#80A2E0
(128,162,224)
#8BAAE2
(139,170,226)
#96B2E4
(150,178,228)
#A1BAE6
(161,186,230)
#ACC2E8
(172,194,232)
#B7CAEA
(183,202,234)
#C2D2EC
(194,210,236)
#CDDAEE
(205,218,238)
#D8E2F0
(216,226,240)
#E3EAF2
(227,234,242)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A2E0 color. Also use rgb(128,162,224) instead hex code.

Text Font Color

.myTextColor { color: #80A2E0; }

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

This text font color is #80A2E0.

Background Color

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

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

This div background color is #80A2E0.

Border color

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

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

This div border color is #80A2E0.

Opacity

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

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

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

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

This text has shadow with #80A2E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A2E0.

Preview

Color preview on black background

This text has color #80A2E0 on black background.


Color preview on white background

This text has color #80A2E0 on white background.


Black color preview on #80A2E0 background

This text has black color on #80A2E0 background.


White color preview on #80A2E0 background

This text has white color on #80A2E0 background.


Related colors

Complementary color

Complementary color for #hex is #7F5D1F.


I love getcolorcode.com

Triadic colors

1 #E080A2 and #A2E080 with #80A2E0 are triadic colors.

2 #E0A280 and #A280E0 with #80A2E0 are triadic colors.