COLOR #8A8493

HEX: #8A8493
RGB: (138,132,147)

Color info

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

RGB color model

#8A8493 color RGB value is (138,132,147).

  • red value is 138;
  • green value is 132;
  • blue value is 147.
RGB:
(138,132,147)
(54%,52%,58%)

RGB channels and saturation

R 138 of 255 = 54%
G 132 of 255 = 52%
B 147 of 255 = 58%

138
132
147

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

Portions of RGB colors in percentages

R + G + B =
138 + 132 + 147 = 417 (100%)
R 138 of 417 ~ 33.09%
G 132 of 417 ~ 31.65%
B 147 of 417 ~ 35.25%

%33.09
%31.65
%35.25

CMYK color model

#8A8493 color CMYK value is (6,10,0,42).

  • cyan value is 6.12%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(6,10,0,42)
C6M10Y0K42 
(6%,10%,0%,42%)
(0.06/0.10/0.00/0.42)	

CMYK percentages

%6.12
%10.2
%0
%42.35

Codes

Color #8A8493 in popluar color models

8A8493
RGB138132147
HSL264°6.49%54.71%
HSB/HSV264°10.20%57.65%
CMYK6.12%10.20%0.00%
42.35%

Color #8A8493 in popluar number systems.

HEX8A8493
Decimal138132147
Binary100010101000010010010011
Octal212204223

Shades and tints

Shades of #8A8493

#8A8493
(138,132,147)
#7E7886
(126,120,134)
#726C79
(114,108,121)
#66606C
(102,96,108)
#5A545F
(90,84,95)
#4E4852
(78,72,82)
#423C45
(66,60,69)
#363038
(54,48,56)
#2A242B
(42,36,43)
#1E181E
(30,24,30)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #8A8493

#8A8493
(138,132,147)
#948F9C
(148,143,156)
#9E9AA5
(158,154,165)
#A8A5AE
(168,165,174)
#B2B0B7
(178,176,183)
#BCBBC0
(188,187,192)
#C6C6C9
(198,198,201)
#D0D1D2
(208,209,210)
#DADCDB
(218,220,219)
#E4E7E4
(228,231,228)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8493 color. Also use rgb(138,132,147) instead hex code.

Text Font Color

.myTextColor { color: #8A8493; }

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

This text font color is #8A8493.


Background Color

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

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

This div background color is #8A8493.


Border color

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

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

This div border color is #8A8493.


Opacity

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

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

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

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

This text has shadow with #8A8493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8493 on black background.


Color preview on white background

This text has color #8A8493 on white background.



Black color preview on #8A8493 background

This text has black color on #8A8493 background.


White color preview on #8A8493 background

This text has white color on #8A8493 background.