COLOR #80AFDB

HEX: #80AFDB
RGB: (128,175,219)

Color info

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

RGB color model

#80AFDB color RGB value is (128,175,219).

  • red value is 128;
  • green value is 175;
  • blue value is 219.
RGB:
(128,175,219)
(50%,69%,86%)

RGB channels and saturation

R 128 of 255 = 50%
G 175 of 255 = 69%
B 219 of 255 = 86%

128
175
219

R + G + B ~ 68%. #80AFDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 175 + 219 = 522 (100%)
R 128 of 522 ~ 24.52%
G 175 of 522 ~ 33.52%
B 219 of 522 ~ 41.95%

%24.52
%33.52
%41.95

CMYK color model

#80AFDB color CMYK value is (42,20,0,14).

  • cyan value is 41.55%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(42,20,0,14)
C42M20Y0K14 
(42%,20%,0%,14%)
(0.42/0.20/0.00/0.14)	

CMYK percentages

%41.55
%20.09
%0
%14.12

Codes

Color #80AFDB in popluar color models

80AFDB
RGB128175219
HSL209°55.83%68.04%
HSB/HSV209°41.55%85.88%
CMYK41.55%20.09%0.00%
14.12%

Color #80AFDB in popluar number systems.

HEX80AFDB
Decimal128175219
Binary100000001010111111011011
Octal200257333

Shades and tints

Shades of #80AFDB

#80AFDB
(128,175,219)
#75A0C8
(117,160,200)
#6A91B5
(106,145,181)
#5F82A2
(95,130,162)
#54738F
(84,115,143)
#49647C
(73,100,124)
#3E5569
(62,85,105)
#334656
(51,70,86)
#283743
(40,55,67)
#1D2830
(29,40,48)
#12191D
(18,25,29)
#000000
(0,0,0)

Tints of #80AFDB

#80AFDB
(128,175,219)
#8BB6DE
(139,182,222)
#96BDE1
(150,189,225)
#A1C4E4
(161,196,228)
#ACCBE7
(172,203,231)
#B7D2EA
(183,210,234)
#C2D9ED
(194,217,237)
#CDE0F0
(205,224,240)
#D8E7F3
(216,231,243)
#E3EEF6
(227,238,246)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AFDB color. Also use rgb(128,175,219) instead hex code.

Text Font Color

.myTextColor { color: #80AFDB; }

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

This text font color is #80AFDB.


Background Color

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

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

This div background color is #80AFDB.


Border color

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

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

This div border color is #80AFDB.


Opacity

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

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

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

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

This text has shadow with #80AFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AFDB on black background.


Color preview on white background

This text has color #80AFDB on white background.



Black color preview on #80AFDB background

This text has black color on #80AFDB background.


White color preview on #80AFDB background

This text has white color on #80AFDB background.