COLOR #80ABE7

HEX: #80ABE7
RGB: (128,171,231)

Color info

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

RGB color model

#80ABE7 color RGB value is (128,171,231).

  • red value is 128;
  • green value is 171;
  • blue value is 231.
RGB:
(128,171,231)
(50%,67%,91%)

RGB channels and saturation

R 128 of 255 = 50%
G 171 of 255 = 67%
B 231 of 255 = 91%

128
171
231

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

Portions of RGB colors in percentages

R + G + B =
128 + 171 + 231 = 530 (100%)
R 128 of 530 ~ 24.15%
G 171 of 530 ~ 32.26%
B 231 of 530 ~ 43.58%

%24.15
%32.26
%43.58

CMYK color model

#80ABE7 color CMYK value is (45,26,0,9).

  • cyan value is 44.59%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(45,26,0,9)
C45M26Y0K9 
(45%,26%,0%,9%)
(0.45/0.26/0.00/0.09)	

CMYK percentages

%44.59
%25.97
%0
%9.41

Codes

Color #80ABE7 in popluar color models

80ABE7
RGB128171231
HSL215°68.21%70.39%
HSB/HSV215°44.59%90.59%
CMYK44.59%25.97%0.00%
9.41%

Color #80ABE7 in popluar number systems.

HEX80ABE7
Decimal128171231
Binary100000001010101111100111
Octal200253347

Shades and tints

Shades of #80ABE7

#80ABE7
(128,171,231)
#759CD2
(117,156,210)
#6A8DBD
(106,141,189)
#5F7EA8
(95,126,168)
#546F93
(84,111,147)
#49607E
(73,96,126)
#3E5169
(62,81,105)
#334254
(51,66,84)
#28333F
(40,51,63)
#1D242A
(29,36,42)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #80ABE7

#80ABE7
(128,171,231)
#8BB2E9
(139,178,233)
#96B9EB
(150,185,235)
#A1C0ED
(161,192,237)
#ACC7EF
(172,199,239)
#B7CEF1
(183,206,241)
#C2D5F3
(194,213,243)
#CDDCF5
(205,220,245)
#D8E3F7
(216,227,247)
#E3EAF9
(227,234,249)
#EEF1FB
(238,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80ABE7 color. Also use rgb(128,171,231) instead hex code.

Text Font Color

.myTextColor { color: #80ABE7; }

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

This text font color is #80ABE7.


Background Color

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

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

This div background color is #80ABE7.


Border color

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

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

This div border color is #80ABE7.


Opacity

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

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

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

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

This text has shadow with #80ABE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ABE7 on black background.


Color preview on white background

This text has color #80ABE7 on white background.



Black color preview on #80ABE7 background

This text has black color on #80ABE7 background.


White color preview on #80ABE7 background

This text has white color on #80ABE7 background.