COLOR #8D8988

HEX: #8D8988 RGB: (141,137,136)

Color info

#8D8988 contains red, green and blue colors in about the same proportion. Web safe color of #8D8988 is #999999 (or #999).

RGB color model

#8D8988 color RGB value is (141,137,136).

RGB: (141,137,136) (55%, 54%, 53%)

RGB channels and saturation

R 141 of 255 = 55%
G 137 of 255 = 54%
B 136 of 255 = 53%

141
137
136

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

Portions of RGB colors in percentages

R + G + B = 141 + 137 + 136 = 414 (100%)
R 141 of 414 ~ 34.06%
G 137 of 414 ~ 33.09%
B 136 of 414 ~ 32.85'%

%34.06
%33.09
%32.85

CMYK color model

#8D8988 color CMYK value is (0,3,4,45).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 3.55%
  • key color value is 44.71%

CMYK: (0,3,4,45)
C0M3Y4K45 (0%, 3%, 4%, 45%)
(0.00 / 0.03 / 0.04 / 0.45)

CMYK percentages

%0
%2.84
%3.55
%44.71

Codes

Color #8D8988 in popluar color models

8D 89 88
RGB 141 137 136
HSL 12° 2.15% 54.31%
HSB/HSV 12° 3.55% 55.29%
CMYK 0.00% 2.84% 3.55%
44.71%

Color #8D8988 in popluar number systems.

HEX 8D 89 88
Decimal 141 137 136
Binary 10001101 10001001 10001000
Octal 215 211 210

Shades and tints

Shades of #8D8988

#8D8988
(141,137,136)
#817D7C
(129,125,124)
#757170
(117,113,112)
#696564
(105,101,100)
#5D5958
(93,89,88)
#514D4C
(81,77,76)
#454140
(69,65,64)
#393534
(57,53,52)
#2D2928
(45,41,40)
#211D1C
(33,29,28)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #8D8988

#8D8988
(141,137,136)
#979392
(151,147,146)
#A19D9C
(161,157,156)
#ABA7A6
(171,167,166)
#B5B1B0
(181,177,176)
#BFBBBA
(191,187,186)
#C9C5C4
(201,197,196)
#D3CFCE
(211,207,206)
#DDD9D8
(221,217,216)
#E7E3E2
(231,227,226)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8988 color. Also use rgb(141,137,136) instead hex code.

Text Font Color

.myTextColor { color: #8D8988; }

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

This text font color is #8D8988.

Background Color

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

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

This div background color is #8D8988.

Border color

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

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

This div border color is #8D8988.

Opacity

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

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

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

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

This text has shadow with #8D8988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D8988.

Preview

Color preview on black background

This text has color #8D8988 on black background.


Color preview on white background

This text has color #8D8988 on white background.


Black color preview on #8D8988 background

This text has black color on #8D8988 background.


White color preview on #8D8988 background

This text has white color on #8D8988 background.


Related colors

Complementary color

Complementary color for #hex is #727677.


I love getcolorcode.com

Triadic colors

1 #888D89 and #89888D with #8D8988 are triadic colors.

2 #88898D and #898D88 with #8D8988 are triadic colors.