COLOR #8D9C8E

HEX: #8D9C8E
RGB: (141,156,142)

Color info

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

RGB color model

#8D9C8E color RGB value is (141,156,142).

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

RGB channels and saturation

R 141 of 255 = 55%
G 156 of 255 = 61%
B 142 of 255 = 56%

141
156
142

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

Portions of RGB colors in percentages

R + G + B =
141 + 156 + 142 = 439 (100%)
R 141 of 439 ~ 32.12%
G 156 of 439 ~ 35.54%
B 142 of 439 ~ 32.35%

%32.12
%35.54
%32.35

CMYK color model

#8D9C8E color CMYK value is (10,0,9,39).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 38.82%
CMYK:
(10,0,9,39)
C10M0Y9K39 
(10%,0%,9%,39%)
(0.10/0.00/0.09/0.39)	

CMYK percentages

%9.62
%0
%8.97
%38.82

Codes

Color #8D9C8E in popluar color models

8D9C8E
RGB141156142
HSL124°7.04%58.24%
HSB/HSV124°9.62%61.18%
CMYK9.62%0.00%8.97%
38.82%

Color #8D9C8E in popluar number systems.

HEX8D9C8E
Decimal141156142
Binary100011011001110010001110
Octal215234216

Shades and tints

Shades of #8D9C8E

#8D9C8E
(141,156,142)
#818E82
(129,142,130)
#758076
(117,128,118)
#69726A
(105,114,106)
#5D645E
(93,100,94)
#515652
(81,86,82)
#454846
(69,72,70)
#393A3A
(57,58,58)
#2D2C2E
(45,44,46)
#211E22
(33,30,34)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #8D9C8E

#8D9C8E
(141,156,142)
#97A598
(151,165,152)
#A1AEA2
(161,174,162)
#ABB7AC
(171,183,172)
#B5C0B6
(181,192,182)
#BFC9C0
(191,201,192)
#C9D2CA
(201,210,202)
#D3DBD4
(211,219,212)
#DDE4DE
(221,228,222)
#E7EDE8
(231,237,232)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9C8E; }

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

This text font color is #8D9C8E.


Background Color

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

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

This div background color is #8D9C8E.


Border color

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

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

This div border color is #8D9C8E.


Opacity

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

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

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

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

This text has shadow with #8D9C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9C8E on black background.


Color preview on white background

This text has color #8D9C8E on white background.



Black color preview on #8D9C8E background

This text has black color on #8D9C8E background.


White color preview on #8D9C8E background

This text has white color on #8D9C8E background.