COLOR #8D9289

HEX: #8D9289
RGB: (141,146,137)

Color info

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

RGB color model

#8D9289 color RGB value is (141,146,137).

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

RGB channels and saturation

R 141 of 255 = 55%
G 146 of 255 = 57%
B 137 of 255 = 54%

141
146
137

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

Portions of RGB colors in percentages

R + G + B =
141 + 146 + 137 = 424 (100%)
R 141 of 424 ~ 33.25%
G 146 of 424 ~ 34.43%
B 137 of 424 ~ 32.31%

%33.25
%34.43
%32.31

CMYK color model

#8D9289 color CMYK value is (3,0,6,43).

  • cyan value is 3.42%
  • magenta value is 0.00%
  • yellow value is 6.16%
  • key color value is 42.75%
CMYK:
(3,0,6,43)
C3M0Y6K43 
(3%,0%,6%,43%)
(0.03/0.00/0.06/0.43)	

CMYK percentages

%3.42
%0
%6.16
%42.75

Codes

Color #8D9289 in popluar color models

8D9289
RGB141146137
HSL93°3.96%55.49%
HSB/HSV93°6.16%57.25%
CMYK3.42%0.00%6.16%
42.75%

Color #8D9289 in popluar number systems.

HEX8D9289
Decimal141146137
Binary100011011001001010001001
Octal215222211

Shades and tints

Shades of #8D9289

#8D9289
(141,146,137)
#81857D
(129,133,125)
#757871
(117,120,113)
#696B65
(105,107,101)
#5D5E59
(93,94,89)
#51514D
(81,81,77)
#454441
(69,68,65)
#393735
(57,55,53)
#2D2A29
(45,42,41)
#211D1D
(33,29,29)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #8D9289

#8D9289
(141,146,137)
#979B93
(151,155,147)
#A1A49D
(161,164,157)
#ABADA7
(171,173,167)
#B5B6B1
(181,182,177)
#BFBFBB
(191,191,187)
#C9C8C5
(201,200,197)
#D3D1CF
(211,209,207)
#DDDAD9
(221,218,217)
#E7E3E3
(231,227,227)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9289; }

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

This text font color is #8D9289.


Background Color

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

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

This div background color is #8D9289.


Border color

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

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

This div border color is #8D9289.


Opacity

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

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

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

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

This text has shadow with #8D9289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9289 on black background.


Color preview on white background

This text has color #8D9289 on white background.



Black color preview on #8D9289 background

This text has black color on #8D9289 background.


White color preview on #8D9289 background

This text has white color on #8D9289 background.