COLOR #806E7F

HEX: #806E7F
RGB: (128,110,127)

Color info

#806E7F contains red, green and blue colors in about the same proportion. Web safe color of #806E7F is #666666 (or #666).

RGB color model

#806E7F color RGB value is (128,110,127).

  • red value is 128;
  • green value is 110;
  • blue value is 127.
RGB:
(128,110,127)
(50%,43%,50%)

RGB channels and saturation

R 128 of 255 = 50%
G 110 of 255 = 43%
B 127 of 255 = 50%

128
110
127

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

Portions of RGB colors in percentages

R + G + B =
128 + 110 + 127 = 365 (100%)
R 128 of 365 ~ 35.07%
G 110 of 365 ~ 30.14%
B 127 of 365 ~ 34.79%

%35.07
%30.14
%34.79

CMYK color model

#806E7F color CMYK value is (0,14,1,50).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 0.78%
  • key color value is 49.80%
CMYK:
(0,14,1,50)
C0M14Y1K50 
(0%,14%,1%,50%)
(0.00/0.14/0.01/0.50)	

CMYK percentages

%0
%14.06
%0.78
%49.8

Codes

Color #806E7F in popluar color models

806E7F
RGB128110127
HSL303°7.56%46.67%
HSB/HSV303°14.06%50.20%
CMYK0.00%14.06%0.78%
49.80%

Color #806E7F in popluar number systems.

HEX806E7F
Decimal128110127
Binary1000000011011101111111
Octal200156177

Shades and tints

Shades of #806E7F

#806E7F
(128,110,127)
#756474
(117,100,116)
#6A5A69
(106,90,105)
#5F505E
(95,80,94)
#544653
(84,70,83)
#493C48
(73,60,72)
#3E323D
(62,50,61)
#332832
(51,40,50)
#281E27
(40,30,39)
#1D141C
(29,20,28)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #806E7F

#806E7F
(128,110,127)
#8B7B8A
(139,123,138)
#968895
(150,136,149)
#A195A0
(161,149,160)
#ACA2AB
(172,162,171)
#B7AFB6
(183,175,182)
#C2BCC1
(194,188,193)
#CDC9CC
(205,201,204)
#D8D6D7
(216,214,215)
#E3E3E2
(227,227,226)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806E7F color. Also use rgb(128,110,127) instead hex code.

Text Font Color

.myTextColor { color: #806E7F; }

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

This text font color is #806E7F.


Background Color

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

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

This div background color is #806E7F.


Border color

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

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

This div border color is #806E7F.


Opacity

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

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

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

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

This text has shadow with #806E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806E7F on black background.


Color preview on white background

This text has color #806E7F on white background.



Black color preview on #806E7F background

This text has black color on #806E7F background.


White color preview on #806E7F background

This text has white color on #806E7F background.