COLOR #8D8AA2

HEX: #8D8AA2
RGB: (141,138,162)

Color info

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

RGB color model

#8D8AA2 color RGB value is (141,138,162).

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

RGB channels and saturation

R 141 of 255 = 55%
G 138 of 255 = 54%
B 162 of 255 = 64%

141
138
162

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

Portions of RGB colors in percentages

R + G + B =
141 + 138 + 162 = 441 (100%)
R 141 of 441 ~ 31.97%
G 138 of 441 ~ 31.29%
B 162 of 441 ~ 36.73%

%31.97
%31.29
%36.73

CMYK color model

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

  • cyan value is 12.96%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(13,15,0,36)
C13M15Y0K36 
(13%,15%,0%,36%)
(0.13/0.15/0.00/0.36)	

CMYK percentages

%12.96
%14.81
%0
%36.47

Codes

Color #8D8AA2 in popluar color models

8D8AA2
RGB141138162
HSL248°11.43%58.82%
HSB/HSV248°14.81%63.53%
CMYK12.96%14.81%0.00%
36.47%

Color #8D8AA2 in popluar number systems.

HEX8D8AA2
Decimal141138162
Binary100011011000101010100010
Octal215212242

Shades and tints

Shades of #8D8AA2

#8D8AA2
(141,138,162)
#817E94
(129,126,148)
#757286
(117,114,134)
#696678
(105,102,120)
#5D5A6A
(93,90,106)
#514E5C
(81,78,92)
#45424E
(69,66,78)
#393640
(57,54,64)
#2D2A32
(45,42,50)
#211E24
(33,30,36)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #8D8AA2

#8D8AA2
(141,138,162)
#9794AA
(151,148,170)
#A19EB2
(161,158,178)
#ABA8BA
(171,168,186)
#B5B2C2
(181,178,194)
#BFBCCA
(191,188,202)
#C9C6D2
(201,198,210)
#D3D0DA
(211,208,218)
#DDDAE2
(221,218,226)
#E7E4EA
(231,228,234)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8AA2; }

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

This text font color is #8D8AA2.


Background Color

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

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

This div background color is #8D8AA2.


Border color

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

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

This div border color is #8D8AA2.


Opacity

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

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

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

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

This text has shadow with #8D8AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8AA2 on black background.


Color preview on white background

This text has color #8D8AA2 on white background.



Black color preview on #8D8AA2 background

This text has black color on #8D8AA2 background.


White color preview on #8D8AA2 background

This text has white color on #8D8AA2 background.