COLOR #8D8AAB

HEX: #8D8AAB
RGB: (141,138,171)

Color info

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

RGB color model

#8D8AAB color RGB value is (141,138,171).

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

RGB channels and saturation

R 141 of 255 = 55%
G 138 of 255 = 54%
B 171 of 255 = 67%

141
138
171

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

Portions of RGB colors in percentages

R + G + B =
141 + 138 + 171 = 450 (100%)
R 141 of 450 ~ 31.33%
G 138 of 450 ~ 30.67%
B 171 of 450 ~ 38%

%31.33
%30.67
%38

CMYK color model

#8D8AAB color CMYK value is (18,19,0,33).

  • cyan value is 17.54%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(18,19,0,33)
C18M19Y0K33 
(18%,19%,0%,33%)
(0.18/0.19/0.00/0.33)	

CMYK percentages

%17.54
%19.3
%0
%32.94

Codes

Color #8D8AAB in popluar color models

8D8AAB
RGB141138171
HSL245°16.42%60.59%
HSB/HSV245°19.30%67.06%
CMYK17.54%19.30%0.00%
32.94%

Color #8D8AAB in popluar number systems.

HEX8D8AAB
Decimal141138171
Binary100011011000101010101011
Octal215212253

Shades and tints

Shades of #8D8AAB

#8D8AAB
(141,138,171)
#817E9C
(129,126,156)
#75728D
(117,114,141)
#69667E
(105,102,126)
#5D5A6F
(93,90,111)
#514E60
(81,78,96)
#454251
(69,66,81)
#393642
(57,54,66)
#2D2A33
(45,42,51)
#211E24
(33,30,36)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #8D8AAB

#8D8AAB
(141,138,171)
#9794B2
(151,148,178)
#A19EB9
(161,158,185)
#ABA8C0
(171,168,192)
#B5B2C7
(181,178,199)
#BFBCCE
(191,188,206)
#C9C6D5
(201,198,213)
#D3D0DC
(211,208,220)
#DDDAE3
(221,218,227)
#E7E4EA
(231,228,234)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8AAB; }

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

This text font color is #8D8AAB.


Background Color

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

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

This div background color is #8D8AAB.


Border color

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

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

This div border color is #8D8AAB.


Opacity

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

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

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

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

This text has shadow with #8D8AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8AAB on black background.


Color preview on white background

This text has color #8D8AAB on white background.



Black color preview on #8D8AAB background

This text has black color on #8D8AAB background.


White color preview on #8D8AAB background

This text has white color on #8D8AAB background.