COLOR #80ADFD

HEX: #80ADFD RGB: (128,173,253)

Color info

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

RGB color model

#80ADFD color RGB value is (128,173,253).

RGB: (128,173,253) (50%, 68%, 99%)

RGB channels and saturation

R 128 of 255 = 50%
G 173 of 255 = 68%
B 253 of 255 = 99%

128
173
253

R + G + B ~ 72%. #80ADFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 173 + 253 = 554 (100%)
R 128 of 554 ~ 23.1%
G 173 of 554 ~ 31.23%
B 253 of 554 ~ 45.67'%

%23.1
%31.23
%45.67

CMYK color model

#80ADFD color CMYK value is (49,32,0,1).

  • cyan value is 49.41%
  • magenta value is 31.62%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (49,32,0,1)
C49M32Y0K1 (49%, 32%, 0%, 1%)
(0.49 / 0.32 / 0.00 / 0.01)

CMYK percentages

%49.41
%31.62
%0
%0.78

Codes

Color #80ADFD in popluar color models

80 AD FD
RGB 128 173 253
HSL 218° 96.90% 74.71%
HSB/HSV 218° 49.41% 99.22%
CMYK 49.41% 31.62% 0.00%
0.78%

Color #80ADFD in popluar number systems.

HEX 80 AD FD
Decimal 128 173 253
Binary 10000000 10101101 11111101
Octal 200 255 375

Shades and tints

Shades of #80ADFD

#80ADFD
(128,173,253)
#759EE6
(117,158,230)
#6A8FCF
(106,143,207)
#5F80B8
(95,128,184)
#5471A1
(84,113,161)
#49628A
(73,98,138)
#3E5373
(62,83,115)
#33445C
(51,68,92)
#283545
(40,53,69)
#1D262E
(29,38,46)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #80ADFD

#80ADFD
(128,173,253)
#8BB4FD
(139,180,253)
#96BBFD
(150,187,253)
#A1C2FD
(161,194,253)
#ACC9FD
(172,201,253)
#B7D0FD
(183,208,253)
#C2D7FD
(194,215,253)
#CDDEFD
(205,222,253)
#D8E5FD
(216,229,253)
#E3ECFD
(227,236,253)
#EEF3FD
(238,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80ADFD color. Also use rgb(128,173,253) instead hex code.

Text Font Color

.myTextColor { color: #80ADFD; }

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

This text font color is #80ADFD.

Background Color

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

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

This div background color is #80ADFD.

Border color

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

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

This div border color is #80ADFD.

Opacity

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

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

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

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

This text has shadow with #80ADFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80ADFD.

Preview

Color preview on black background

This text has color #80ADFD on black background.


Color preview on white background

This text has color #80ADFD on white background.


Black color preview on #80ADFD background

This text has black color on #80ADFD background.


White color preview on #80ADFD background

This text has white color on #80ADFD background.


Related colors

Complementary color

Complementary color for #hex is #7F5202.


I love getcolorcode.com

Triadic colors

1 #FD80AD and #ADFD80 with #80ADFD are triadic colors.

2 #FDAD80 and #AD80FD with #80ADFD are triadic colors.