COLOR #80A4D0

HEX: #80A4D0
RGB: (128,164,208)

Color info

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

RGB color model

#80A4D0 color RGB value is (128,164,208).

  • red value is 128;
  • green value is 164;
  • blue value is 208.
RGB:
(128,164,208)
(50%,64%,82%)

RGB channels and saturation

R 128 of 255 = 50%
G 164 of 255 = 64%
B 208 of 255 = 82%

128
164
208

R + G + B ~ 65%. #80A4D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 164 + 208 = 500 (100%)
R 128 of 500 ~ 25.6%
G 164 of 500 ~ 32.8%
B 208 of 500 ~ 41.6%

%25.6
%32.8
%41.6

CMYK color model

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

  • cyan value is 38.46%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(38,21,0,18)
C38M21Y0K18 
(38%,21%,0%,18%)
(0.38/0.21/0.00/0.18)	

CMYK percentages

%38.46
%21.15
%0
%18.43

Codes

Color #80A4D0 in popluar color models

80A4D0
RGB128164208
HSL213°45.98%65.88%
HSB/HSV213°38.46%81.57%
CMYK38.46%21.15%0.00%
18.43%

Color #80A4D0 in popluar number systems.

HEX80A4D0
Decimal128164208
Binary100000001010010011010000
Octal200244320

Shades and tints

Shades of #80A4D0

#80A4D0
(128,164,208)
#7596BE
(117,150,190)
#6A88AC
(106,136,172)
#5F7A9A
(95,122,154)
#546C88
(84,108,136)
#495E76
(73,94,118)
#3E5064
(62,80,100)
#334252
(51,66,82)
#283440
(40,52,64)
#1D262E
(29,38,46)
#12181C
(18,24,28)
#000000
(0,0,0)

Tints of #80A4D0

#80A4D0
(128,164,208)
#8BACD4
(139,172,212)
#96B4D8
(150,180,216)
#A1BCDC
(161,188,220)
#ACC4E0
(172,196,224)
#B7CCE4
(183,204,228)
#C2D4E8
(194,212,232)
#CDDCEC
(205,220,236)
#D8E4F0
(216,228,240)
#E3ECF4
(227,236,244)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A4D0; }

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

This text font color is #80A4D0.


Background Color

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

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

This div background color is #80A4D0.


Border color

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

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

This div border color is #80A4D0.


Opacity

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

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

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

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

This text has shadow with #80A4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A4D0 on black background.


Color preview on white background

This text has color #80A4D0 on white background.



Black color preview on #80A4D0 background

This text has black color on #80A4D0 background.


White color preview on #80A4D0 background

This text has white color on #80A4D0 background.