COLOR #806D92

HEX: #806D92
RGB: (128,109,146)

Color info

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

RGB color model

#806D92 color RGB value is (128,109,146).

  • red value is 128;
  • green value is 109;
  • blue value is 146.
RGB:
(128,109,146)
(50%,43%,57%)

RGB channels and saturation

R 128 of 255 = 50%
G 109 of 255 = 43%
B 146 of 255 = 57%

128
109
146

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

Portions of RGB colors in percentages

R + G + B =
128 + 109 + 146 = 383 (100%)
R 128 of 383 ~ 33.42%
G 109 of 383 ~ 28.46%
B 146 of 383 ~ 38.12%

%33.42
%28.46
%38.12

CMYK color model

#806D92 color CMYK value is (12,25,0,43).

  • cyan value is 12.33%
  • magenta value is 25.34%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(12,25,0,43)
C12M25Y0K43 
(12%,25%,0%,43%)
(0.12/0.25/0.00/0.43)	

CMYK percentages

%12.33
%25.34
%0
%42.75

Codes

Color #806D92 in popluar color models

806D92
RGB128109146
HSL271°14.51%50.00%
HSB/HSV271°25.34%57.25%
CMYK12.33%25.34%0.00%
42.75%

Color #806D92 in popluar number systems.

HEX806D92
Decimal128109146
Binary10000000110110110010010
Octal200155222

Shades and tints

Shades of #806D92

#806D92
(128,109,146)
#756485
(117,100,133)
#6A5B78
(106,91,120)
#5F526B
(95,82,107)
#54495E
(84,73,94)
#494051
(73,64,81)
#3E3744
(62,55,68)
#332E37
(51,46,55)
#28252A
(40,37,42)
#1D1C1D
(29,28,29)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #806D92

#806D92
(128,109,146)
#8B7A9B
(139,122,155)
#9687A4
(150,135,164)
#A194AD
(161,148,173)
#ACA1B6
(172,161,182)
#B7AEBF
(183,174,191)
#C2BBC8
(194,187,200)
#CDC8D1
(205,200,209)
#D8D5DA
(216,213,218)
#E3E2E3
(227,226,227)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806D92 color. Also use rgb(128,109,146) instead hex code.

Text Font Color

.myTextColor { color: #806D92; }

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

This text font color is #806D92.


Background Color

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

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

This div background color is #806D92.


Border color

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

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

This div border color is #806D92.


Opacity

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

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

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

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

This text has shadow with #806D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806D92 on black background.


Color preview on white background

This text has color #806D92 on white background.



Black color preview on #806D92 background

This text has black color on #806D92 background.


White color preview on #806D92 background

This text has white color on #806D92 background.