COLOR #808EAB

HEX: #808EAB RGB: (128,142,171)

Color info

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

RGB color model

#808EAB color RGB value is (128,142,171).

RGB: (128,142,171) (50%, 56%, 67%)

RGB channels and saturation

R 128 of 255 = 50%
G 142 of 255 = 56%
B 171 of 255 = 67%

128
142
171

R + G + B ~ 58%. #808EAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 142 + 171 = 441 (100%)
R 128 of 441 ~ 29.02%
G 142 of 441 ~ 32.2%
B 171 of 441 ~ 38.78'%

%29.02
%32.2
%38.78

CMYK color model

#808EAB color CMYK value is (25,17,0,33).

  • cyan value is 25.15%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (25,17,0,33)
C25M17Y0K33 (25%, 17%, 0%, 33%)
(0.25 / 0.17 / 0.00 / 0.33)

CMYK percentages

%25.15
%16.96
%0
%32.94

Codes

Color #808EAB in popluar color models

80 8E AB
RGB 128 142 171
HSL 220° 20.38% 58.63%
HSB/HSV 220° 25.15% 67.06%
CMYK 25.15% 16.96% 0.00%
32.94%

Color #808EAB in popluar number systems.

HEX 80 8E AB
Decimal 128 142 171
Binary 10000000 10001110 10101011
Octal 200 216 253

Shades and tints

Shades of #808EAB

#808EAB
(128,142,171)
#75829C
(117,130,156)
#6A768D
(106,118,141)
#5F6A7E
(95,106,126)
#545E6F
(84,94,111)
#495260
(73,82,96)
#3E4651
(62,70,81)
#333A42
(51,58,66)
#282E33
(40,46,51)
#1D2224
(29,34,36)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #808EAB

#808EAB
(128,142,171)
#8B98B2
(139,152,178)
#96A2B9
(150,162,185)
#A1ACC0
(161,172,192)
#ACB6C7
(172,182,199)
#B7C0CE
(183,192,206)
#C2CAD5
(194,202,213)
#CDD4DC
(205,212,220)
#D8DEE3
(216,222,227)
#E3E8EA
(227,232,234)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808EAB color. Also use rgb(128,142,171) instead hex code.

Text Font Color

.myTextColor { color: #808EAB; }

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

This text font color is #808EAB.

Background Color

.myBgColor { background-color: #808EAB; }

<div style="background-color:#808EAB">Inner text</div>

This div background color is #808EAB.

Border color

.myBorderColor { border: 1px solid #808EAB; }

<div style="border:3px solid #808EAB">Div</div>

This div border color is #808EAB.

Opacity

.myOpacity80 { color: #808EAB; opacity: 0.8; }

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

Text with #808EAB 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 #808EAB;}

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

This text has shadow with #808EAB color.


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

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

This text has shadow with #808EAB primary color and red secondary color.


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

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

This text has shadow with #808EAB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #808EAB.

Preview

Color preview on black background

This text has color #808EAB on black background.


Color preview on white background

This text has color #808EAB on white background.


Black color preview on #808EAB background

This text has black color on #808EAB background.


White color preview on #808EAB background

This text has white color on #808EAB background.


Related colors

Complementary color

Complementary color for #hex is #7F7154.


I love getcolorcode.com

Triadic colors

1 #AB808E and #8EAB80 with #808EAB are triadic colors.

2 #AB8E80 and #8E80AB with #808EAB are triadic colors.