COLOR #8A838D

HEX: #8A838D
RGB: (138,131,141)

Color info

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

RGB color model

#8A838D color RGB value is (138,131,141).

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

RGB channels and saturation

R 138 of 255 = 54%
G 131 of 255 = 51%
B 141 of 255 = 55%

138
131
141

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

Portions of RGB colors in percentages

R + G + B =
138 + 131 + 141 = 410 (100%)
R 138 of 410 ~ 33.66%
G 131 of 410 ~ 31.95%
B 141 of 410 ~ 34.39%

%33.66
%31.95
%34.39

CMYK color model

#8A838D color CMYK value is (2,7,0,45).

  • cyan value is 2.13%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(2,7,0,45)
C2M7Y0K45 
(2%,7%,0%,45%)
(0.02/0.07/0.00/0.45)	

CMYK percentages

%2.13
%7.09
%0
%44.71

Codes

Color #8A838D in popluar color models

8A838D
RGB138131141
HSL282°4.20%53.33%
HSB/HSV282°7.09%55.29%
CMYK2.13%7.09%0.00%
44.71%

Color #8A838D in popluar number systems.

HEX8A838D
Decimal138131141
Binary100010101000001110001101
Octal212203215

Shades and tints

Shades of #8A838D

#8A838D
(138,131,141)
#7E7881
(126,120,129)
#726D75
(114,109,117)
#666269
(102,98,105)
#5A575D
(90,87,93)
#4E4C51
(78,76,81)
#424145
(66,65,69)
#363639
(54,54,57)
#2A2B2D
(42,43,45)
#1E2021
(30,32,33)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #8A838D

#8A838D
(138,131,141)
#948E97
(148,142,151)
#9E99A1
(158,153,161)
#A8A4AB
(168,164,171)
#B2AFB5
(178,175,181)
#BCBABF
(188,186,191)
#C6C5C9
(198,197,201)
#D0D0D3
(208,208,211)
#DADBDD
(218,219,221)
#E4E6E7
(228,230,231)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A838D; }

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

This text font color is #8A838D.


Background Color

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

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

This div background color is #8A838D.


Border color

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

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

This div border color is #8A838D.


Opacity

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

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

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

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

This text has shadow with #8A838D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A838D on black background.


Color preview on white background

This text has color #8A838D on white background.



Black color preview on #8A838D background

This text has black color on #8A838D background.


White color preview on #8A838D background

This text has white color on #8A838D background.