COLOR #806882

HEX: #806882
RGB: (128,104,130)

Color info

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

RGB color model

#806882 color RGB value is (128,104,130).

  • red value is 128;
  • green value is 104;
  • blue value is 130.
RGB:
(128,104,130)
(50%,41%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 104 of 255 = 41%
B 130 of 255 = 51%

128
104
130

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

Portions of RGB colors in percentages

R + G + B =
128 + 104 + 130 = 362 (100%)
R 128 of 362 ~ 35.36%
G 104 of 362 ~ 28.73%
B 130 of 362 ~ 35.91%

%35.36
%28.73
%35.91

CMYK color model

#806882 color CMYK value is (2,20,0,49).

  • cyan value is 1.54%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(2,20,0,49)
C2M20Y0K49 
(2%,20%,0%,49%)
(0.02/0.20/0.00/0.49)	

CMYK percentages

%1.54
%20
%0
%49.02

Codes

Color #806882 in popluar color models

806882
RGB128104130
HSL295°11.11%45.88%
HSB/HSV295°20.00%50.98%
CMYK1.54%20.00%0.00%
49.02%

Color #806882 in popluar number systems.

HEX806882
Decimal128104130
Binary10000000110100010000010
Octal200150202

Shades and tints

Shades of #806882

#806882
(128,104,130)
#755F77
(117,95,119)
#6A566C
(106,86,108)
#5F4D61
(95,77,97)
#544456
(84,68,86)
#493B4B
(73,59,75)
#3E3240
(62,50,64)
#332935
(51,41,53)
#28202A
(40,32,42)
#1D171F
(29,23,31)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #806882

#806882
(128,104,130)
#8B758D
(139,117,141)
#968298
(150,130,152)
#A18FA3
(161,143,163)
#AC9CAE
(172,156,174)
#B7A9B9
(183,169,185)
#C2B6C4
(194,182,196)
#CDC3CF
(205,195,207)
#D8D0DA
(216,208,218)
#E3DDE5
(227,221,229)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806882 color. Also use rgb(128,104,130) instead hex code.

Text Font Color

.myTextColor { color: #806882; }

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

This text font color is #806882.


Background Color

.myBgColor { background-color: #806882; }

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

This div background color is #806882.


Border color

.myBorderColor { border: 1px solid #806882; }

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

This div border color is #806882.


Opacity

.myOpacity80 { color: #806882; opacity: 0.8; }

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

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

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

This text has shadow with #806882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806882 on black background.


Color preview on white background

This text has color #806882 on white background.



Black color preview on #806882 background

This text has black color on #806882 background.


White color preview on #806882 background

This text has white color on #806882 background.