COLOR #8D8EA3

HEX: #8D8EA3
RGB: (141,142,163)

Color info

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

RGB color model

#8D8EA3 color RGB value is (141,142,163).

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

RGB channels and saturation

R 141 of 255 = 55%
G 142 of 255 = 56%
B 163 of 255 = 64%

141
142
163

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

Portions of RGB colors in percentages

R + G + B =
141 + 142 + 163 = 446 (100%)
R 141 of 446 ~ 31.61%
G 142 of 446 ~ 31.84%
B 163 of 446 ~ 36.55%

%31.61
%31.84
%36.55

CMYK color model

#8D8EA3 color CMYK value is (13,13,0,36).

  • cyan value is 13.50%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(13,13,0,36)
C13M13Y0K36 
(13%,13%,0%,36%)
(0.13/0.13/0.00/0.36)	

CMYK percentages

%13.5
%12.88
%0
%36.08

Codes

Color #8D8EA3 in popluar color models

8D8EA3
RGB141142163
HSL237°10.68%59.61%
HSB/HSV237°13.50%63.92%
CMYK13.50%12.88%0.00%
36.08%

Color #8D8EA3 in popluar number systems.

HEX8D8EA3
Decimal141142163
Binary100011011000111010100011
Octal215216243

Shades and tints

Shades of #8D8EA3

#8D8EA3
(141,142,163)
#818295
(129,130,149)
#757687
(117,118,135)
#696A79
(105,106,121)
#5D5E6B
(93,94,107)
#51525D
(81,82,93)
#45464F
(69,70,79)
#393A41
(57,58,65)
#2D2E33
(45,46,51)
#212225
(33,34,37)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #8D8EA3

#8D8EA3
(141,142,163)
#9798AB
(151,152,171)
#A1A2B3
(161,162,179)
#ABACBB
(171,172,187)
#B5B6C3
(181,182,195)
#BFC0CB
(191,192,203)
#C9CAD3
(201,202,211)
#D3D4DB
(211,212,219)
#DDDEE3
(221,222,227)
#E7E8EB
(231,232,235)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8EA3; }

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

This text font color is #8D8EA3.


Background Color

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

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

This div background color is #8D8EA3.


Border color

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

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

This div border color is #8D8EA3.


Opacity

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

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

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

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

This text has shadow with #8D8EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8EA3 on black background.


Color preview on white background

This text has color #8D8EA3 on white background.



Black color preview on #8D8EA3 background

This text has black color on #8D8EA3 background.


White color preview on #8D8EA3 background

This text has white color on #8D8EA3 background.