COLOR #8D8890

HEX: #8D8890 RGB: (141,136,144)

Color info

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

RGB color model

#8D8890 color RGB value is (141,136,144).

RGB: (141,136,144) (55%, 53%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 136 of 255 = 53%
B 144 of 255 = 56%

141
136
144

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

Portions of RGB colors in percentages

R + G + B = 141 + 136 + 144 = 421 (100%)
R 141 of 421 ~ 33.49%
G 136 of 421 ~ 32.3%
B 144 of 421 ~ 34.2'%

%33.49
%32.3
%34.2

CMYK color model

#8D8890 color CMYK value is (2,6,0,44).

  • cyan value is 2.08%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (2,6,0,44)
C2M6Y0K44 (2%, 6%, 0%, 44%)
(0.02 / 0.06 / 0.00 / 0.44)

CMYK percentages

%2.08
%5.56
%0
%43.53

Codes

Color #8D8890 in popluar color models

8D 88 90
RGB 141 136 144
HSL 278° 3.48% 54.90%
HSB/HSV 278° 5.56% 56.47%
CMYK 2.08% 5.56% 0.00%
43.53%

Color #8D8890 in popluar number systems.

HEX 8D 88 90
Decimal 141 136 144
Binary 10001101 10001000 10010000
Octal 215 210 220

Shades and tints

Shades of #8D8890

#8D8890
(141,136,144)
#817C83
(129,124,131)
#757076
(117,112,118)
#696469
(105,100,105)
#5D585C
(93,88,92)
#514C4F
(81,76,79)
#454042
(69,64,66)
#393435
(57,52,53)
#2D2828
(45,40,40)
#211C1B
(33,28,27)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #8D8890

#8D8890
(141,136,144)
#97929A
(151,146,154)
#A19CA4
(161,156,164)
#ABA6AE
(171,166,174)
#B5B0B8
(181,176,184)
#BFBAC2
(191,186,194)
#C9C4CC
(201,196,204)
#D3CED6
(211,206,214)
#DDD8E0
(221,216,224)
#E7E2EA
(231,226,234)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8890; }

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

This text font color is #8D8890.

Background Color

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

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

This div background color is #8D8890.

Border color

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

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

This div border color is #8D8890.

Opacity

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

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

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

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

This text has shadow with #8D8890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D8890.

Preview

Color preview on black background

This text has color #8D8890 on black background.


Color preview on white background

This text has color #8D8890 on white background.


Black color preview on #8D8890 background

This text has black color on #8D8890 background.


White color preview on #8D8890 background

This text has white color on #8D8890 background.


Related colors

Complementary color

Complementary color for #hex is #72776F.


I love getcolorcode.com

Triadic colors

1 #908D88 and #88908D with #8D8890 are triadic colors.

2 #90888D and #888D90 with #8D8890 are triadic colors.