COLOR #80A0A8

HEX: #80A0A8
RGB: (128,160,168)

Color info

#80A0A8 contains red, green and blue colors in about the same proportion. Web safe color of #80A0A8 is #669999 (or #699).

RGB color model

#80A0A8 color RGB value is (128,160,168).

  • red value is 128;
  • green value is 160;
  • blue value is 168.
RGB:
(128,160,168)
(50%,63%,66%)

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 168 of 255 = 66%

128
160
168

R + G + B ~ 60%. #80A0A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 160 + 168 = 456 (100%)
R 128 of 456 ~ 28.07%
G 160 of 456 ~ 35.09%
B 168 of 456 ~ 36.84%

%28.07
%35.09
%36.84

CMYK color model

#80A0A8 color CMYK value is (24,5,0,34).

  • cyan value is 23.81%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(24,5,0,34)
C24M5Y0K34 
(24%,5%,0%,34%)
(0.24/0.05/0.00/0.34)	

CMYK percentages

%23.81
%4.76
%0
%34.12

Codes

Color #80A0A8 in popluar color models

80A0A8
RGB128160168
HSL192°18.69%58.04%
HSB/HSV192°23.81%65.88%
CMYK23.81%4.76%0.00%
34.12%

Color #80A0A8 in popluar number systems.

HEX80A0A8
Decimal128160168
Binary100000001010000010101000
Octal200240250

Shades and tints

Shades of #80A0A8

#80A0A8
(128,160,168)
#759299
(117,146,153)
#6A848A
(106,132,138)
#5F767B
(95,118,123)
#54686C
(84,104,108)
#495A5D
(73,90,93)
#3E4C4E
(62,76,78)
#333E3F
(51,62,63)
#283030
(40,48,48)
#1D2221
(29,34,33)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #80A0A8

#80A0A8
(128,160,168)
#8BA8AF
(139,168,175)
#96B0B6
(150,176,182)
#A1B8BD
(161,184,189)
#ACC0C4
(172,192,196)
#B7C8CB
(183,200,203)
#C2D0D2
(194,208,210)
#CDD8D9
(205,216,217)
#D8E0E0
(216,224,224)
#E3E8E7
(227,232,231)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A0A8; }

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

This text font color is #80A0A8.


Background Color

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

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

This div background color is #80A0A8.


Border color

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

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

This div border color is #80A0A8.


Opacity

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

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

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

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

This text has shadow with #80A0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A0A8 on black background.


Color preview on white background

This text has color #80A0A8 on white background.



Black color preview on #80A0A8 background

This text has black color on #80A0A8 background.


White color preview on #80A0A8 background

This text has white color on #80A0A8 background.