COLOR #80688C

HEX: #80688C
RGB: (128,104,140)

Color info

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

RGB color model

#80688C color RGB value is (128,104,140).

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

RGB channels and saturation

R 128 of 255 = 50%
G 104 of 255 = 41%
B 140 of 255 = 55%

128
104
140

R + G + B ~ 49%. #80688C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 104 + 140 = 372 (100%)
R 128 of 372 ~ 34.41%
G 104 of 372 ~ 27.96%
B 140 of 372 ~ 37.63%

%34.41
%27.96
%37.63

CMYK color model

#80688C color CMYK value is (9,26,0,45).

  • cyan value is 8.57%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(9,26,0,45)
C9M26Y0K45 
(9%,26%,0%,45%)
(0.09/0.26/0.00/0.45)	

CMYK percentages

%8.57
%25.71
%0
%45.1

Codes

Color #80688C in popluar color models

80688C
RGB128104140
HSL280°14.75%47.84%
HSB/HSV280°25.71%54.90%
CMYK8.57%25.71%0.00%
45.10%

Color #80688C in popluar number systems.

HEX80688C
Decimal128104140
Binary10000000110100010001100
Octal200150214

Shades and tints

Shades of #80688C

#80688C
(128,104,140)
#755F80
(117,95,128)
#6A5674
(106,86,116)
#5F4D68
(95,77,104)
#54445C
(84,68,92)
#493B50
(73,59,80)
#3E3244
(62,50,68)
#332938
(51,41,56)
#28202C
(40,32,44)
#1D1720
(29,23,32)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #80688C

#80688C
(128,104,140)
#8B7596
(139,117,150)
#9682A0
(150,130,160)
#A18FAA
(161,143,170)
#AC9CB4
(172,156,180)
#B7A9BE
(183,169,190)
#C2B6C8
(194,182,200)
#CDC3D2
(205,195,210)
#D8D0DC
(216,208,220)
#E3DDE6
(227,221,230)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80688C; }

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

This text font color is #80688C.


Background Color

.myBgColor { background-color: #80688C; }

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

This div background color is #80688C.


Border color

.myBorderColor { border: 1px solid #80688C; }

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

This div border color is #80688C.


Opacity

.myOpacity80 { color: #80688C; opacity: 0.8; }

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

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

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

This text has shadow with #80688C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80688C on black background.


Color preview on white background

This text has color #80688C on white background.



Black color preview on #80688C background

This text has black color on #80688C background.


White color preview on #80688C background

This text has white color on #80688C background.