COLOR #80B0DC

HEX: #80B0DC
RGB: (128,176,220)

Color info

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

RGB color model

#80B0DC color RGB value is (128,176,220).

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

RGB channels and saturation

R 128 of 255 = 50%
G 176 of 255 = 69%
B 220 of 255 = 86%

128
176
220

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

Portions of RGB colors in percentages

R + G + B =
128 + 176 + 220 = 524 (100%)
R 128 of 524 ~ 24.43%
G 176 of 524 ~ 33.59%
B 220 of 524 ~ 41.98%

%24.43
%33.59
%41.98

CMYK color model

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

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

CMYK percentages

%41.82
%20
%0
%13.73

Codes

Color #80B0DC in popluar color models

80B0DC
RGB128176220
HSL209°56.79%68.24%
HSB/HSV209°41.82%86.27%
CMYK41.82%20.00%0.00%
13.73%

Color #80B0DC in popluar number systems.

HEX80B0DC
Decimal128176220
Binary100000001011000011011100
Octal200260334

Shades and tints

Shades of #80B0DC

#80B0DC
(128,176,220)
#75A0C8
(117,160,200)
#6A90B4
(106,144,180)
#5F80A0
(95,128,160)
#54708C
(84,112,140)
#496078
(73,96,120)
#3E5064
(62,80,100)
#334050
(51,64,80)
#28303C
(40,48,60)
#1D2028
(29,32,40)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #80B0DC

#80B0DC
(128,176,220)
#8BB7DF
(139,183,223)
#96BEE2
(150,190,226)
#A1C5E5
(161,197,229)
#ACCCE8
(172,204,232)
#B7D3EB
(183,211,235)
#C2DAEE
(194,218,238)
#CDE1F1
(205,225,241)
#D8E8F4
(216,232,244)
#E3EFF7
(227,239,247)
#EEF6FA
(238,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B0DC color. Also use rgb(128,176,220) instead hex code.

Text Font Color

.myTextColor { color: #80B0DC; }

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

This text font color is #80B0DC.


Background Color

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

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

This div background color is #80B0DC.


Border color

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

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

This div border color is #80B0DC.


Opacity

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

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

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

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

This text has shadow with #80B0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B0DC on black background.


Color preview on white background

This text has color #80B0DC on white background.



Black color preview on #80B0DC background

This text has black color on #80B0DC background.


White color preview on #80B0DC background

This text has white color on #80B0DC background.