COLOR #8D9C7D

HEX: #8D9C7D RGB: (141,156,125)

Color info

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

RGB color model

#8D9C7D color RGB value is (141,156,125).

RGB: (141,156,125) (55%, 61%, 49%)

RGB channels and saturation

R 141 of 255 = 55%
G 156 of 255 = 61%
B 125 of 255 = 49%

141
156
125

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

Portions of RGB colors in percentages

R + G + B = 141 + 156 + 125 = 422 (100%)
R 141 of 422 ~ 33.41%
G 156 of 422 ~ 36.97%
B 125 of 422 ~ 29.62'%

%33.41
%36.97
%29.62

CMYK color model

#8D9C7D color CMYK value is (10,0,20,39).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 19.87%
  • key color value is 38.82%

CMYK: (10,0,20,39)
C10M0Y20K39 (10%, 0%, 20%, 39%)
(0.10 / 0.00 / 0.20 / 0.39)

CMYK percentages

%9.62
%0
%19.87
%38.82

Codes

Color #8D9C7D in popluar color models

8D 9C 7D
RGB 141 156 125
HSL 89° 13.54% 55.10%
HSB/HSV 89° 19.87% 61.18%
CMYK 9.62% 0.00% 19.87%
38.82%

Color #8D9C7D in popluar number systems.

HEX 8D 9C 7D
Decimal 141 156 125
Binary 10001101 10011100 1111101
Octal 215 234 175

Shades and tints

Shades of #8D9C7D

#8D9C7D
(141,156,125)
#818E72
(129,142,114)
#758067
(117,128,103)
#69725C
(105,114,92)
#5D6451
(93,100,81)
#515646
(81,86,70)
#45483B
(69,72,59)
#393A30
(57,58,48)
#2D2C25
(45,44,37)
#211E1A
(33,30,26)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #8D9C7D

#8D9C7D
(141,156,125)
#97A588
(151,165,136)
#A1AE93
(161,174,147)
#ABB79E
(171,183,158)
#B5C0A9
(181,192,169)
#BFC9B4
(191,201,180)
#C9D2BF
(201,210,191)
#D3DBCA
(211,219,202)
#DDE4D5
(221,228,213)
#E7EDE0
(231,237,224)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9C7D; }

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

This text font color is #8D9C7D.

Background Color

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

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

This div background color is #8D9C7D.

Border color

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

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

This div border color is #8D9C7D.

Opacity

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

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

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

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

This text has shadow with #8D9C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9C7D.

Preview

Color preview on black background

This text has color #8D9C7D on black background.


Color preview on white background

This text has color #8D9C7D on white background.


Black color preview on #8D9C7D background

This text has black color on #8D9C7D background.


White color preview on #8D9C7D background

This text has white color on #8D9C7D background.


Related colors

Complementary color

Complementary color for #hex is #726382.


I love getcolorcode.com

Triadic colors

1 #7D8D9C and #9C7D8D with #8D9C7D are triadic colors.

2 #7D9C8D and #9C8D7D with #8D9C7D are triadic colors.