COLOR #808886

HEX: #808886
RGB: (128,136,134)

Color info

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

RGB color model

#808886 color RGB value is (128,136,134).

  • red value is 128;
  • green value is 136;
  • blue value is 134.
RGB:
(128,136,134)
(50%,53%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 134 of 255 = 53%

128
136
134

R + G + B ~ 52%. #808886 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 134 = 398 (100%)
R 128 of 398 ~ 32.16%
G 136 of 398 ~ 34.17%
B 134 of 398 ~ 33.67%

%32.16
%34.17
%33.67

CMYK color model

#808886 color CMYK value is (6,0,1,47).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 1.47%
  • key color value is 46.67%
CMYK:
(6,0,1,47)
C6M0Y1K47 
(6%,0%,1%,47%)
(0.06/0.00/0.01/0.47)	

CMYK percentages

%5.88
%0
%1.47
%46.67

Codes

Color #808886 in popluar color models

808886
RGB128136134
HSL165°3.25%51.76%
HSB/HSV165°5.88%53.33%
CMYK5.88%0.00%1.47%
46.67%

Color #808886 in popluar number systems.

HEX808886
Decimal128136134
Binary100000001000100010000110
Octal200210206

Shades and tints

Shades of #808886

#808886
(128,136,134)
#757C7A
(117,124,122)
#6A706E
(106,112,110)
#5F6462
(95,100,98)
#545856
(84,88,86)
#494C4A
(73,76,74)
#3E403E
(62,64,62)
#333432
(51,52,50)
#282826
(40,40,38)
#1D1C1A
(29,28,26)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #808886

#808886
(128,136,134)
#8B9291
(139,146,145)
#969C9C
(150,156,156)
#A1A6A7
(161,166,167)
#ACB0B2
(172,176,178)
#B7BABD
(183,186,189)
#C2C4C8
(194,196,200)
#CDCED3
(205,206,211)
#D8D8DE
(216,216,222)
#E3E2E9
(227,226,233)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808886 color. Also use rgb(128,136,134) instead hex code.

Text Font Color

.myTextColor { color: #808886; }

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

This text font color is #808886.


Background Color

.myBgColor { background-color: #808886; }

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

This div background color is #808886.


Border color

.myBorderColor { border: 1px solid #808886; }

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

This div border color is #808886.


Opacity

.myOpacity80 { color: #808886; opacity: 0.8; }

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

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

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

This text has shadow with #808886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808886 on black background.


Color preview on white background

This text has color #808886 on white background.



Black color preview on #808886 background

This text has black color on #808886 background.


White color preview on #808886 background

This text has white color on #808886 background.