COLOR #806F8D

HEX: #806F8D
RGB: (128,111,141)

Color info

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

RGB color model

#806F8D color RGB value is (128,111,141).

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

RGB channels and saturation

R 128 of 255 = 50%
G 111 of 255 = 44%
B 141 of 255 = 55%

128
111
141

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

Portions of RGB colors in percentages

R + G + B =
128 + 111 + 141 = 380 (100%)
R 128 of 380 ~ 33.68%
G 111 of 380 ~ 29.21%
B 141 of 380 ~ 37.11%

%33.68
%29.21
%37.11

CMYK color model

#806F8D color CMYK value is (9,21,0,45).

  • cyan value is 9.22%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(9,21,0,45)
C9M21Y0K45 
(9%,21%,0%,45%)
(0.09/0.21/0.00/0.45)	

CMYK percentages

%9.22
%21.28
%0
%44.71

Codes

Color #806F8D in popluar color models

806F8D
RGB128111141
HSL274°11.90%49.41%
HSB/HSV274°21.28%55.29%
CMYK9.22%21.28%0.00%
44.71%

Color #806F8D in popluar number systems.

HEX806F8D
Decimal128111141
Binary10000000110111110001101
Octal200157215

Shades and tints

Shades of #806F8D

#806F8D
(128,111,141)
#756581
(117,101,129)
#6A5B75
(106,91,117)
#5F5169
(95,81,105)
#54475D
(84,71,93)
#493D51
(73,61,81)
#3E3345
(62,51,69)
#332939
(51,41,57)
#281F2D
(40,31,45)
#1D1521
(29,21,33)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #806F8D

#806F8D
(128,111,141)
#8B7C97
(139,124,151)
#9689A1
(150,137,161)
#A196AB
(161,150,171)
#ACA3B5
(172,163,181)
#B7B0BF
(183,176,191)
#C2BDC9
(194,189,201)
#CDCAD3
(205,202,211)
#D8D7DD
(216,215,221)
#E3E4E7
(227,228,231)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806F8D; }

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

This text font color is #806F8D.


Background Color

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

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

This div background color is #806F8D.


Border color

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

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

This div border color is #806F8D.


Opacity

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

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

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

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

This text has shadow with #806F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806F8D on black background.


Color preview on white background

This text has color #806F8D on white background.



Black color preview on #806F8D background

This text has black color on #806F8D background.


White color preview on #806F8D background

This text has white color on #806F8D background.