COLOR #8D889C

HEX: #8D889C RGB: (141,136,156)

Color info

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

RGB color model

#8D889C color RGB value is (141,136,156).

RGB: (141,136,156) (55%, 53%, 61%)

RGB channels and saturation

R 141 of 255 = 55%
G 136 of 255 = 53%
B 156 of 255 = 61%

141
136
156

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

Portions of RGB colors in percentages

R + G + B = 141 + 136 + 156 = 433 (100%)
R 141 of 433 ~ 32.56%
G 136 of 433 ~ 31.41%
B 156 of 433 ~ 36.03'%

%32.56
%31.41
%36.03

CMYK color model

#8D889C color CMYK value is (10,13,0,39).

  • cyan value is 9.62%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (10,13,0,39)
C10M13Y0K39 (10%, 13%, 0%, 39%)
(0.10 / 0.13 / 0.00 / 0.39)

CMYK percentages

%9.62
%12.82
%0
%38.82

Codes

Color #8D889C in popluar color models

8D 88 9C
RGB 141 136 156
HSL 255° 9.17% 57.25%
HSB/HSV 255° 12.82% 61.18%
CMYK 9.62% 12.82% 0.00%
38.82%

Color #8D889C in popluar number systems.

HEX 8D 88 9C
Decimal 141 136 156
Binary 10001101 10001000 10011100
Octal 215 210 234

Shades and tints

Shades of #8D889C

#8D889C
(141,136,156)
#817C8E
(129,124,142)
#757080
(117,112,128)
#696472
(105,100,114)
#5D5864
(93,88,100)
#514C56
(81,76,86)
#454048
(69,64,72)
#39343A
(57,52,58)
#2D282C
(45,40,44)
#211C1E
(33,28,30)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #8D889C

#8D889C
(141,136,156)
#9792A5
(151,146,165)
#A19CAE
(161,156,174)
#ABA6B7
(171,166,183)
#B5B0C0
(181,176,192)
#BFBAC9
(191,186,201)
#C9C4D2
(201,196,210)
#D3CEDB
(211,206,219)
#DDD8E4
(221,216,228)
#E7E2ED
(231,226,237)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D889C; }

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

This text font color is #8D889C.

Background Color

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

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

This div background color is #8D889C.

Border color

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

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

This div border color is #8D889C.

Opacity

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

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

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

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

This text has shadow with #8D889C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D889C.

Preview

Color preview on black background

This text has color #8D889C on black background.


Color preview on white background

This text has color #8D889C on white background.


Black color preview on #8D889C background

This text has black color on #8D889C background.


White color preview on #8D889C background

This text has white color on #8D889C background.


Related colors

Complementary color

Complementary color for #hex is #727763.


I love getcolorcode.com

Triadic colors

1 #9C8D88 and #889C8D with #8D889C are triadic colors.

2 #9C888D and #888D9C with #8D889C are triadic colors.