COLOR #807686

HEX: #807686
RGB: (128,118,134)

Color info

#807686 contains red, green and blue colors in about the same proportion. Web safe color of #807686 is #666699 (or #669).

RGB color model

#807686 color RGB value is (128,118,134).

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

RGB channels and saturation

R 128 of 255 = 50%
G 118 of 255 = 46%
B 134 of 255 = 53%

128
118
134

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

Portions of RGB colors in percentages

R + G + B =
128 + 118 + 134 = 380 (100%)
R 128 of 380 ~ 33.68%
G 118 of 380 ~ 31.05%
B 134 of 380 ~ 35.26%

%33.68
%31.05
%35.26

CMYK color model

#807686 color CMYK value is (4,12,0,47).

  • cyan value is 4.48%
  • magenta value is 11.94%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(4,12,0,47)
C4M12Y0K47 
(4%,12%,0%,47%)
(0.04/0.12/0.00/0.47)	

CMYK percentages

%4.48
%11.94
%0
%47.45

Codes

Color #807686 in popluar color models

807686
RGB128118134
HSL278°6.35%49.41%
HSB/HSV278°11.94%52.55%
CMYK4.48%11.94%0.00%
47.45%

Color #807686 in popluar number systems.

HEX807686
Decimal128118134
Binary10000000111011010000110
Octal200166206

Shades and tints

Shades of #807686

#807686
(128,118,134)
#756C7A
(117,108,122)
#6A626E
(106,98,110)
#5F5862
(95,88,98)
#544E56
(84,78,86)
#49444A
(73,68,74)
#3E3A3E
(62,58,62)
#333032
(51,48,50)
#282626
(40,38,38)
#1D1C1A
(29,28,26)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #807686

#807686
(128,118,134)
#8B8291
(139,130,145)
#968E9C
(150,142,156)
#A19AA7
(161,154,167)
#ACA6B2
(172,166,178)
#B7B2BD
(183,178,189)
#C2BEC8
(194,190,200)
#CDCAD3
(205,202,211)
#D8D6DE
(216,214,222)
#E3E2E9
(227,226,233)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807686; }

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

This text font color is #807686.


Background Color

.myBgColor { background-color: #807686; }

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

This div background color is #807686.


Border color

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

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

This div border color is #807686.


Opacity

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

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

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

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

This text has shadow with #807686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807686 on black background.


Color preview on white background

This text has color #807686 on white background.



Black color preview on #807686 background

This text has black color on #807686 background.


White color preview on #807686 background

This text has white color on #807686 background.