COLOR #808BAD

HEX: #808BAD RGB: (128,139,173)

Color info

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

RGB color model

#808BAD color RGB value is (128,139,173).

RGB: (128,139,173) (50%, 55%, 68%)

RGB channels and saturation

R 128 of 255 = 50%
G 139 of 255 = 55%
B 173 of 255 = 68%

128
139
173

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

Portions of RGB colors in percentages

R + G + B = 128 + 139 + 173 = 440 (100%)
R 128 of 440 ~ 29.09%
G 139 of 440 ~ 31.59%
B 173 of 440 ~ 39.32'%

%29.09
%31.59
%39.32

CMYK color model

#808BAD color CMYK value is (26,20,0,32).

  • cyan value is 26.01%
  • magenta value is 19.65%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (26,20,0,32)
C26M20Y0K32 (26%, 20%, 0%, 32%)
(0.26 / 0.20 / 0.00 / 0.32)

CMYK percentages

%26.01
%19.65
%0
%32.16

Codes

Color #808BAD in popluar color models

80 8B AD
RGB 128 139 173
HSL 225° 21.53% 59.02%
HSB/HSV 225° 26.01% 67.84%
CMYK 26.01% 19.65% 0.00%
32.16%

Color #808BAD in popluar number systems.

HEX 80 8B AD
Decimal 128 139 173
Binary 10000000 10001011 10101101
Octal 200 213 255

Shades and tints

Shades of #808BAD

#808BAD
(128,139,173)
#757F9E
(117,127,158)
#6A738F
(106,115,143)
#5F6780
(95,103,128)
#545B71
(84,91,113)
#494F62
(73,79,98)
#3E4353
(62,67,83)
#333744
(51,55,68)
#282B35
(40,43,53)
#1D1F26
(29,31,38)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #808BAD

#808BAD
(128,139,173)
#8B95B4
(139,149,180)
#969FBB
(150,159,187)
#A1A9C2
(161,169,194)
#ACB3C9
(172,179,201)
#B7BDD0
(183,189,208)
#C2C7D7
(194,199,215)
#CDD1DE
(205,209,222)
#D8DBE5
(216,219,229)
#E3E5EC
(227,229,236)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808BAD; }

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

This text font color is #808BAD.

Background Color

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

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

This div background color is #808BAD.

Border color

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

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

This div border color is #808BAD.

Opacity

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

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

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

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

This text has shadow with #808BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808BAD.

Preview

Color preview on black background

This text has color #808BAD on black background.


Color preview on white background

This text has color #808BAD on white background.


Black color preview on #808BAD background

This text has black color on #808BAD background.


White color preview on #808BAD background

This text has white color on #808BAD background.


Related colors

Complementary color

Complementary color for #hex is #7F7452.


I love getcolorcode.com

Triadic colors

1 #AD808B and #8BAD80 with #808BAD are triadic colors.

2 #AD8B80 and #8B80AD with #808BAD are triadic colors.