COLOR #80698E

HEX: #80698E RGB: (128,105,142)

Color info

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

RGB color model

#80698E color RGB value is (128,105,142).

RGB: (128,105,142) (50%, 41%, 56%)

RGB channels and saturation

R 128 of 255 = 50%
G 105 of 255 = 41%
B 142 of 255 = 56%

128
105
142

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

Portions of RGB colors in percentages

R + G + B = 128 + 105 + 142 = 375 (100%)
R 128 of 375 ~ 34.13%
G 105 of 375 ~ 28%
B 142 of 375 ~ 37.87'%

%34.13
%28
%37.87

CMYK color model

#80698E color CMYK value is (10,26,0,44).

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

CMYK: (10,26,0,44)
C10M26Y0K44 (10%, 26%, 0%, 44%)
(0.10 / 0.26 / 0.00 / 0.44)

CMYK percentages

%9.86
%26.06
%0
%44.31

Codes

Color #80698E in popluar color models

80 69 8E
RGB 128 105 142
HSL 277° 14.98% 48.43%
HSB/HSV 277° 26.06% 55.69%
CMYK 9.86% 26.06% 0.00%
44.31%

Color #80698E in popluar number systems.

HEX 80 69 8E
Decimal 128 105 142
Binary 10000000 1101001 10001110
Octal 200 151 216

Shades and tints

Shades of #80698E

#80698E
(128,105,142)
#756082
(117,96,130)
#6A5776
(106,87,118)
#5F4E6A
(95,78,106)
#54455E
(84,69,94)
#493C52
(73,60,82)
#3E3346
(62,51,70)
#332A3A
(51,42,58)
#28212E
(40,33,46)
#1D1822
(29,24,34)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #80698E

#80698E
(128,105,142)
#8B7698
(139,118,152)
#9683A2
(150,131,162)
#A190AC
(161,144,172)
#AC9DB6
(172,157,182)
#B7AAC0
(183,170,192)
#C2B7CA
(194,183,202)
#CDC4D4
(205,196,212)
#D8D1DE
(216,209,222)
#E3DEE8
(227,222,232)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80698E; }

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

This text font color is #80698E.

Background Color

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

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

This div background color is #80698E.

Border color

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

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

This div border color is #80698E.

Opacity

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

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

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

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

This text has shadow with #80698E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80698E.

Preview

Color preview on black background

This text has color #80698E on black background.


Color preview on white background

This text has color #80698E on white background.


Black color preview on #80698E background

This text has black color on #80698E background.


White color preview on #80698E background

This text has white color on #80698E background.


Related colors

Complementary color

Complementary color for #hex is #7F9671.


I love getcolorcode.com

Triadic colors

1 #8E8069 and #698E80 with #80698E are triadic colors.

2 #8E6980 and #69808E with #80698E are triadic colors.