COLOR #806F7D

HEX: #806F7D
RGB: (128,111,125)

Color info

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

RGB color model

#806F7D color RGB value is (128,111,125).

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

RGB channels and saturation

R 128 of 255 = 50%
G 111 of 255 = 44%
B 125 of 255 = 49%

128
111
125

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

Portions of RGB colors in percentages

R + G + B =
128 + 111 + 125 = 364 (100%)
R 128 of 364 ~ 35.16%
G 111 of 364 ~ 30.49%
B 125 of 364 ~ 34.34%

%35.16
%30.49
%34.34

CMYK color model

#806F7D color CMYK value is (0,13,2,50).

  • cyan value is 0.00%
  • magenta value is 13.28%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(0,13,2,50)
C0M13Y2K50 
(0%,13%,2%,50%)
(0.00/0.13/0.02/0.50)	

CMYK percentages

%0
%13.28
%2.34
%49.8

Codes

Color #806F7D in popluar color models

806F7D
RGB128111125
HSL311°7.11%46.86%
HSB/HSV311°13.28%50.20%
CMYK0.00%13.28%2.34%
49.80%

Color #806F7D in popluar number systems.

HEX806F7D
Decimal128111125
Binary1000000011011111111101
Octal200157175

Shades and tints

Shades of #806F7D

#806F7D
(128,111,125)
#756572
(117,101,114)
#6A5B67
(106,91,103)
#5F515C
(95,81,92)
#544751
(84,71,81)
#493D46
(73,61,70)
#3E333B
(62,51,59)
#332930
(51,41,48)
#281F25
(40,31,37)
#1D151A
(29,21,26)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #806F7D

#806F7D
(128,111,125)
#8B7C88
(139,124,136)
#968993
(150,137,147)
#A1969E
(161,150,158)
#ACA3A9
(172,163,169)
#B7B0B4
(183,176,180)
#C2BDBF
(194,189,191)
#CDCACA
(205,202,202)
#D8D7D5
(216,215,213)
#E3E4E0
(227,228,224)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806F7D; }

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

This text font color is #806F7D.


Background Color

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

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

This div background color is #806F7D.


Border color

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

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

This div border color is #806F7D.


Opacity

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

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

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

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

This text has shadow with #806F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806F7D on black background.


Color preview on white background

This text has color #806F7D on white background.



Black color preview on #806F7D background

This text has black color on #806F7D background.


White color preview on #806F7D background

This text has white color on #806F7D background.