COLOR #8D9C94

HEX: #8D9C94
RGB: (141,156,148)

Color info

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

RGB color model

#8D9C94 color RGB value is (141,156,148).

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

RGB channels and saturation

R 141 of 255 = 55%
G 156 of 255 = 61%
B 148 of 255 = 58%

141
156
148

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

Portions of RGB colors in percentages

R + G + B =
141 + 156 + 148 = 445 (100%)
R 141 of 445 ~ 31.69%
G 156 of 445 ~ 35.06%
B 148 of 445 ~ 33.26%

%31.69
%35.06
%33.26

CMYK color model

#8D9C94 color CMYK value is (10,0,5,39).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 38.82%
CMYK:
(10,0,5,39)
C10M0Y5K39 
(10%,0%,5%,39%)
(0.10/0.00/0.05/0.39)	

CMYK percentages

%9.62
%0
%5.13
%38.82

Codes

Color #8D9C94 in popluar color models

8D9C94
RGB141156148
HSL148°7.04%58.24%
HSB/HSV148°9.62%61.18%
CMYK9.62%0.00%5.13%
38.82%

Color #8D9C94 in popluar number systems.

HEX8D9C94
Decimal141156148
Binary100011011001110010010100
Octal215234224

Shades and tints

Shades of #8D9C94

#8D9C94
(141,156,148)
#818E87
(129,142,135)
#75807A
(117,128,122)
#69726D
(105,114,109)
#5D6460
(93,100,96)
#515653
(81,86,83)
#454846
(69,72,70)
#393A39
(57,58,57)
#2D2C2C
(45,44,44)
#211E1F
(33,30,31)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #8D9C94

#8D9C94
(141,156,148)
#97A59D
(151,165,157)
#A1AEA6
(161,174,166)
#ABB7AF
(171,183,175)
#B5C0B8
(181,192,184)
#BFC9C1
(191,201,193)
#C9D2CA
(201,210,202)
#D3DBD3
(211,219,211)
#DDE4DC
(221,228,220)
#E7EDE5
(231,237,229)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9C94; }

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

This text font color is #8D9C94.


Background Color

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

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

This div background color is #8D9C94.


Border color

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

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

This div border color is #8D9C94.


Opacity

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

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

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

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

This text has shadow with #8D9C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9C94 on black background.


Color preview on white background

This text has color #8D9C94 on white background.



Black color preview on #8D9C94 background

This text has black color on #8D9C94 background.


White color preview on #8D9C94 background

This text has white color on #8D9C94 background.