COLOR #8D8A9E

HEX: #8D8A9E
RGB: (141,138,158)

Color info

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

RGB color model

#8D8A9E color RGB value is (141,138,158).

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

RGB channels and saturation

R 141 of 255 = 55%
G 138 of 255 = 54%
B 158 of 255 = 62%

141
138
158

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

Portions of RGB colors in percentages

R + G + B =
141 + 138 + 158 = 437 (100%)
R 141 of 437 ~ 32.27%
G 138 of 437 ~ 31.58%
B 158 of 437 ~ 36.16%

%32.27
%31.58
%36.16

CMYK color model

#8D8A9E color CMYK value is (11,13,0,38).

  • cyan value is 10.76%
  • magenta value is 12.66%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(11,13,0,38)
C11M13Y0K38 
(11%,13%,0%,38%)
(0.11/0.13/0.00/0.38)	

CMYK percentages

%10.76
%12.66
%0
%38.04

Codes

Color #8D8A9E in popluar color models

8D8A9E
RGB141138158
HSL249°9.35%58.04%
HSB/HSV249°12.66%61.96%
CMYK10.76%12.66%0.00%
38.04%

Color #8D8A9E in popluar number systems.

HEX8D8A9E
Decimal141138158
Binary100011011000101010011110
Octal215212236

Shades and tints

Shades of #8D8A9E

#8D8A9E
(141,138,158)
#817E90
(129,126,144)
#757282
(117,114,130)
#696674
(105,102,116)
#5D5A66
(93,90,102)
#514E58
(81,78,88)
#45424A
(69,66,74)
#39363C
(57,54,60)
#2D2A2E
(45,42,46)
#211E20
(33,30,32)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #8D8A9E

#8D8A9E
(141,138,158)
#9794A6
(151,148,166)
#A19EAE
(161,158,174)
#ABA8B6
(171,168,182)
#B5B2BE
(181,178,190)
#BFBCC6
(191,188,198)
#C9C6CE
(201,198,206)
#D3D0D6
(211,208,214)
#DDDADE
(221,218,222)
#E7E4E6
(231,228,230)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8A9E; }

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

This text font color is #8D8A9E.


Background Color

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

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

This div background color is #8D8A9E.


Border color

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

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

This div border color is #8D8A9E.


Opacity

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

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

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

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

This text has shadow with #8D8A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8A9E on black background.


Color preview on white background

This text has color #8D8A9E on white background.



Black color preview on #8D8A9E background

This text has black color on #8D8A9E background.


White color preview on #8D8A9E background

This text has white color on #8D8A9E background.