COLOR #80A2BD

HEX: #80A2BD
RGB: (128,162,189)

Color info

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

RGB color model

#80A2BD color RGB value is (128,162,189).

  • red value is 128;
  • green value is 162;
  • blue value is 189.
RGB:
(128,162,189)
(50%,64%,74%)

RGB channels and saturation

R 128 of 255 = 50%
G 162 of 255 = 64%
B 189 of 255 = 74%

128
162
189

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

Portions of RGB colors in percentages

R + G + B =
128 + 162 + 189 = 479 (100%)
R 128 of 479 ~ 26.72%
G 162 of 479 ~ 33.82%
B 189 of 479 ~ 39.46%

%26.72
%33.82
%39.46

CMYK color model

#80A2BD color CMYK value is (32,14,0,26).

  • cyan value is 32.28%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(32,14,0,26)
C32M14Y0K26 
(32%,14%,0%,26%)
(0.32/0.14/0.00/0.26)	

CMYK percentages

%32.28
%14.29
%0
%25.88

Codes

Color #80A2BD in popluar color models

80A2BD
RGB128162189
HSL207°31.61%62.16%
HSB/HSV207°32.28%74.12%
CMYK32.28%14.29%0.00%
25.88%

Color #80A2BD in popluar number systems.

HEX80A2BD
Decimal128162189
Binary100000001010001010111101
Octal200242275

Shades and tints

Shades of #80A2BD

#80A2BD
(128,162,189)
#7594AC
(117,148,172)
#6A869B
(106,134,155)
#5F788A
(95,120,138)
#546A79
(84,106,121)
#495C68
(73,92,104)
#3E4E57
(62,78,87)
#334046
(51,64,70)
#283235
(40,50,53)
#1D2424
(29,36,36)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #80A2BD

#80A2BD
(128,162,189)
#8BAAC3
(139,170,195)
#96B2C9
(150,178,201)
#A1BACF
(161,186,207)
#ACC2D5
(172,194,213)
#B7CADB
(183,202,219)
#C2D2E1
(194,210,225)
#CDDAE7
(205,218,231)
#D8E2ED
(216,226,237)
#E3EAF3
(227,234,243)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A2BD color. Also use rgb(128,162,189) instead hex code.

Text Font Color

.myTextColor { color: #80A2BD; }

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

This text font color is #80A2BD.


Background Color

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

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

This div background color is #80A2BD.


Border color

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

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

This div border color is #80A2BD.


Opacity

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

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

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

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

This text has shadow with #80A2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A2BD on black background.


Color preview on white background

This text has color #80A2BD on white background.



Black color preview on #80A2BD background

This text has black color on #80A2BD background.


White color preview on #80A2BD background

This text has white color on #80A2BD background.