COLOR #80A7EF

HEX: #80A7EF
RGB: (128,167,239)

Color info

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

RGB color model

#80A7EF color RGB value is (128,167,239).

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

RGB channels and saturation

R 128 of 255 = 50%
G 167 of 255 = 65%
B 239 of 255 = 94%

128
167
239

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

Portions of RGB colors in percentages

R + G + B =
128 + 167 + 239 = 534 (100%)
R 128 of 534 ~ 23.97%
G 167 of 534 ~ 31.27%
B 239 of 534 ~ 44.76%

%23.97
%31.27
%44.76

CMYK color model

#80A7EF color CMYK value is (46,30,0,6).

  • cyan value is 46.44%
  • magenta value is 30.13%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(46,30,0,6)
C46M30Y0K6 
(46%,30%,0%,6%)
(0.46/0.30/0.00/0.06)	

CMYK percentages

%46.44
%30.13
%0
%6.27

Codes

Color #80A7EF in popluar color models

80A7EF
RGB128167239
HSL219°77.62%71.96%
HSB/HSV219°46.44%93.73%
CMYK46.44%30.13%0.00%
6.27%

Color #80A7EF in popluar number systems.

HEX80A7EF
Decimal128167239
Binary100000001010011111101111
Octal200247357

Shades and tints

Shades of #80A7EF

#80A7EF
(128,167,239)
#7598DA
(117,152,218)
#6A89C5
(106,137,197)
#5F7AB0
(95,122,176)
#546B9B
(84,107,155)
#495C86
(73,92,134)
#3E4D71
(62,77,113)
#333E5C
(51,62,92)
#282F47
(40,47,71)
#1D2032
(29,32,50)
#12111D
(18,17,29)
#000000
(0,0,0)

Tints of #80A7EF

#80A7EF
(128,167,239)
#8BAFF0
(139,175,240)
#96B7F1
(150,183,241)
#A1BFF2
(161,191,242)
#ACC7F3
(172,199,243)
#B7CFF4
(183,207,244)
#C2D7F5
(194,215,245)
#CDDFF6
(205,223,246)
#D8E7F7
(216,231,247)
#E3EFF8
(227,239,248)
#EEF7F9
(238,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A7EF; }

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

This text font color is #80A7EF.


Background Color

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

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

This div background color is #80A7EF.


Border color

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

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

This div border color is #80A7EF.


Opacity

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

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

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

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

This text has shadow with #80A7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A7EF on black background.


Color preview on white background

This text has color #80A7EF on white background.



Black color preview on #80A7EF background

This text has black color on #80A7EF background.


White color preview on #80A7EF background

This text has white color on #80A7EF background.