COLOR #808BA9

HEX: #808BA9
RGB: (128,139,169)

Color info

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

RGB color model

#808BA9 color RGB value is (128,139,169).

  • red value is 128;
  • green value is 139;
  • blue value is 169.
RGB:
(128,139,169)
(50%,55%,66%)

RGB channels and saturation

R 128 of 255 = 50%
G 139 of 255 = 55%
B 169 of 255 = 66%

128
139
169

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

Portions of RGB colors in percentages

R + G + B =
128 + 139 + 169 = 436 (100%)
R 128 of 436 ~ 29.36%
G 139 of 436 ~ 31.88%
B 169 of 436 ~ 38.76%

%29.36
%31.88
%38.76

CMYK color model

#808BA9 color CMYK value is (24,18,0,34).

  • cyan value is 24.26%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(24,18,0,34)
C24M18Y0K34 
(24%,18%,0%,34%)
(0.24/0.18/0.00/0.34)	

CMYK percentages

%24.26
%17.75
%0
%33.73

Codes

Color #808BA9 in popluar color models

808BA9
RGB128139169
HSL224°19.25%58.24%
HSB/HSV224°24.26%66.27%
CMYK24.26%17.75%0.00%
33.73%

Color #808BA9 in popluar number systems.

HEX808BA9
Decimal128139169
Binary100000001000101110101001
Octal200213251

Shades and tints

Shades of #808BA9

#808BA9
(128,139,169)
#757F9A
(117,127,154)
#6A738B
(106,115,139)
#5F677C
(95,103,124)
#545B6D
(84,91,109)
#494F5E
(73,79,94)
#3E434F
(62,67,79)
#333740
(51,55,64)
#282B31
(40,43,49)
#1D1F22
(29,31,34)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #808BA9

#808BA9
(128,139,169)
#8B95B0
(139,149,176)
#969FB7
(150,159,183)
#A1A9BE
(161,169,190)
#ACB3C5
(172,179,197)
#B7BDCC
(183,189,204)
#C2C7D3
(194,199,211)
#CDD1DA
(205,209,218)
#D8DBE1
(216,219,225)
#E3E5E8
(227,229,232)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808BA9; }

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

This text font color is #808BA9.


Background Color

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

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

This div background color is #808BA9.


Border color

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

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

This div border color is #808BA9.


Opacity

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

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

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

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

This text has shadow with #808BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808BA9 on black background.


Color preview on white background

This text has color #808BA9 on white background.



Black color preview on #808BA9 background

This text has black color on #808BA9 background.


White color preview on #808BA9 background

This text has white color on #808BA9 background.