COLOR #8D8899

HEX: #8D8899
RGB: (141,136,153)

Color info

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

RGB color model

#8D8899 color RGB value is (141,136,153).

  • red value is 141;
  • green value is 136;
  • blue value is 153.
RGB:
(141,136,153)
(55%,53%,60%)

RGB channels and saturation

R 141 of 255 = 55%
G 136 of 255 = 53%
B 153 of 255 = 60%

141
136
153

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

Portions of RGB colors in percentages

R + G + B =
141 + 136 + 153 = 430 (100%)
R 141 of 430 ~ 32.79%
G 136 of 430 ~ 31.63%
B 153 of 430 ~ 35.58%

%32.79
%31.63
%35.58

CMYK color model

#8D8899 color CMYK value is (8,11,0,40).

  • cyan value is 7.84%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(8,11,0,40)
C8M11Y0K40 
(8%,11%,0%,40%)
(0.08/0.11/0.00/0.40)	

CMYK percentages

%7.84
%11.11
%0
%40

Codes

Color #8D8899 in popluar color models

8D8899
RGB141136153
HSL258°7.69%56.67%
HSB/HSV258°11.11%60.00%
CMYK7.84%11.11%0.00%
40.00%

Color #8D8899 in popluar number systems.

HEX8D8899
Decimal141136153
Binary100011011000100010011001
Octal215210231

Shades and tints

Shades of #8D8899

#8D8899
(141,136,153)
#817C8C
(129,124,140)
#75707F
(117,112,127)
#696472
(105,100,114)
#5D5865
(93,88,101)
#514C58
(81,76,88)
#45404B
(69,64,75)
#39343E
(57,52,62)
#2D2831
(45,40,49)
#211C24
(33,28,36)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #8D8899

#8D8899
(141,136,153)
#9792A2
(151,146,162)
#A19CAB
(161,156,171)
#ABA6B4
(171,166,180)
#B5B0BD
(181,176,189)
#BFBAC6
(191,186,198)
#C9C4CF
(201,196,207)
#D3CED8
(211,206,216)
#DDD8E1
(221,216,225)
#E7E2EA
(231,226,234)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8899; }

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

This text font color is #8D8899.


Background Color

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

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

This div background color is #8D8899.


Border color

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

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

This div border color is #8D8899.


Opacity

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

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

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

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

This text has shadow with #8D8899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8899 on black background.


Color preview on white background

This text has color #8D8899 on white background.



Black color preview on #8D8899 background

This text has black color on #8D8899 background.


White color preview on #8D8899 background

This text has white color on #8D8899 background.