COLOR #80A5BC

HEX: #80A5BC
RGB: (128,165,188)

Color info

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

RGB color model

#80A5BC color RGB value is (128,165,188).

  • red value is 128;
  • green value is 165;
  • blue value is 188.
RGB:
(128,165,188)
(50%,65%,74%)

RGB channels and saturation

R 128 of 255 = 50%
G 165 of 255 = 65%
B 188 of 255 = 74%

128
165
188

R + G + B ~ 63%. #80A5BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 165 + 188 = 481 (100%)
R 128 of 481 ~ 26.61%
G 165 of 481 ~ 34.3%
B 188 of 481 ~ 39.09%

%26.61
%34.3
%39.09

CMYK color model

#80A5BC color CMYK value is (32,12,0,26).

  • cyan value is 31.91%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(32,12,0,26)
C32M12Y0K26 
(32%,12%,0%,26%)
(0.32/0.12/0.00/0.26)	

CMYK percentages

%31.91
%12.23
%0
%26.27

Codes

Color #80A5BC in popluar color models

80A5BC
RGB128165188
HSL203°30.93%61.96%
HSB/HSV203°31.91%73.73%
CMYK31.91%12.23%0.00%
26.27%

Color #80A5BC in popluar number systems.

HEX80A5BC
Decimal128165188
Binary100000001010010110111100
Octal200245274

Shades and tints

Shades of #80A5BC

#80A5BC
(128,165,188)
#7596AB
(117,150,171)
#6A879A
(106,135,154)
#5F7889
(95,120,137)
#546978
(84,105,120)
#495A67
(73,90,103)
#3E4B56
(62,75,86)
#333C45
(51,60,69)
#282D34
(40,45,52)
#1D1E23
(29,30,35)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #80A5BC

#80A5BC
(128,165,188)
#8BADC2
(139,173,194)
#96B5C8
(150,181,200)
#A1BDCE
(161,189,206)
#ACC5D4
(172,197,212)
#B7CDDA
(183,205,218)
#C2D5E0
(194,213,224)
#CDDDE6
(205,221,230)
#D8E5EC
(216,229,236)
#E3EDF2
(227,237,242)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A5BC color. Also use rgb(128,165,188) instead hex code.

Text Font Color

.myTextColor { color: #80A5BC; }

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

This text font color is #80A5BC.


Background Color

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

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

This div background color is #80A5BC.


Border color

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

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

This div border color is #80A5BC.


Opacity

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

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

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

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

This text has shadow with #80A5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A5BC on black background.


Color preview on white background

This text has color #80A5BC on white background.



Black color preview on #80A5BC background

This text has black color on #80A5BC background.


White color preview on #80A5BC background

This text has white color on #80A5BC background.