COLOR #8D808E

HEX: #8D808E RGB: (141,128,142)

Color info

#8D808E contains red, green and blue colors in about the same proportion. Web safe color of #8D808E is #996699 (or #969).

RGB color model

#8D808E color RGB value is (141,128,142).

RGB: (141,128,142) (55%, 50%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 128 of 255 = 50%
B 142 of 255 = 56%

141
128
142

R + G + B ~ 54%. #8D808E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 128 + 142 = 411 (100%)
R 141 of 411 ~ 34.31%
G 128 of 411 ~ 31.14%
B 142 of 411 ~ 34.55'%

%34.31
%31.14
%34.55

CMYK color model

#8D808E color CMYK value is (1,10,0,44).

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

CMYK: (1,10,0,44)
C1M10Y0K44 (1%, 10%, 0%, 44%)
(0.01 / 0.10 / 0.00 / 0.44)

CMYK percentages

%0.7
%9.86
%0
%44.31

Codes

Color #8D808E in popluar color models

8D 80 8E
RGB 141 128 142
HSL 296° 5.83% 52.94%
HSB/HSV 296° 9.86% 55.69%
CMYK 0.70% 9.86% 0.00%
44.31%

Color #8D808E in popluar number systems.

HEX 8D 80 8E
Decimal 141 128 142
Binary 10001101 10000000 10001110
Octal 215 200 216

Shades and tints

Shades of #8D808E

#8D808E
(141,128,142)
#817582
(129,117,130)
#756A76
(117,106,118)
#695F6A
(105,95,106)
#5D545E
(93,84,94)
#514952
(81,73,82)
#453E46
(69,62,70)
#39333A
(57,51,58)
#2D282E
(45,40,46)
#211D22
(33,29,34)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #8D808E

#8D808E
(141,128,142)
#978B98
(151,139,152)
#A196A2
(161,150,162)
#ABA1AC
(171,161,172)
#B5ACB6
(181,172,182)
#BFB7C0
(191,183,192)
#C9C2CA
(201,194,202)
#D3CDD4
(211,205,212)
#DDD8DE
(221,216,222)
#E7E3E8
(231,227,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D808E color. Also use rgb(141,128,142) instead hex code.

Text Font Color

.myTextColor { color: #8D808E; }

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

This text font color is #8D808E.

Background Color

.myBgColor { background-color: #8D808E; }

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

This div background color is #8D808E.

Border color

.myBorderColor { border: 1px solid #8D808E; }

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

This div border color is #8D808E.

Opacity

.myOpacity80 { color: #8D808E; opacity: 0.8; }

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

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

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

This text has shadow with #8D808E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D808E.

Preview

Color preview on black background

This text has color #8D808E on black background.


Color preview on white background

This text has color #8D808E on white background.


Black color preview on #8D808E background

This text has black color on #8D808E background.


White color preview on #8D808E background

This text has white color on #8D808E background.


Related colors

Complementary color

Complementary color for #hex is #727F71.


I love getcolorcode.com

Triadic colors

1 #8E8D80 and #808E8D with #8D808E are triadic colors.

2 #8E808D and #808D8E with #8D808E are triadic colors.