COLOR #806883

HEX: #806883
RGB: (128,104,131)

Color info

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

RGB color model

#806883 color RGB value is (128,104,131).

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

RGB channels and saturation

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

128
104
131

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

Portions of RGB colors in percentages

R + G + B =
128 + 104 + 131 = 363 (100%)
R 128 of 363 ~ 35.26%
G 104 of 363 ~ 28.65%
B 131 of 363 ~ 36.09%

%35.26
%28.65
%36.09

CMYK color model

#806883 color CMYK value is (2,21,0,49).

  • cyan value is 2.29%
  • magenta value is 20.61%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(2,21,0,49)
C2M21Y0K49 
(2%,21%,0%,49%)
(0.02/0.21/0.00/0.49)	

CMYK percentages

%2.29
%20.61
%0
%48.63

Codes

Color #806883 in popluar color models

806883
RGB128104131
HSL293°11.49%46.08%
HSB/HSV293°20.61%51.37%
CMYK2.29%20.61%0.00%
48.63%

Color #806883 in popluar number systems.

HEX806883
Decimal128104131
Binary10000000110100010000011
Octal200150203

Shades and tints

Shades of #806883

#806883
(128,104,131)
#755F78
(117,95,120)
#6A566D
(106,86,109)
#5F4D62
(95,77,98)
#544457
(84,68,87)
#493B4C
(73,59,76)
#3E3241
(62,50,65)
#332936
(51,41,54)
#28202B
(40,32,43)
#1D1720
(29,23,32)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #806883

#806883
(128,104,131)
#8B758E
(139,117,142)
#968299
(150,130,153)
#A18FA4
(161,143,164)
#AC9CAF
(172,156,175)
#B7A9BA
(183,169,186)
#C2B6C5
(194,182,197)
#CDC3D0
(205,195,208)
#D8D0DB
(216,208,219)
#E3DDE6
(227,221,230)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806883; }

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

This text font color is #806883.


Background Color

.myBgColor { background-color: #806883; }

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

This div background color is #806883.


Border color

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

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

This div border color is #806883.


Opacity

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

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

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

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

This text has shadow with #806883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806883 on black background.


Color preview on white background

This text has color #806883 on white background.



Black color preview on #806883 background

This text has black color on #806883 background.


White color preview on #806883 background

This text has white color on #806883 background.