COLOR #808CAD

HEX: #808CAD
RGB: (128,140,173)

Color info

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

RGB color model

#808CAD color RGB value is (128,140,173).

  • red value is 128;
  • green value is 140;
  • blue value is 173.
RGB:
(128,140,173)
(50%,55%,68%)

RGB channels and saturation

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

128
140
173

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

Portions of RGB colors in percentages

R + G + B =
128 + 140 + 173 = 441 (100%)
R 128 of 441 ~ 29.02%
G 140 of 441 ~ 31.75%
B 173 of 441 ~ 39.23%

%29.02
%31.75
%39.23

CMYK color model

#808CAD color CMYK value is (26,19,0,32).

  • cyan value is 26.01%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(26,19,0,32)
C26M19Y0K32 
(26%,19%,0%,32%)
(0.26/0.19/0.00/0.32)	

CMYK percentages

%26.01
%19.08
%0
%32.16

Codes

Color #808CAD in popluar color models

808CAD
RGB128140173
HSL224°21.53%59.02%
HSB/HSV224°26.01%67.84%
CMYK26.01%19.08%0.00%
32.16%

Color #808CAD in popluar number systems.

HEX808CAD
Decimal128140173
Binary100000001000110010101101
Octal200214255

Shades and tints

Shades of #808CAD

#808CAD
(128,140,173)
#75809E
(117,128,158)
#6A748F
(106,116,143)
#5F6880
(95,104,128)
#545C71
(84,92,113)
#495062
(73,80,98)
#3E4453
(62,68,83)
#333844
(51,56,68)
#282C35
(40,44,53)
#1D2026
(29,32,38)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #808CAD

#808CAD
(128,140,173)
#8B96B4
(139,150,180)
#96A0BB
(150,160,187)
#A1AAC2
(161,170,194)
#ACB4C9
(172,180,201)
#B7BED0
(183,190,208)
#C2C8D7
(194,200,215)
#CDD2DE
(205,210,222)
#D8DCE5
(216,220,229)
#E3E6EC
(227,230,236)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808CAD; }

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

This text font color is #808CAD.


Background Color

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

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

This div background color is #808CAD.


Border color

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

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

This div border color is #808CAD.


Opacity

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

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

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

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

This text has shadow with #808CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808CAD on black background.


Color preview on white background

This text has color #808CAD on white background.



Black color preview on #808CAD background

This text has black color on #808CAD background.


White color preview on #808CAD background

This text has white color on #808CAD background.