COLOR #8D989D

HEX: #8D989D
RGB: (141,152,157)

Color info

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

RGB color model

#8D989D color RGB value is (141,152,157).

  • red value is 141;
  • green value is 152;
  • blue value is 157.
RGB:
(141,152,157)
(55%,60%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 152 of 255 = 60%
B 157 of 255 = 62%

141
152
157

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

Portions of RGB colors in percentages

R + G + B =
141 + 152 + 157 = 450 (100%)
R 141 of 450 ~ 31.33%
G 152 of 450 ~ 33.78%
B 157 of 450 ~ 34.89%

%31.33
%33.78
%34.89

CMYK color model

#8D989D color CMYK value is (10,3,0,38).

  • cyan value is 10.19%
  • magenta value is 3.18%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(10,3,0,38)
C10M3Y0K38 
(10%,3%,0%,38%)
(0.10/0.03/0.00/0.38)	

CMYK percentages

%10.19
%3.18
%0
%38.43

Codes

Color #8D989D in popluar color models

8D989D
RGB141152157
HSL199°7.55%58.43%
HSB/HSV199°10.19%61.57%
CMYK10.19%3.18%0.00%
38.43%

Color #8D989D in popluar number systems.

HEX8D989D
Decimal141152157
Binary100011011001100010011101
Octal215230235

Shades and tints

Shades of #8D989D

#8D989D
(141,152,157)
#818B8F
(129,139,143)
#757E81
(117,126,129)
#697173
(105,113,115)
#5D6465
(93,100,101)
#515757
(81,87,87)
#454A49
(69,74,73)
#393D3B
(57,61,59)
#2D302D
(45,48,45)
#21231F
(33,35,31)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #8D989D

#8D989D
(141,152,157)
#97A1A5
(151,161,165)
#A1AAAD
(161,170,173)
#ABB3B5
(171,179,181)
#B5BCBD
(181,188,189)
#BFC5C5
(191,197,197)
#C9CECD
(201,206,205)
#D3D7D5
(211,215,213)
#DDE0DD
(221,224,221)
#E7E9E5
(231,233,229)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D989D color. Also use rgb(141,152,157) instead hex code.

Text Font Color

.myTextColor { color: #8D989D; }

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

This text font color is #8D989D.


Background Color

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

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

This div background color is #8D989D.


Border color

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

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

This div border color is #8D989D.


Opacity

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

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

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

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

This text has shadow with #8D989D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D989D on black background.


Color preview on white background

This text has color #8D989D on white background.



Black color preview on #8D989D background

This text has black color on #8D989D background.


White color preview on #8D989D background

This text has white color on #8D989D background.