COLOR #80A0BA

HEX: #80A0BA RGB: (128,160,186)

Color info

#80A0BA contains red, green and blue colors in about the same proportion. Web safe color of #80A0BA is #6699CC (or #69C).

RGB color model

#80A0BA color RGB value is (128,160,186).

RGB: (128,160,186) (50%, 63%, 73%)

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 186 of 255 = 73%

128
160
186

R + G + B ~ 62%. #80A0BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 160 + 186 = 474 (100%)
R 128 of 474 ~ 27%
G 160 of 474 ~ 33.76%
B 186 of 474 ~ 39.24'%

%27
%33.76
%39.24

CMYK color model

#80A0BA color CMYK value is (31,14,0,27).

  • cyan value is 31.18%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (31,14,0,27)
C31M14Y0K27 (31%, 14%, 0%, 27%)
(0.31 / 0.14 / 0.00 / 0.27)

CMYK percentages

%31.18
%13.98
%0
%27.06

Codes

Color #80A0BA in popluar color models

80 A0 BA
RGB 128 160 186
HSL 207° 29.59% 61.57%
HSB/HSV 207° 31.18% 72.94%
CMYK 31.18% 13.98% 0.00%
27.06%

Color #80A0BA in popluar number systems.

HEX 80 A0 BA
Decimal 128 160 186
Binary 10000000 10100000 10111010
Octal 200 240 272

Shades and tints

Shades of #80A0BA

#80A0BA
(128,160,186)
#7592AA
(117,146,170)
#6A849A
(106,132,154)
#5F768A
(95,118,138)
#54687A
(84,104,122)
#495A6A
(73,90,106)
#3E4C5A
(62,76,90)
#333E4A
(51,62,74)
#28303A
(40,48,58)
#1D222A
(29,34,42)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #80A0BA

#80A0BA
(128,160,186)
#8BA8C0
(139,168,192)
#96B0C6
(150,176,198)
#A1B8CC
(161,184,204)
#ACC0D2
(172,192,210)
#B7C8D8
(183,200,216)
#C2D0DE
(194,208,222)
#CDD8E4
(205,216,228)
#D8E0EA
(216,224,234)
#E3E8F0
(227,232,240)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A0BA color. Also use rgb(128,160,186) instead hex code.

Text Font Color

.myTextColor { color: #80A0BA; }

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

This text font color is #80A0BA.

Background Color

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

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

This div background color is #80A0BA.

Border color

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

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

This div border color is #80A0BA.

Opacity

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

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

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

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

This text has shadow with #80A0BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A0BA.

Preview

Color preview on black background

This text has color #80A0BA on black background.


Color preview on white background

This text has color #80A0BA on white background.


Black color preview on #80A0BA background

This text has black color on #80A0BA background.


White color preview on #80A0BA background

This text has white color on #80A0BA background.


Related colors

Complementary color

Complementary color for #hex is #7F5F45.


I love getcolorcode.com

Triadic colors

1 #BA80A0 and #A0BA80 with #80A0BA are triadic colors.

2 #BAA080 and #A080BA with #80A0BA are triadic colors.