COLOR #8D9489

HEX: #8D9489
RGB: (141,148,137)

Color info

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

RGB color model

#8D9489 color RGB value is (141,148,137).

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

RGB channels and saturation

R 141 of 255 = 55%
G 148 of 255 = 58%
B 137 of 255 = 54%

141
148
137

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

Portions of RGB colors in percentages

R + G + B =
141 + 148 + 137 = 426 (100%)
R 141 of 426 ~ 33.1%
G 148 of 426 ~ 34.74%
B 137 of 426 ~ 32.16%

%33.1
%34.74
%32.16

CMYK color model

#8D9489 color CMYK value is (5,0,7,42).

  • cyan value is 4.73%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 41.96%
CMYK:
(5,0,7,42)
C5M0Y7K42 
(5%,0%,7%,42%)
(0.05/0.00/0.07/0.42)	

CMYK percentages

%4.73
%0
%7.43
%41.96

Codes

Color #8D9489 in popluar color models

8D9489
RGB141148137
HSL98°4.89%55.88%
HSB/HSV98°7.43%58.04%
CMYK4.73%0.00%7.43%
41.96%

Color #8D9489 in popluar number systems.

HEX8D9489
Decimal141148137
Binary100011011001010010001001
Octal215224211

Shades and tints

Shades of #8D9489

#8D9489
(141,148,137)
#81877D
(129,135,125)
#757A71
(117,122,113)
#696D65
(105,109,101)
#5D6059
(93,96,89)
#51534D
(81,83,77)
#454641
(69,70,65)
#393935
(57,57,53)
#2D2C29
(45,44,41)
#211F1D
(33,31,29)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #8D9489

#8D9489
(141,148,137)
#979D93
(151,157,147)
#A1A69D
(161,166,157)
#ABAFA7
(171,175,167)
#B5B8B1
(181,184,177)
#BFC1BB
(191,193,187)
#C9CAC5
(201,202,197)
#D3D3CF
(211,211,207)
#DDDCD9
(221,220,217)
#E7E5E3
(231,229,227)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9489; }

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

This text font color is #8D9489.


Background Color

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

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

This div background color is #8D9489.


Border color

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

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

This div border color is #8D9489.


Opacity

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

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

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

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

This text has shadow with #8D9489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9489 on black background.


Color preview on white background

This text has color #8D9489 on white background.



Black color preview on #8D9489 background

This text has black color on #8D9489 background.


White color preview on #8D9489 background

This text has white color on #8D9489 background.