COLOR #80B1DA

HEX: #80B1DA RGB: (128,177,218)

Color info

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

RGB color model

#80B1DA color RGB value is (128,177,218).

RGB: (128,177,218) (50%, 69%, 85%)

RGB channels and saturation

R 128 of 255 = 50%
G 177 of 255 = 69%
B 218 of 255 = 85%

128
177
218

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

Portions of RGB colors in percentages

R + G + B = 128 + 177 + 218 = 523 (100%)
R 128 of 523 ~ 24.47%
G 177 of 523 ~ 33.84%
B 218 of 523 ~ 41.68'%

%24.47
%33.84
%41.68

CMYK color model

#80B1DA color CMYK value is (41,19,0,15).

  • cyan value is 41.28%
  • magenta value is 18.81%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (41,19,0,15)
C41M19Y0K15 (41%, 19%, 0%, 15%)
(0.41 / 0.19 / 0.00 / 0.15)

CMYK percentages

%41.28
%18.81
%0
%14.51

Codes

Color #80B1DA in popluar color models

80 B1 DA
RGB 128 177 218
HSL 207° 54.88% 67.84%
HSB/HSV 207° 41.28% 85.49%
CMYK 41.28% 18.81% 0.00%
14.51%

Color #80B1DA in popluar number systems.

HEX 80 B1 DA
Decimal 128 177 218
Binary 10000000 10110001 11011010
Octal 200 261 332

Shades and tints

Shades of #80B1DA

#80B1DA
(128,177,218)
#75A1C7
(117,161,199)
#6A91B4
(106,145,180)
#5F81A1
(95,129,161)
#54718E
(84,113,142)
#49617B
(73,97,123)
#3E5168
(62,81,104)
#334155
(51,65,85)
#283142
(40,49,66)
#1D212F
(29,33,47)
#12111C
(18,17,28)
#000000
(0,0,0)

Tints of #80B1DA

#80B1DA
(128,177,218)
#8BB8DD
(139,184,221)
#96BFE0
(150,191,224)
#A1C6E3
(161,198,227)
#ACCDE6
(172,205,230)
#B7D4E9
(183,212,233)
#C2DBEC
(194,219,236)
#CDE2EF
(205,226,239)
#D8E9F2
(216,233,242)
#E3F0F5
(227,240,245)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B1DA color. Also use rgb(128,177,218) instead hex code.

Text Font Color

.myTextColor { color: #80B1DA; }

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

This text font color is #80B1DA.

Background Color

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

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

This div background color is #80B1DA.

Border color

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

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

This div border color is #80B1DA.

Opacity

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

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

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

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

This text has shadow with #80B1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B1DA.

Preview

Color preview on black background

This text has color #80B1DA on black background.


Color preview on white background

This text has color #80B1DA on white background.


Black color preview on #80B1DA background

This text has black color on #80B1DA background.


White color preview on #80B1DA background

This text has white color on #80B1DA background.


Related colors

Complementary color

Complementary color for #hex is #7F4E25.


I love getcolorcode.com

Triadic colors

1 #DA80B1 and #B1DA80 with #80B1DA are triadic colors.

2 #DAB180 and #B180DA with #80B1DA are triadic colors.