COLOR #80A6BD

HEX: #80A6BD
RGB: (128,166,189)

Color info

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

RGB color model

#80A6BD color RGB value is (128,166,189).

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

RGB channels and saturation

R 128 of 255 = 50%
G 166 of 255 = 65%
B 189 of 255 = 74%

128
166
189

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

Portions of RGB colors in percentages

R + G + B =
128 + 166 + 189 = 483 (100%)
R 128 of 483 ~ 26.5%
G 166 of 483 ~ 34.37%
B 189 of 483 ~ 39.13%

%26.5
%34.37
%39.13

CMYK color model

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

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

CMYK percentages

%32.28
%12.17
%0
%25.88

Codes

Color #80A6BD in popluar color models

80A6BD
RGB128166189
HSL203°31.61%62.16%
HSB/HSV203°32.28%74.12%
CMYK32.28%12.17%0.00%
25.88%

Color #80A6BD in popluar number systems.

HEX80A6BD
Decimal128166189
Binary100000001010011010111101
Octal200246275

Shades and tints

Shades of #80A6BD

#80A6BD
(128,166,189)
#7597AC
(117,151,172)
#6A889B
(106,136,155)
#5F798A
(95,121,138)
#546A79
(84,106,121)
#495B68
(73,91,104)
#3E4C57
(62,76,87)
#333D46
(51,61,70)
#282E35
(40,46,53)
#1D1F24
(29,31,36)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #80A6BD

#80A6BD
(128,166,189)
#8BAEC3
(139,174,195)
#96B6C9
(150,182,201)
#A1BECF
(161,190,207)
#ACC6D5
(172,198,213)
#B7CEDB
(183,206,219)
#C2D6E1
(194,214,225)
#CDDEE7
(205,222,231)
#D8E6ED
(216,230,237)
#E3EEF3
(227,238,243)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A6BD; }

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

This text font color is #80A6BD.


Background Color

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

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

This div background color is #80A6BD.


Border color

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

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

This div border color is #80A6BD.


Opacity

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

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

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

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

This text has shadow with #80A6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A6BD on black background.


Color preview on white background

This text has color #80A6BD on white background.



Black color preview on #80A6BD background

This text has black color on #80A6BD background.


White color preview on #80A6BD background

This text has white color on #80A6BD background.