COLOR #80A4F3

HEX: #80A4F3
RGB: (128,164,243)

Color info

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

RGB color model

#80A4F3 color RGB value is (128,164,243).

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

RGB channels and saturation

R 128 of 255 = 50%
G 164 of 255 = 64%
B 243 of 255 = 95%

128
164
243

R + G + B ~ 70%. #80A4F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 164 + 243 = 535 (100%)
R 128 of 535 ~ 23.93%
G 164 of 535 ~ 30.65%
B 243 of 535 ~ 45.42%

%23.93
%30.65
%45.42

CMYK color model

#80A4F3 color CMYK value is (47,33,0,5).

  • cyan value is 47.33%
  • magenta value is 32.51%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(47,33,0,5)
C47M33Y0K5 
(47%,33%,0%,5%)
(0.47/0.33/0.00/0.05)	

CMYK percentages

%47.33
%32.51
%0
%4.71

Codes

Color #80A4F3 in popluar color models

80A4F3
RGB128164243
HSL221°82.73%72.75%
HSB/HSV221°47.33%95.29%
CMYK47.33%32.51%0.00%
4.71%

Color #80A4F3 in popluar number systems.

HEX80A4F3
Decimal128164243
Binary100000001010010011110011
Octal200244363

Shades and tints

Shades of #80A4F3

#80A4F3
(128,164,243)
#7596DD
(117,150,221)
#6A88C7
(106,136,199)
#5F7AB1
(95,122,177)
#546C9B
(84,108,155)
#495E85
(73,94,133)
#3E506F
(62,80,111)
#334259
(51,66,89)
#283443
(40,52,67)
#1D262D
(29,38,45)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #80A4F3

#80A4F3
(128,164,243)
#8BACF4
(139,172,244)
#96B4F5
(150,180,245)
#A1BCF6
(161,188,246)
#ACC4F7
(172,196,247)
#B7CCF8
(183,204,248)
#C2D4F9
(194,212,249)
#CDDCFA
(205,220,250)
#D8E4FB
(216,228,251)
#E3ECFC
(227,236,252)
#EEF4FD
(238,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A4F3; }

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

This text font color is #80A4F3.


Background Color

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

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

This div background color is #80A4F3.


Border color

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

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

This div border color is #80A4F3.


Opacity

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

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

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

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

This text has shadow with #80A4F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A4F3 on black background.


Color preview on white background

This text has color #80A4F3 on white background.



Black color preview on #80A4F3 background

This text has black color on #80A4F3 background.


White color preview on #80A4F3 background

This text has white color on #80A4F3 background.