COLOR #8D8E7C

HEX: #8D8E7C
RGB: (141,142,124)

Color info

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

RGB color model

#8D8E7C color RGB value is (141,142,124).

  • red value is 141;
  • green value is 142;
  • blue value is 124.
RGB:
(141,142,124)
(55%,56%,49%)

RGB channels and saturation

R 141 of 255 = 55%
G 142 of 255 = 56%
B 124 of 255 = 49%

141
142
124

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

Portions of RGB colors in percentages

R + G + B =
141 + 142 + 124 = 407 (100%)
R 141 of 407 ~ 34.64%
G 142 of 407 ~ 34.89%
B 124 of 407 ~ 30.47%

%34.64
%34.89
%30.47

CMYK color model

#8D8E7C color CMYK value is (1,0,13,44).

  • cyan value is 0.70%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 44.31%
CMYK:
(1,0,13,44)
C1M0Y13K44 
(1%,0%,13%,44%)
(0.01/0.00/0.13/0.44)	

CMYK percentages

%0.7
%0
%12.68
%44.31

Codes

Color #8D8E7C in popluar color models

8D8E7C
RGB141142124
HSL63°7.38%52.16%
HSB/HSV63°12.68%55.69%
CMYK0.70%0.00%12.68%
44.31%

Color #8D8E7C in popluar number systems.

HEX8D8E7C
Decimal141142124
Binary10001101100011101111100
Octal215216174

Shades and tints

Shades of #8D8E7C

#8D8E7C
(141,142,124)
#818271
(129,130,113)
#757666
(117,118,102)
#696A5B
(105,106,91)
#5D5E50
(93,94,80)
#515245
(81,82,69)
#45463A
(69,70,58)
#393A2F
(57,58,47)
#2D2E24
(45,46,36)
#212219
(33,34,25)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #8D8E7C

#8D8E7C
(141,142,124)
#979887
(151,152,135)
#A1A292
(161,162,146)
#ABAC9D
(171,172,157)
#B5B6A8
(181,182,168)
#BFC0B3
(191,192,179)
#C9CABE
(201,202,190)
#D3D4C9
(211,212,201)
#DDDED4
(221,222,212)
#E7E8DF
(231,232,223)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8E7C color. Also use rgb(141,142,124) instead hex code.

Text Font Color

.myTextColor { color: #8D8E7C; }

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

This text font color is #8D8E7C.


Background Color

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

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

This div background color is #8D8E7C.


Border color

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

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

This div border color is #8D8E7C.


Opacity

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

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

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

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

This text has shadow with #8D8E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8E7C on black background.


Color preview on white background

This text has color #8D8E7C on white background.



Black color preview on #8D8E7C background

This text has black color on #8D8E7C background.


White color preview on #8D8E7C background

This text has white color on #8D8E7C background.