COLOR #8D988B

HEX: #8D988B RGB: (141,152,139)

Color info

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

RGB color model

#8D988B color RGB value is (141,152,139).

RGB: (141,152,139) (55%, 60%, 55%)

RGB channels and saturation

R 141 of 255 = 55%
G 152 of 255 = 60%
B 139 of 255 = 55%

141
152
139

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

Portions of RGB colors in percentages

R + G + B = 141 + 152 + 139 = 432 (100%)
R 141 of 432 ~ 32.64%
G 152 of 432 ~ 35.19%
B 139 of 432 ~ 32.18'%

%32.64
%35.19
%32.18

CMYK color model

#8D988B color CMYK value is (7,0,9,40).

  • cyan value is 7.24%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 40.39%

CMYK: (7,0,9,40)
C7M0Y9K40 (7%, 0%, 9%, 40%)
(0.07 / 0.00 / 0.09 / 0.40)

CMYK percentages

%7.24
%0
%8.55
%40.39

Codes

Color #8D988B in popluar color models

8D 98 8B
RGB 141 152 139
HSL 111° 5.94% 57.06%
HSB/HSV 111° 8.55% 59.61%
CMYK 7.24% 0.00% 8.55%
40.39%

Color #8D988B in popluar number systems.

HEX 8D 98 8B
Decimal 141 152 139
Binary 10001101 10011000 10001011
Octal 215 230 213

Shades and tints

Shades of #8D988B

#8D988B
(141,152,139)
#818B7F
(129,139,127)
#757E73
(117,126,115)
#697167
(105,113,103)
#5D645B
(93,100,91)
#51574F
(81,87,79)
#454A43
(69,74,67)
#393D37
(57,61,55)
#2D302B
(45,48,43)
#21231F
(33,35,31)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #8D988B

#8D988B
(141,152,139)
#97A195
(151,161,149)
#A1AA9F
(161,170,159)
#ABB3A9
(171,179,169)
#B5BCB3
(181,188,179)
#BFC5BD
(191,197,189)
#C9CEC7
(201,206,199)
#D3D7D1
(211,215,209)
#DDE0DB
(221,224,219)
#E7E9E5
(231,233,229)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D988B; }

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

This text font color is #8D988B.

Background Color

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

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

This div background color is #8D988B.

Border color

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

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

This div border color is #8D988B.

Opacity

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

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

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

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

This text has shadow with #8D988B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D988B.

Preview

Color preview on black background

This text has color #8D988B on black background.


Color preview on white background

This text has color #8D988B on white background.


Black color preview on #8D988B background

This text has black color on #8D988B background.


White color preview on #8D988B background

This text has white color on #8D988B background.


Related colors

Complementary color

Complementary color for #hex is #726774.


I love getcolorcode.com

Triadic colors

1 #8B8D98 and #988B8D with #8D988B are triadic colors.

2 #8B988D and #988D8B with #8D988B are triadic colors.