COLOR #8D997D

HEX: #8D997D RGB: (141,153,125)

Color info

#8D997D contains red, green and blue colors in about the same proportion. Web safe color of #8D997D is #999966 (or #996).

RGB color model

#8D997D color RGB value is (141,153,125).

RGB: (141,153,125) (55%, 60%, 49%)

RGB channels and saturation

R 141 of 255 = 55%
G 153 of 255 = 60%
B 125 of 255 = 49%

141
153
125

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

Portions of RGB colors in percentages

R + G + B = 141 + 153 + 125 = 419 (100%)
R 141 of 419 ~ 33.65%
G 153 of 419 ~ 36.52%
B 125 of 419 ~ 29.83'%

%33.65
%36.52
%29.83

CMYK color model

#8D997D color CMYK value is (8,0,18,40).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • key color value is 40.00%

CMYK: (8,0,18,40)
C8M0Y18K40 (8%, 0%, 18%, 40%)
(0.08 / 0.00 / 0.18 / 0.40)

CMYK percentages

%7.84
%0
%18.3
%40

Codes

Color #8D997D in popluar color models

8D 99 7D
RGB 141 153 125
HSL 86° 12.07% 54.51%
HSB/HSV 86° 18.30% 60.00%
CMYK 7.84% 0.00% 18.30%
40.00%

Color #8D997D in popluar number systems.

HEX 8D 99 7D
Decimal 141 153 125
Binary 10001101 10011001 1111101
Octal 215 231 175

Shades and tints

Shades of #8D997D

#8D997D
(141,153,125)
#818C72
(129,140,114)
#757F67
(117,127,103)
#69725C
(105,114,92)
#5D6551
(93,101,81)
#515846
(81,88,70)
#454B3B
(69,75,59)
#393E30
(57,62,48)
#2D3125
(45,49,37)
#21241A
(33,36,26)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #8D997D

#8D997D
(141,153,125)
#97A288
(151,162,136)
#A1AB93
(161,171,147)
#ABB49E
(171,180,158)
#B5BDA9
(181,189,169)
#BFC6B4
(191,198,180)
#C9CFBF
(201,207,191)
#D3D8CA
(211,216,202)
#DDE1D5
(221,225,213)
#E7EAE0
(231,234,224)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D997D color. Also use rgb(141,153,125) instead hex code.

Text Font Color

.myTextColor { color: #8D997D; }

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

This text font color is #8D997D.

Background Color

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

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

This div background color is #8D997D.

Border color

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

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

This div border color is #8D997D.

Opacity

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

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

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

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

This text has shadow with #8D997D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D997D.

Preview

Color preview on black background

This text has color #8D997D on black background.


Color preview on white background

This text has color #8D997D on white background.


Black color preview on #8D997D background

This text has black color on #8D997D background.


White color preview on #8D997D background

This text has white color on #8D997D background.


Related colors

Complementary color

Complementary color for #hex is #726682.


I love getcolorcode.com

Triadic colors

1 #7D8D99 and #997D8D with #8D997D are triadic colors.

2 #7D998D and #998D7D with #8D997D are triadic colors.