COLOR #8D899B

HEX: #8D899B
RGB: (141,137,155)

Color info

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

RGB color model

#8D899B color RGB value is (141,137,155).

  • red value is 141;
  • green value is 137;
  • blue value is 155.
RGB:
(141,137,155)
(55%,54%,61%)

RGB channels and saturation

R 141 of 255 = 55%
G 137 of 255 = 54%
B 155 of 255 = 61%

141
137
155

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

Portions of RGB colors in percentages

R + G + B =
141 + 137 + 155 = 433 (100%)
R 141 of 433 ~ 32.56%
G 137 of 433 ~ 31.64%
B 155 of 433 ~ 35.8%

%32.56
%31.64
%35.8

CMYK color model

#8D899B color CMYK value is (9,12,0,39).

  • cyan value is 9.03%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(9,12,0,39)
C9M12Y0K39 
(9%,12%,0%,39%)
(0.09/0.12/0.00/0.39)	

CMYK percentages

%9.03
%11.61
%0
%39.22

Codes

Color #8D899B in popluar color models

8D899B
RGB141137155
HSL253°8.26%57.25%
HSB/HSV253°11.61%60.78%
CMYK9.03%11.61%0.00%
39.22%

Color #8D899B in popluar number systems.

HEX8D899B
Decimal141137155
Binary100011011000100110011011
Octal215211233

Shades and tints

Shades of #8D899B

#8D899B
(141,137,155)
#817D8D
(129,125,141)
#75717F
(117,113,127)
#696571
(105,101,113)
#5D5963
(93,89,99)
#514D55
(81,77,85)
#454147
(69,65,71)
#393539
(57,53,57)
#2D292B
(45,41,43)
#211D1D
(33,29,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #8D899B

#8D899B
(141,137,155)
#9793A4
(151,147,164)
#A19DAD
(161,157,173)
#ABA7B6
(171,167,182)
#B5B1BF
(181,177,191)
#BFBBC8
(191,187,200)
#C9C5D1
(201,197,209)
#D3CFDA
(211,207,218)
#DDD9E3
(221,217,227)
#E7E3EC
(231,227,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D899B; }

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

This text font color is #8D899B.


Background Color

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

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

This div background color is #8D899B.


Border color

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

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

This div border color is #8D899B.


Opacity

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

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

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

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

This text has shadow with #8D899B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D899B on black background.


Color preview on white background

This text has color #8D899B on white background.



Black color preview on #8D899B background

This text has black color on #8D899B background.


White color preview on #8D899B background

This text has white color on #8D899B background.