COLOR #80678E

HEX: #80678E RGB: (128,103,142)

Color info

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

RGB color model

#80678E color RGB value is (128,103,142).

RGB: (128,103,142) (50%, 40%, 56%)

RGB channels and saturation

R 128 of 255 = 50%
G 103 of 255 = 40%
B 142 of 255 = 56%

128
103
142

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

Portions of RGB colors in percentages

R + G + B = 128 + 103 + 142 = 373 (100%)
R 128 of 373 ~ 34.32%
G 103 of 373 ~ 27.61%
B 142 of 373 ~ 38.07'%

%34.32
%27.61
%38.07

CMYK color model

#80678E color CMYK value is (10,27,0,44).

  • cyan value is 9.86%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (10,27,0,44)
C10M27Y0K44 (10%, 27%, 0%, 44%)
(0.10 / 0.27 / 0.00 / 0.44)

CMYK percentages

%9.86
%27.46
%0
%44.31

Codes

Color #80678E in popluar color models

80 67 8E
RGB 128 103 142
HSL 278° 15.92% 48.04%
HSB/HSV 278° 27.46% 55.69%
CMYK 9.86% 27.46% 0.00%
44.31%

Color #80678E in popluar number systems.

HEX 80 67 8E
Decimal 128 103 142
Binary 10000000 1100111 10001110
Octal 200 147 216

Shades and tints

Shades of #80678E

#80678E
(128,103,142)
#755E82
(117,94,130)
#6A5576
(106,85,118)
#5F4C6A
(95,76,106)
#54435E
(84,67,94)
#493A52
(73,58,82)
#3E3146
(62,49,70)
#33283A
(51,40,58)
#281F2E
(40,31,46)
#1D1622
(29,22,34)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #80678E

#80678E
(128,103,142)
#8B7498
(139,116,152)
#9681A2
(150,129,162)
#A18EAC
(161,142,172)
#AC9BB6
(172,155,182)
#B7A8C0
(183,168,192)
#C2B5CA
(194,181,202)
#CDC2D4
(205,194,212)
#D8CFDE
(216,207,222)
#E3DCE8
(227,220,232)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80678E color. Also use rgb(128,103,142) instead hex code.

Text Font Color

.myTextColor { color: #80678E; }

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

This text font color is #80678E.

Background Color

.myBgColor { background-color: #80678E; }

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

This div background color is #80678E.

Border color

.myBorderColor { border: 1px solid #80678E; }

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

This div border color is #80678E.

Opacity

.myOpacity80 { color: #80678E; opacity: 0.8; }

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

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

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

This text has shadow with #80678E color.


.textShadow {text-shadow: 3px 3px 1px #80678E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80678E; -webkit-box-shadow: 1px 1px 3px 2px #80678E; box-shadow:1px 1px 3px 2px #80678E;">
Div content here
</div>

This div box has shadow with color #80678E.

Preview

Color preview on black background

This text has color #80678E on black background.


Color preview on white background

This text has color #80678E on white background.


Black color preview on #80678E background

This text has black color on #80678E background.


White color preview on #80678E background

This text has white color on #80678E background.


Related colors

Complementary color

Complementary color for #hex is #7F9871.


I love getcolorcode.com

Triadic colors

1 #8E8067 and #678E80 with #80678E are triadic colors.

2 #8E6780 and #67808E with #80678E are triadic colors.