COLOR #8D8E6E

HEX: #8D8E6E
RGB: (141,142,110)

Color info

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

RGB color model

#8D8E6E color RGB value is (141,142,110).

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

RGB channels and saturation

R 141 of 255 = 55%
G 142 of 255 = 56%
B 110 of 255 = 43%

141
142
110

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

Portions of RGB colors in percentages

R + G + B =
141 + 142 + 110 = 393 (100%)
R 141 of 393 ~ 35.88%
G 142 of 393 ~ 36.13%
B 110 of 393 ~ 27.99%

%35.88
%36.13
%27.99

CMYK color model

#8D8E6E color CMYK value is (1,0,23,44).

  • cyan value is 0.70%
  • magenta value is 0.00%
  • yellow value is 22.54%
  • key color value is 44.31%
CMYK:
(1,0,23,44)
C1M0Y23K44 
(1%,0%,23%,44%)
(0.01/0.00/0.23/0.44)	

CMYK percentages

%0.7
%0
%22.54
%44.31

Codes

Color #8D8E6E in popluar color models

8D8E6E
RGB141142110
HSL62°12.70%49.41%
HSB/HSV62°22.54%55.69%
CMYK0.70%0.00%22.54%
44.31%

Color #8D8E6E in popluar number systems.

HEX8D8E6E
Decimal141142110
Binary10001101100011101101110
Octal215216156

Shades and tints

Shades of #8D8E6E

#8D8E6E
(141,142,110)
#818264
(129,130,100)
#75765A
(117,118,90)
#696A50
(105,106,80)
#5D5E46
(93,94,70)
#51523C
(81,82,60)
#454632
(69,70,50)
#393A28
(57,58,40)
#2D2E1E
(45,46,30)
#212214
(33,34,20)
#15160A
(21,22,10)
#000000
(0,0,0)

Tints of #8D8E6E

#8D8E6E
(141,142,110)
#97987B
(151,152,123)
#A1A288
(161,162,136)
#ABAC95
(171,172,149)
#B5B6A2
(181,182,162)
#BFC0AF
(191,192,175)
#C9CABC
(201,202,188)
#D3D4C9
(211,212,201)
#DDDED6
(221,222,214)
#E7E8E3
(231,232,227)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8E6E; }

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

This text font color is #8D8E6E.


Background Color

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

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

This div background color is #8D8E6E.


Border color

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

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

This div border color is #8D8E6E.


Opacity

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

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

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

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

This text has shadow with #8D8E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8E6E on black background.


Color preview on white background

This text has color #8D8E6E on white background.



Black color preview on #8D8E6E background

This text has black color on #8D8E6E background.


White color preview on #8D8E6E background

This text has white color on #8D8E6E background.