COLOR #806E7D

HEX: #806E7D
RGB: (128,110,125)

Color info

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

RGB color model

#806E7D color RGB value is (128,110,125).

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

RGB channels and saturation

R 128 of 255 = 50%
G 110 of 255 = 43%
B 125 of 255 = 49%

128
110
125

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

Portions of RGB colors in percentages

R + G + B =
128 + 110 + 125 = 363 (100%)
R 128 of 363 ~ 35.26%
G 110 of 363 ~ 30.3%
B 125 of 363 ~ 34.44%

%35.26
%30.3
%34.44

CMYK color model

#806E7D color CMYK value is (0,14,2,50).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(0,14,2,50)
C0M14Y2K50 
(0%,14%,2%,50%)
(0.00/0.14/0.02/0.50)	

CMYK percentages

%0
%14.06
%2.34
%49.8

Codes

Color #806E7D in popluar color models

806E7D
RGB128110125
HSL310°7.56%46.67%
HSB/HSV310°14.06%50.20%
CMYK0.00%14.06%2.34%
49.80%

Color #806E7D in popluar number systems.

HEX806E7D
Decimal128110125
Binary1000000011011101111101
Octal200156175

Shades and tints

Shades of #806E7D

#806E7D
(128,110,125)
#756472
(117,100,114)
#6A5A67
(106,90,103)
#5F505C
(95,80,92)
#544651
(84,70,81)
#493C46
(73,60,70)
#3E323B
(62,50,59)
#332830
(51,40,48)
#281E25
(40,30,37)
#1D141A
(29,20,26)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #806E7D

#806E7D
(128,110,125)
#8B7B88
(139,123,136)
#968893
(150,136,147)
#A1959E
(161,149,158)
#ACA2A9
(172,162,169)
#B7AFB4
(183,175,180)
#C2BCBF
(194,188,191)
#CDC9CA
(205,201,202)
#D8D6D5
(216,214,213)
#E3E3E0
(227,227,224)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806E7D; }

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

This text font color is #806E7D.


Background Color

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

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

This div background color is #806E7D.


Border color

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

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

This div border color is #806E7D.


Opacity

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

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

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

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

This text has shadow with #806E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806E7D on black background.


Color preview on white background

This text has color #806E7D on white background.



Black color preview on #806E7D background

This text has black color on #806E7D background.


White color preview on #806E7D background

This text has white color on #806E7D background.