COLOR #80A4EF

HEX: #80A4EF
RGB: (128,164,239)

Color info

#80A4EF contains mainly blue color. Web safe color of #80A4EF is #6699FF (or #69F).

RGB color model

#80A4EF color RGB value is (128,164,239).

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

RGB channels and saturation

R 128 of 255 = 50%
G 164 of 255 = 64%
B 239 of 255 = 94%

128
164
239

R + G + B ~ 69%. #80A4EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 164 + 239 = 531 (100%)
R 128 of 531 ~ 24.11%
G 164 of 531 ~ 30.89%
B 239 of 531 ~ 45.01%

%24.11
%30.89
%45.01

CMYK color model

#80A4EF color CMYK value is (46,31,0,6).

  • cyan value is 46.44%
  • magenta value is 31.38%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(46,31,0,6)
C46M31Y0K6 
(46%,31%,0%,6%)
(0.46/0.31/0.00/0.06)	

CMYK percentages

%46.44
%31.38
%0
%6.27

Codes

Color #80A4EF in popluar color models

80A4EF
RGB128164239
HSL221°77.62%71.96%
HSB/HSV221°46.44%93.73%
CMYK46.44%31.38%0.00%
6.27%

Color #80A4EF in popluar number systems.

HEX80A4EF
Decimal128164239
Binary100000001010010011101111
Octal200244357

Shades and tints

Shades of #80A4EF

#80A4EF
(128,164,239)
#7596DA
(117,150,218)
#6A88C5
(106,136,197)
#5F7AB0
(95,122,176)
#546C9B
(84,108,155)
#495E86
(73,94,134)
#3E5071
(62,80,113)
#33425C
(51,66,92)
#283447
(40,52,71)
#1D2632
(29,38,50)
#12181D
(18,24,29)
#000000
(0,0,0)

Tints of #80A4EF

#80A4EF
(128,164,239)
#8BACF0
(139,172,240)
#96B4F1
(150,180,241)
#A1BCF2
(161,188,242)
#ACC4F3
(172,196,243)
#B7CCF4
(183,204,244)
#C2D4F5
(194,212,245)
#CDDCF6
(205,220,246)
#D8E4F7
(216,228,247)
#E3ECF8
(227,236,248)
#EEF4F9
(238,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A4EF; }

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

This text font color is #80A4EF.


Background Color

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

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

This div background color is #80A4EF.


Border color

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

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

This div border color is #80A4EF.


Opacity

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

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

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

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

This text has shadow with #80A4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A4EF on black background.


Color preview on white background

This text has color #80A4EF on white background.



Black color preview on #80A4EF background

This text has black color on #80A4EF background.


White color preview on #80A4EF background

This text has white color on #80A4EF background.