COLOR #806F81

HEX: #806F81
RGB: (128,111,129)

Color info

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

RGB color model

#806F81 color RGB value is (128,111,129).

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

RGB channels and saturation

R 128 of 255 = 50%
G 111 of 255 = 44%
B 129 of 255 = 51%

128
111
129

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

Portions of RGB colors in percentages

R + G + B =
128 + 111 + 129 = 368 (100%)
R 128 of 368 ~ 34.78%
G 111 of 368 ~ 30.16%
B 129 of 368 ~ 35.05%

%34.78
%30.16
%35.05

CMYK color model

#806F81 color CMYK value is (1,14,0,49).

  • cyan value is 0.78%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(1,14,0,49)
C1M14Y0K49 
(1%,14%,0%,49%)
(0.01/0.14/0.00/0.49)	

CMYK percentages

%0.78
%13.95
%0
%49.41

Codes

Color #806F81 in popluar color models

806F81
RGB128111129
HSL297°7.50%47.06%
HSB/HSV297°13.95%50.59%
CMYK0.78%13.95%0.00%
49.41%

Color #806F81 in popluar number systems.

HEX806F81
Decimal128111129
Binary10000000110111110000001
Octal200157201

Shades and tints

Shades of #806F81

#806F81
(128,111,129)
#756576
(117,101,118)
#6A5B6B
(106,91,107)
#5F5160
(95,81,96)
#544755
(84,71,85)
#493D4A
(73,61,74)
#3E333F
(62,51,63)
#332934
(51,41,52)
#281F29
(40,31,41)
#1D151E
(29,21,30)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #806F81

#806F81
(128,111,129)
#8B7C8C
(139,124,140)
#968997
(150,137,151)
#A196A2
(161,150,162)
#ACA3AD
(172,163,173)
#B7B0B8
(183,176,184)
#C2BDC3
(194,189,195)
#CDCACE
(205,202,206)
#D8D7D9
(216,215,217)
#E3E4E4
(227,228,228)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806F81; }

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

This text font color is #806F81.


Background Color

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

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

This div background color is #806F81.


Border color

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

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

This div border color is #806F81.


Opacity

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

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

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

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

This text has shadow with #806F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806F81 on black background.


Color preview on white background

This text has color #806F81 on white background.



Black color preview on #806F81 background

This text has black color on #806F81 background.


White color preview on #806F81 background

This text has white color on #806F81 background.