COLOR #8A878D

HEX: #8A878D
RGB: (138,135,141)

Color info

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

RGB color model

#8A878D color RGB value is (138,135,141).

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

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 141 of 255 = 55%

138
135
141

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

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 141 = 414 (100%)
R 138 of 414 ~ 33.33%
G 135 of 414 ~ 32.61%
B 141 of 414 ~ 34.06%

%33.33
%32.61
%34.06

CMYK color model

#8A878D color CMYK value is (2,4,0,45).

  • cyan value is 2.13%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(2,4,0,45)
C2M4Y0K45 
(2%,4%,0%,45%)
(0.02/0.04/0.00/0.45)	

CMYK percentages

%2.13
%4.26
%0
%44.71

Codes

Color #8A878D in popluar color models

8A878D
RGB138135141
HSL270°2.56%54.12%
HSB/HSV270°4.26%55.29%
CMYK2.13%4.26%0.00%
44.71%

Color #8A878D in popluar number systems.

HEX8A878D
Decimal138135141
Binary100010101000011110001101
Octal212207215

Shades and tints

Shades of #8A878D

#8A878D
(138,135,141)
#7E7B81
(126,123,129)
#726F75
(114,111,117)
#666369
(102,99,105)
#5A575D
(90,87,93)
#4E4B51
(78,75,81)
#423F45
(66,63,69)
#363339
(54,51,57)
#2A272D
(42,39,45)
#1E1B21
(30,27,33)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #8A878D

#8A878D
(138,135,141)
#949197
(148,145,151)
#9E9BA1
(158,155,161)
#A8A5AB
(168,165,171)
#B2AFB5
(178,175,181)
#BCB9BF
(188,185,191)
#C6C3C9
(198,195,201)
#D0CDD3
(208,205,211)
#DAD7DD
(218,215,221)
#E4E1E7
(228,225,231)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A878D; }

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

This text font color is #8A878D.


Background Color

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

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

This div background color is #8A878D.


Border color

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

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

This div border color is #8A878D.


Opacity

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

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

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

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

This text has shadow with #8A878D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A878D on black background.


Color preview on white background

This text has color #8A878D on white background.



Black color preview on #8A878D background

This text has black color on #8A878D background.


White color preview on #8A878D background

This text has white color on #8A878D background.