COLOR #8D808B

HEX: #8D808B RGB: (141,128,139)

Color info

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

RGB color model

#8D808B color RGB value is (141,128,139).

RGB: (141,128,139) (55%, 50%, 55%)

RGB channels and saturation

R 141 of 255 = 55%
G 128 of 255 = 50%
B 139 of 255 = 55%

141
128
139

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

Portions of RGB colors in percentages

R + G + B = 141 + 128 + 139 = 408 (100%)
R 141 of 408 ~ 34.56%
G 128 of 408 ~ 31.37%
B 139 of 408 ~ 34.07'%

%34.56
%31.37
%34.07

CMYK color model

#8D808B color CMYK value is (0,9,1,45).

  • cyan value is 0.00%
  • magenta value is 9.22%
  • yellow value is 1.42%
  • key color value is 44.71%

CMYK: (0,9,1,45)
C0M9Y1K45 (0%, 9%, 1%, 45%)
(0.00 / 0.09 / 0.01 / 0.45)

CMYK percentages

%0
%9.22
%1.42
%44.71

Codes

Color #8D808B in popluar color models

8D 80 8B
RGB 141 128 139
HSL 309° 5.39% 52.75%
HSB/HSV 309° 9.22% 55.29%
CMYK 0.00% 9.22% 1.42%
44.71%

Color #8D808B in popluar number systems.

HEX 8D 80 8B
Decimal 141 128 139
Binary 10001101 10000000 10001011
Octal 215 200 213

Shades and tints

Shades of #8D808B

#8D808B
(141,128,139)
#81757F
(129,117,127)
#756A73
(117,106,115)
#695F67
(105,95,103)
#5D545B
(93,84,91)
#51494F
(81,73,79)
#453E43
(69,62,67)
#393337
(57,51,55)
#2D282B
(45,40,43)
#211D1F
(33,29,31)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #8D808B

#8D808B
(141,128,139)
#978B95
(151,139,149)
#A1969F
(161,150,159)
#ABA1A9
(171,161,169)
#B5ACB3
(181,172,179)
#BFB7BD
(191,183,189)
#C9C2C7
(201,194,199)
#D3CDD1
(211,205,209)
#DDD8DB
(221,216,219)
#E7E3E5
(231,227,229)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D808B; }

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

This text font color is #8D808B.

Background Color

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

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

This div background color is #8D808B.

Border color

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

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

This div border color is #8D808B.

Opacity

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

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

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

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

This text has shadow with #8D808B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D808B.

Preview

Color preview on black background

This text has color #8D808B on black background.


Color preview on white background

This text has color #8D808B on white background.


Black color preview on #8D808B background

This text has black color on #8D808B background.


White color preview on #8D808B background

This text has white color on #8D808B background.


Related colors

Complementary color

Complementary color for #hex is #727F74.


I love getcolorcode.com

Triadic colors

1 #8B8D80 and #808B8D with #8D808B are triadic colors.

2 #8B808D and #808D8B with #8D808B are triadic colors.