COLOR #8D9E93

HEX: #8D9E93
RGB: (141,158,147)

Color info

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

RGB color model

#8D9E93 color RGB value is (141,158,147).

  • red value is 141;
  • green value is 158;
  • blue value is 147.
RGB:
(141,158,147)
(55%,62%,58%)

RGB channels and saturation

R 141 of 255 = 55%
G 158 of 255 = 62%
B 147 of 255 = 58%

141
158
147

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

Portions of RGB colors in percentages

R + G + B =
141 + 158 + 147 = 446 (100%)
R 141 of 446 ~ 31.61%
G 158 of 446 ~ 35.43%
B 147 of 446 ~ 32.96%

%31.61
%35.43
%32.96

CMYK color model

#8D9E93 color CMYK value is (11,0,7,38).

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 38.04%
CMYK:
(11,0,7,38)
C11M0Y7K38 
(11%,0%,7%,38%)
(0.11/0.00/0.07/0.38)	

CMYK percentages

%10.76
%0
%6.96
%38.04

Codes

Color #8D9E93 in popluar color models

8D9E93
RGB141158147
HSL141°8.06%58.63%
HSB/HSV141°10.76%61.96%
CMYK10.76%0.00%6.96%
38.04%

Color #8D9E93 in popluar number systems.

HEX8D9E93
Decimal141158147
Binary100011011001111010010011
Octal215236223

Shades and tints

Shades of #8D9E93

#8D9E93
(141,158,147)
#819086
(129,144,134)
#758279
(117,130,121)
#69746C
(105,116,108)
#5D665F
(93,102,95)
#515852
(81,88,82)
#454A45
(69,74,69)
#393C38
(57,60,56)
#2D2E2B
(45,46,43)
#21201E
(33,32,30)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #8D9E93

#8D9E93
(141,158,147)
#97A69C
(151,166,156)
#A1AEA5
(161,174,165)
#ABB6AE
(171,182,174)
#B5BEB7
(181,190,183)
#BFC6C0
(191,198,192)
#C9CEC9
(201,206,201)
#D3D6D2
(211,214,210)
#DDDEDB
(221,222,219)
#E7E6E4
(231,230,228)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9E93 color. Also use rgb(141,158,147) instead hex code.

Text Font Color

.myTextColor { color: #8D9E93; }

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

This text font color is #8D9E93.


Background Color

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

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

This div background color is #8D9E93.


Border color

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

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

This div border color is #8D9E93.


Opacity

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

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

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

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

This text has shadow with #8D9E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9E93 on black background.


Color preview on white background

This text has color #8D9E93 on white background.



Black color preview on #8D9E93 background

This text has black color on #8D9E93 background.


White color preview on #8D9E93 background

This text has white color on #8D9E93 background.