COLOR #808FAD

HEX: #808FAD
RGB: (128,143,173)

Color info

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

RGB color model

#808FAD color RGB value is (128,143,173).

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

RGB channels and saturation

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

128
143
173

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

Portions of RGB colors in percentages

R + G + B =
128 + 143 + 173 = 444 (100%)
R 128 of 444 ~ 28.83%
G 143 of 444 ~ 32.21%
B 173 of 444 ~ 38.96%

%28.83
%32.21
%38.96

CMYK color model

#808FAD color CMYK value is (26,17,0,32).

  • cyan value is 26.01%
  • magenta value is 17.34%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(26,17,0,32)
C26M17Y0K32 
(26%,17%,0%,32%)
(0.26/0.17/0.00/0.32)	

CMYK percentages

%26.01
%17.34
%0
%32.16

Codes

Color #808FAD in popluar color models

808FAD
RGB128143173
HSL220°21.53%59.02%
HSB/HSV220°26.01%67.84%
CMYK26.01%17.34%0.00%
32.16%

Color #808FAD in popluar number systems.

HEX808FAD
Decimal128143173
Binary100000001000111110101101
Octal200217255

Shades and tints

Shades of #808FAD

#808FAD
(128,143,173)
#75829E
(117,130,158)
#6A758F
(106,117,143)
#5F6880
(95,104,128)
#545B71
(84,91,113)
#494E62
(73,78,98)
#3E4153
(62,65,83)
#333444
(51,52,68)
#282735
(40,39,53)
#1D1A26
(29,26,38)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #808FAD

#808FAD
(128,143,173)
#8B99B4
(139,153,180)
#96A3BB
(150,163,187)
#A1ADC2
(161,173,194)
#ACB7C9
(172,183,201)
#B7C1D0
(183,193,208)
#C2CBD7
(194,203,215)
#CDD5DE
(205,213,222)
#D8DFE5
(216,223,229)
#E3E9EC
(227,233,236)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808FAD; }

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

This text font color is #808FAD.


Background Color

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

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

This div background color is #808FAD.


Border color

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

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

This div border color is #808FAD.


Opacity

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

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

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

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

This text has shadow with #808FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808FAD on black background.


Color preview on white background

This text has color #808FAD on white background.



Black color preview on #808FAD background

This text has black color on #808FAD background.


White color preview on #808FAD background

This text has white color on #808FAD background.