COLOR #80668F

HEX: #80668F
RGB: (128,102,143)

Color info

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

RGB color model

#80668F color RGB value is (128,102,143).

  • red value is 128;
  • green value is 102;
  • blue value is 143.
RGB:
(128,102,143)
(50%,40%,56%)

RGB channels and saturation

R 128 of 255 = 50%
G 102 of 255 = 40%
B 143 of 255 = 56%

128
102
143

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

Portions of RGB colors in percentages

R + G + B =
128 + 102 + 143 = 373 (100%)
R 128 of 373 ~ 34.32%
G 102 of 373 ~ 27.35%
B 143 of 373 ~ 38.34%

%34.32
%27.35
%38.34

CMYK color model

#80668F color CMYK value is (10,29,0,44).

  • cyan value is 10.49%
  • magenta value is 28.67%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(10,29,0,44)
C10M29Y0K44 
(10%,29%,0%,44%)
(0.10/0.29/0.00/0.44)	

CMYK percentages

%10.49
%28.67
%0
%43.92

Codes

Color #80668F in popluar color models

80668F
RGB128102143
HSL278°16.73%48.04%
HSB/HSV278°28.67%56.08%
CMYK10.49%28.67%0.00%
43.92%

Color #80668F in popluar number systems.

HEX80668F
Decimal128102143
Binary10000000110011010001111
Octal200146217

Shades and tints

Shades of #80668F

#80668F
(128,102,143)
#755D82
(117,93,130)
#6A5475
(106,84,117)
#5F4B68
(95,75,104)
#54425B
(84,66,91)
#49394E
(73,57,78)
#3E3041
(62,48,65)
#332734
(51,39,52)
#281E27
(40,30,39)
#1D151A
(29,21,26)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #80668F

#80668F
(128,102,143)
#8B7399
(139,115,153)
#9680A3
(150,128,163)
#A18DAD
(161,141,173)
#AC9AB7
(172,154,183)
#B7A7C1
(183,167,193)
#C2B4CB
(194,180,203)
#CDC1D5
(205,193,213)
#D8CEDF
(216,206,223)
#E3DBE9
(227,219,233)
#EEE8F3
(238,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80668F color. Also use rgb(128,102,143) instead hex code.

Text Font Color

.myTextColor { color: #80668F; }

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

This text font color is #80668F.


Background Color

.myBgColor { background-color: #80668F; }

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

This div background color is #80668F.


Border color

.myBorderColor { border: 1px solid #80668F; }

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

This div border color is #80668F.


Opacity

.myOpacity80 { color: #80668F; opacity: 0.8; }

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

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

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

This text has shadow with #80668F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80668F on black background.


Color preview on white background

This text has color #80668F on white background.



Black color preview on #80668F background

This text has black color on #80668F background.


White color preview on #80668F background

This text has white color on #80668F background.