COLOR #8D8D9E

HEX: #8D8D9E
RGB: (141,141,158)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
141
158

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

Portions of RGB colors in percentages

R + G + B =
141 + 141 + 158 = 440 (100%)
R 141 of 440 ~ 32.05%
G 141 of 440 ~ 32.05%
B 158 of 440 ~ 35.91%

%32.05
%32.05
%35.91

CMYK color model

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

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

CMYK percentages

%10.76
%10.76
%0
%38.04

Codes

Color #8D8D9E in popluar color models

8D8D9E
RGB141141158
HSL240°8.06%58.63%
HSB/HSV240°10.76%61.96%
CMYK10.76%10.76%0.00%
38.04%

Color #8D8D9E in popluar number systems.

HEX8D8D9E
Decimal141141158
Binary100011011000110110011110
Octal215215236

Shades and tints

Shades of #8D8D9E

#8D8D9E
(141,141,158)
#818190
(129,129,144)
#757582
(117,117,130)
#696974
(105,105,116)
#5D5D66
(93,93,102)
#515158
(81,81,88)
#45454A
(69,69,74)
#39393C
(57,57,60)
#2D2D2E
(45,45,46)
#212120
(33,33,32)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #8D8D9E

#8D8D9E
(141,141,158)
#9797A6
(151,151,166)
#A1A1AE
(161,161,174)
#ABABB6
(171,171,182)
#B5B5BE
(181,181,190)
#BFBFC6
(191,191,198)
#C9C9CE
(201,201,206)
#D3D3D6
(211,211,214)
#DDDDDE
(221,221,222)
#E7E7E6
(231,231,230)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8D9E; }

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

This text font color is #8D8D9E.


Background Color

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

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

This div background color is #8D8D9E.


Border color

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

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

This div border color is #8D8D9E.


Opacity

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

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

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

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

This text has shadow with #8D8D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8D9E on black background.


Color preview on white background

This text has color #8D8D9E on white background.



Black color preview on #8D8D9E background

This text has black color on #8D8D9E background.


White color preview on #8D8D9E background

This text has white color on #8D8D9E background.