COLOR #80A4CE

HEX: #80A4CE
RGB: (128,164,206)

Color info

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

RGB color model

#80A4CE color RGB value is (128,164,206).

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

RGB channels and saturation

R 128 of 255 = 50%
G 164 of 255 = 64%
B 206 of 255 = 81%

128
164
206

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

Portions of RGB colors in percentages

R + G + B =
128 + 164 + 206 = 498 (100%)
R 128 of 498 ~ 25.7%
G 164 of 498 ~ 32.93%
B 206 of 498 ~ 41.37%

%25.7
%32.93
%41.37

CMYK color model

#80A4CE color CMYK value is (38,20,0,19).

  • cyan value is 37.86%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(38,20,0,19)
C38M20Y0K19 
(38%,20%,0%,19%)
(0.38/0.20/0.00/0.19)	

CMYK percentages

%37.86
%20.39
%0
%19.22

Codes

Color #80A4CE in popluar color models

80A4CE
RGB128164206
HSL212°44.32%65.49%
HSB/HSV212°37.86%80.78%
CMYK37.86%20.39%0.00%
19.22%

Color #80A4CE in popluar number systems.

HEX80A4CE
Decimal128164206
Binary100000001010010011001110
Octal200244316

Shades and tints

Shades of #80A4CE

#80A4CE
(128,164,206)
#7596BC
(117,150,188)
#6A88AA
(106,136,170)
#5F7A98
(95,122,152)
#546C86
(84,108,134)
#495E74
(73,94,116)
#3E5062
(62,80,98)
#334250
(51,66,80)
#28343E
(40,52,62)
#1D262C
(29,38,44)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #80A4CE

#80A4CE
(128,164,206)
#8BACD2
(139,172,210)
#96B4D6
(150,180,214)
#A1BCDA
(161,188,218)
#ACC4DE
(172,196,222)
#B7CCE2
(183,204,226)
#C2D4E6
(194,212,230)
#CDDCEA
(205,220,234)
#D8E4EE
(216,228,238)
#E3ECF2
(227,236,242)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A4CE; }

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

This text font color is #80A4CE.


Background Color

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

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

This div background color is #80A4CE.


Border color

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

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

This div border color is #80A4CE.


Opacity

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

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

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

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

This text has shadow with #80A4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A4CE on black background.


Color preview on white background

This text has color #80A4CE on white background.



Black color preview on #80A4CE background

This text has black color on #80A4CE background.


White color preview on #80A4CE background

This text has white color on #80A4CE background.