COLOR #8A8193

HEX: #8A8193
RGB: (138,129,147)

Color info

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

RGB color model

#8A8193 color RGB value is (138,129,147).

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

RGB channels and saturation

R 138 of 255 = 54%
G 129 of 255 = 51%
B 147 of 255 = 58%

138
129
147

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

Portions of RGB colors in percentages

R + G + B =
138 + 129 + 147 = 414 (100%)
R 138 of 414 ~ 33.33%
G 129 of 414 ~ 31.16%
B 147 of 414 ~ 35.51%

%33.33
%31.16
%35.51

CMYK color model

#8A8193 color CMYK value is (6,12,0,42).

  • cyan value is 6.12%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(6,12,0,42)
C6M12Y0K42 
(6%,12%,0%,42%)
(0.06/0.12/0.00/0.42)	

CMYK percentages

%6.12
%12.24
%0
%42.35

Codes

Color #8A8193 in popluar color models

8A8193
RGB138129147
HSL270°7.69%54.12%
HSB/HSV270°12.24%57.65%
CMYK6.12%12.24%0.00%
42.35%

Color #8A8193 in popluar number systems.

HEX8A8193
Decimal138129147
Binary100010101000000110010011
Octal212201223

Shades and tints

Shades of #8A8193

#8A8193
(138,129,147)
#7E7686
(126,118,134)
#726B79
(114,107,121)
#66606C
(102,96,108)
#5A555F
(90,85,95)
#4E4A52
(78,74,82)
#423F45
(66,63,69)
#363438
(54,52,56)
#2A292B
(42,41,43)
#1E1E1E
(30,30,30)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #8A8193

#8A8193
(138,129,147)
#948C9C
(148,140,156)
#9E97A5
(158,151,165)
#A8A2AE
(168,162,174)
#B2ADB7
(178,173,183)
#BCB8C0
(188,184,192)
#C6C3C9
(198,195,201)
#D0CED2
(208,206,210)
#DAD9DB
(218,217,219)
#E4E4E4
(228,228,228)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8193; }

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

This text font color is #8A8193.


Background Color

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

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

This div background color is #8A8193.


Border color

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

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

This div border color is #8A8193.


Opacity

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

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

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

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

This text has shadow with #8A8193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8193 on black background.


Color preview on white background

This text has color #8A8193 on white background.



Black color preview on #8A8193 background

This text has black color on #8A8193 background.


White color preview on #8A8193 background

This text has white color on #8A8193 background.