COLOR #8A878C

HEX: #8A878C
RGB: (138,135,140)

Color info

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

RGB color model

#8A878C color RGB value is (138,135,140).

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

RGB channels and saturation

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

138
135
140

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

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 140 = 413 (100%)
R 138 of 413 ~ 33.41%
G 135 of 413 ~ 32.69%
B 140 of 413 ~ 33.9%

%33.41
%32.69
%33.9

CMYK color model

#8A878C color CMYK value is (1,4,0,45).

  • cyan value is 1.43%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(1,4,0,45)
C1M4Y0K45 
(1%,4%,0%,45%)
(0.01/0.04/0.00/0.45)	

CMYK percentages

%1.43
%3.57
%0
%45.1

Codes

Color #8A878C in popluar color models

8A878C
RGB138135140
HSL276°2.13%53.92%
HSB/HSV276°3.57%54.90%
CMYK1.43%3.57%0.00%
45.10%

Color #8A878C in popluar number systems.

HEX8A878C
Decimal138135140
Binary100010101000011110001100
Octal212207214

Shades and tints

Shades of #8A878C

#8A878C
(138,135,140)
#7E7B80
(126,123,128)
#726F74
(114,111,116)
#666368
(102,99,104)
#5A575C
(90,87,92)
#4E4B50
(78,75,80)
#423F44
(66,63,68)
#363338
(54,51,56)
#2A272C
(42,39,44)
#1E1B20
(30,27,32)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #8A878C

#8A878C
(138,135,140)
#949196
(148,145,150)
#9E9BA0
(158,155,160)
#A8A5AA
(168,165,170)
#B2AFB4
(178,175,180)
#BCB9BE
(188,185,190)
#C6C3C8
(198,195,200)
#D0CDD2
(208,205,210)
#DAD7DC
(218,215,220)
#E4E1E6
(228,225,230)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A878C; }

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

This text font color is #8A878C.


Background Color

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

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

This div background color is #8A878C.


Border color

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

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

This div border color is #8A878C.


Opacity

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

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

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

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

This text has shadow with #8A878C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A878C on black background.


Color preview on white background

This text has color #8A878C on white background.



Black color preview on #8A878C background

This text has black color on #8A878C background.


White color preview on #8A878C background

This text has white color on #8A878C background.