COLOR #806F87

HEX: #806F87
RGB: (128,111,135)

Color info

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

RGB color model

#806F87 color RGB value is (128,111,135).

  • red value is 128;
  • green value is 111;
  • blue value is 135.
RGB:
(128,111,135)
(50%,44%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 111 of 255 = 44%
B 135 of 255 = 53%

128
111
135

R + G + B ~ 49%. #806F87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 111 + 135 = 374 (100%)
R 128 of 374 ~ 34.22%
G 111 of 374 ~ 29.68%
B 135 of 374 ~ 36.1%

%34.22
%29.68
%36.1

CMYK color model

#806F87 color CMYK value is (5,18,0,47).

  • cyan value is 5.19%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(5,18,0,47)
C5M18Y0K47 
(5%,18%,0%,47%)
(0.05/0.18/0.00/0.47)	

CMYK percentages

%5.19
%17.78
%0
%47.06

Codes

Color #806F87 in popluar color models

806F87
RGB128111135
HSL283°9.76%48.24%
HSB/HSV283°17.78%52.94%
CMYK5.19%17.78%0.00%
47.06%

Color #806F87 in popluar number systems.

HEX806F87
Decimal128111135
Binary10000000110111110000111
Octal200157207

Shades and tints

Shades of #806F87

#806F87
(128,111,135)
#75657B
(117,101,123)
#6A5B6F
(106,91,111)
#5F5163
(95,81,99)
#544757
(84,71,87)
#493D4B
(73,61,75)
#3E333F
(62,51,63)
#332933
(51,41,51)
#281F27
(40,31,39)
#1D151B
(29,21,27)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #806F87

#806F87
(128,111,135)
#8B7C91
(139,124,145)
#96899B
(150,137,155)
#A196A5
(161,150,165)
#ACA3AF
(172,163,175)
#B7B0B9
(183,176,185)
#C2BDC3
(194,189,195)
#CDCACD
(205,202,205)
#D8D7D7
(216,215,215)
#E3E4E1
(227,228,225)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806F87 color. Also use rgb(128,111,135) instead hex code.

Text Font Color

.myTextColor { color: #806F87; }

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

This text font color is #806F87.


Background Color

.myBgColor { background-color: #806F87; }

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

This div background color is #806F87.


Border color

.myBorderColor { border: 1px solid #806F87; }

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

This div border color is #806F87.


Opacity

.myOpacity80 { color: #806F87; opacity: 0.8; }

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

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

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

This text has shadow with #806F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806F87 on black background.


Color preview on white background

This text has color #806F87 on white background.



Black color preview on #806F87 background

This text has black color on #806F87 background.


White color preview on #806F87 background

This text has white color on #806F87 background.