COLOR #8D9889

HEX: #8D9889
RGB: (141,152,137)

Color info

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

RGB color model

#8D9889 color RGB value is (141,152,137).

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

RGB channels and saturation

R 141 of 255 = 55%
G 152 of 255 = 60%
B 137 of 255 = 54%

141
152
137

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

Portions of RGB colors in percentages

R + G + B =
141 + 152 + 137 = 430 (100%)
R 141 of 430 ~ 32.79%
G 152 of 430 ~ 35.35%
B 137 of 430 ~ 31.86%

%32.79
%35.35
%31.86

CMYK color model

#8D9889 color CMYK value is (7,0,10,40).

  • cyan value is 7.24%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 40.39%
CMYK:
(7,0,10,40)
C7M0Y10K40 
(7%,0%,10%,40%)
(0.07/0.00/0.10/0.40)	

CMYK percentages

%7.24
%0
%9.87
%40.39

Codes

Color #8D9889 in popluar color models

8D9889
RGB141152137
HSL104°6.79%56.67%
HSB/HSV104°9.87%59.61%
CMYK7.24%0.00%9.87%
40.39%

Color #8D9889 in popluar number systems.

HEX8D9889
Decimal141152137
Binary100011011001100010001001
Octal215230211

Shades and tints

Shades of #8D9889

#8D9889
(141,152,137)
#818B7D
(129,139,125)
#757E71
(117,126,113)
#697165
(105,113,101)
#5D6459
(93,100,89)
#51574D
(81,87,77)
#454A41
(69,74,65)
#393D35
(57,61,53)
#2D3029
(45,48,41)
#21231D
(33,35,29)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #8D9889

#8D9889
(141,152,137)
#97A193
(151,161,147)
#A1AA9D
(161,170,157)
#ABB3A7
(171,179,167)
#B5BCB1
(181,188,177)
#BFC5BB
(191,197,187)
#C9CEC5
(201,206,197)
#D3D7CF
(211,215,207)
#DDE0D9
(221,224,217)
#E7E9E3
(231,233,227)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9889; }

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

This text font color is #8D9889.


Background Color

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

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

This div background color is #8D9889.


Border color

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

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

This div border color is #8D9889.


Opacity

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

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

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

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

This text has shadow with #8D9889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9889 on black background.


Color preview on white background

This text has color #8D9889 on white background.



Black color preview on #8D9889 background

This text has black color on #8D9889 background.


White color preview on #8D9889 background

This text has white color on #8D9889 background.