COLOR #80ABD7

HEX: #80ABD7
RGB: (128,171,215)

Color info

#80ABD7 contains mainly green and blue colors. Web safe color of #80ABD7 is #6699CC (or #69C).

RGB color model

#80ABD7 color RGB value is (128,171,215).

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

RGB channels and saturation

R 128 of 255 = 50%
G 171 of 255 = 67%
B 215 of 255 = 84%

128
171
215

R + G + B ~ 67%. #80ABD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 171 + 215 = 514 (100%)
R 128 of 514 ~ 24.9%
G 171 of 514 ~ 33.27%
B 215 of 514 ~ 41.83%

%24.9
%33.27
%41.83

CMYK color model

#80ABD7 color CMYK value is (40,20,0,16).

  • cyan value is 40.47%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(40,20,0,16)
C40M20Y0K16 
(40%,20%,0%,16%)
(0.40/0.20/0.00/0.16)	

CMYK percentages

%40.47
%20.47
%0
%15.69

Codes

Color #80ABD7 in popluar color models

80ABD7
RGB128171215
HSL210°52.10%67.25%
HSB/HSV210°40.47%84.31%
CMYK40.47%20.47%0.00%
15.69%

Color #80ABD7 in popluar number systems.

HEX80ABD7
Decimal128171215
Binary100000001010101111010111
Octal200253327

Shades and tints

Shades of #80ABD7

#80ABD7
(128,171,215)
#759CC4
(117,156,196)
#6A8DB1
(106,141,177)
#5F7E9E
(95,126,158)
#546F8B
(84,111,139)
#496078
(73,96,120)
#3E5165
(62,81,101)
#334252
(51,66,82)
#28333F
(40,51,63)
#1D242C
(29,36,44)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #80ABD7

#80ABD7
(128,171,215)
#8BB2DA
(139,178,218)
#96B9DD
(150,185,221)
#A1C0E0
(161,192,224)
#ACC7E3
(172,199,227)
#B7CEE6
(183,206,230)
#C2D5E9
(194,213,233)
#CDDCEC
(205,220,236)
#D8E3EF
(216,227,239)
#E3EAF2
(227,234,242)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ABD7; }

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

This text font color is #80ABD7.


Background Color

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

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

This div background color is #80ABD7.


Border color

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

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

This div border color is #80ABD7.


Opacity

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

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

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

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

This text has shadow with #80ABD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ABD7 on black background.


Color preview on white background

This text has color #80ABD7 on white background.



Black color preview on #80ABD7 background

This text has black color on #80ABD7 background.


White color preview on #80ABD7 background

This text has white color on #80ABD7 background.