COLOR #8B878A

HEX: #8B878A RGB: (139,135,138)

Color info

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

RGB color model

#8B878A color RGB value is (139,135,138).

RGB: (139,135,138) (55%, 53%, 54%)

RGB channels and saturation

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

139
135
138

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

Portions of RGB colors in percentages

R + G + B = 139 + 135 + 138 = 412 (100%)
R 139 of 412 ~ 33.74%
G 135 of 412 ~ 32.77%
B 138 of 412 ~ 33.5'%

%33.74
%32.77
%33.5

CMYK color model

#8B878A color CMYK value is (0,3,1,45).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 0.72%
  • key color value is 45.49%

CMYK: (0,3,1,45)
C0M3Y1K45 (0%, 3%, 1%, 45%)
(0.00 / 0.03 / 0.01 / 0.45)

CMYK percentages

%0
%2.88
%0.72
%45.49

Codes

Color #8B878A in popluar color models

8B 87 8A
RGB 139 135 138
HSL 315° 1.69% 53.73%
HSB/HSV 315° 2.88% 54.51%
CMYK 0.00% 2.88% 0.72%
45.49%

Color #8B878A in popluar number systems.

HEX 8B 87 8A
Decimal 139 135 138
Binary 10001011 10000111 10001010
Octal 213 207 212

Shades and tints

Shades of #8B878A

#8B878A
(139,135,138)
#7F7B7E
(127,123,126)
#736F72
(115,111,114)
#676366
(103,99,102)
#5B575A
(91,87,90)
#4F4B4E
(79,75,78)
#433F42
(67,63,66)
#373336
(55,51,54)
#2B272A
(43,39,42)
#1F1B1E
(31,27,30)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #8B878A

#8B878A
(139,135,138)
#959194
(149,145,148)
#9F9B9E
(159,155,158)
#A9A5A8
(169,165,168)
#B3AFB2
(179,175,178)
#BDB9BC
(189,185,188)
#C7C3C6
(199,195,198)
#D1CDD0
(209,205,208)
#DBD7DA
(219,215,218)
#E5E1E4
(229,225,228)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B878A; }

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

This text font color is #8B878A.

Background Color

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

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

This div background color is #8B878A.

Border color

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

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

This div border color is #8B878A.

Opacity

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

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

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

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

This text has shadow with #8B878A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B878A.

Preview

Color preview on black background

This text has color #8B878A on black background.


Color preview on white background

This text has color #8B878A on white background.


Black color preview on #8B878A background

This text has black color on #8B878A background.


White color preview on #8B878A background

This text has white color on #8B878A background.


Related colors

Complementary color

Complementary color for #hex is #747875.


I love getcolorcode.com

Triadic colors

1 #8A8B87 and #878A8B with #8B878A are triadic colors.

2 #8A878B and #878B8A with #8B878A are triadic colors.