COLOR #80AAF7

HEX: #80AAF7
RGB: (128,170,247)

Color info

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

RGB color model

#80AAF7 color RGB value is (128,170,247).

  • red value is 128;
  • green value is 170;
  • blue value is 247.
RGB:
(128,170,247)
(50%,67%,97%)

RGB channels and saturation

R 128 of 255 = 50%
G 170 of 255 = 67%
B 247 of 255 = 97%

128
170
247

R + G + B ~ 71%. #80AAF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 170 + 247 = 545 (100%)
R 128 of 545 ~ 23.49%
G 170 of 545 ~ 31.19%
B 247 of 545 ~ 45.32%

%23.49
%31.19
%45.32

CMYK color model

#80AAF7 color CMYK value is (48,31,0,3).

  • cyan value is 48.18%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(48,31,0,3)
C48M31Y0K3 
(48%,31%,0%,3%)
(0.48/0.31/0.00/0.03)	

CMYK percentages

%48.18
%31.17
%0
%3.14

Codes

Color #80AAF7 in popluar color models

80AAF7
RGB128170247
HSL219°88.15%73.53%
HSB/HSV219°48.18%96.86%
CMYK48.18%31.17%0.00%
3.14%

Color #80AAF7 in popluar number systems.

HEX80AAF7
Decimal128170247
Binary100000001010101011110111
Octal200252367

Shades and tints

Shades of #80AAF7

#80AAF7
(128,170,247)
#759BE1
(117,155,225)
#6A8CCB
(106,140,203)
#5F7DB5
(95,125,181)
#546E9F
(84,110,159)
#495F89
(73,95,137)
#3E5073
(62,80,115)
#33415D
(51,65,93)
#283247
(40,50,71)
#1D2331
(29,35,49)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #80AAF7

#80AAF7
(128,170,247)
#8BB1F7
(139,177,247)
#96B8F7
(150,184,247)
#A1BFF7
(161,191,247)
#ACC6F7
(172,198,247)
#B7CDF7
(183,205,247)
#C2D4F7
(194,212,247)
#CDDBF7
(205,219,247)
#D8E2F7
(216,226,247)
#E3E9F7
(227,233,247)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AAF7 color. Also use rgb(128,170,247) instead hex code.

Text Font Color

.myTextColor { color: #80AAF7; }

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

This text font color is #80AAF7.


Background Color

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

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

This div background color is #80AAF7.


Border color

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

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

This div border color is #80AAF7.


Opacity

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

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

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

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

This text has shadow with #80AAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AAF7 on black background.


Color preview on white background

This text has color #80AAF7 on white background.



Black color preview on #80AAF7 background

This text has black color on #80AAF7 background.


White color preview on #80AAF7 background

This text has white color on #80AAF7 background.