COLOR #808EAD

HEX: #808EAD RGB: (128,142,173)

Color info

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

RGB color model

#808EAD color RGB value is (128,142,173).

RGB: (128,142,173) (50%, 56%, 68%)

RGB channels and saturation

R 128 of 255 = 50%
G 142 of 255 = 56%
B 173 of 255 = 68%

128
142
173

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

Portions of RGB colors in percentages

R + G + B = 128 + 142 + 173 = 443 (100%)
R 128 of 443 ~ 28.89%
G 142 of 443 ~ 32.05%
B 173 of 443 ~ 39.05'%

%28.89
%32.05
%39.05

CMYK color model

#808EAD color CMYK value is (26,18,0,32).

  • cyan value is 26.01%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (26,18,0,32) C26M18Y0K32 (26%,18%,0%,32%) (0.26/0.18/0.00/0.32) 

CMYK percentages

%26.01
%17.92
%0
%32.16

Codes

Color #808EAD in popluar color models

80 8E AD
RGB 128 142 173
HSL 221° 21.53% 59.02%
HSB/HSV 221° 26.01% 67.84%
CMYK 26.01% 17.92% 0.00%
32.16%

Color #808EAD in popluar number systems.

HEX 80 8E AD
Decimal 128 142 173
Binary 10000000 10001110 10101101
Octal 200 216 255

Shades and tints

Shades of #808EAD

#808EAD
(128,142,173)
#75829E
(117,130,158)
#6A768F
(106,118,143)
#5F6A80
(95,106,128)
#545E71
(84,94,113)
#495262
(73,82,98)
#3E4653
(62,70,83)
#333A44
(51,58,68)
#282E35
(40,46,53)
#1D2226
(29,34,38)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #808EAD

#808EAD
(128,142,173)
#8B98B4
(139,152,180)
#96A2BB
(150,162,187)
#A1ACC2
(161,172,194)
#ACB6C9
(172,182,201)
#B7C0D0
(183,192,208)
#C2CAD7
(194,202,215)
#CDD4DE
(205,212,222)
#D8DEE5
(216,222,229)
#E3E8EC
(227,232,236)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808EAD; }

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

This text font color is #808EAD.

Background Color

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

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

This div background color is #808EAD.

Border color

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

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

This div border color is #808EAD.

Opacity

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

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

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

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

This text has shadow with #808EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808EAD.

Preview

Color preview on black background

This text has color #808EAD on black background.


Color preview on white background

This text has color #808EAD on white background.


Black color preview on #808EAD background

This text has black color on #808EAD background.


White color preview on #808EAD background

This text has white color on #808EAD background.


Related colors

Complementary color

Complementary color for #hex is #7F7152.


I love getcolorcode.com

Triadic colors

1 #AD808E and #8EAD80 with #808EAD are triadic colors.

2 #AD8E80 and #8E80AD with #808EAD are triadic colors.