COLOR #88878A

HEX: #88878A
RGB: (136,135,138)

Color info

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

RGB color model

#88878A color RGB value is (136,135,138).

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

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 138 of 255 = 54%

136
135
138

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

Portions of RGB colors in percentages

R + G + B =
136 + 135 + 138 = 409 (100%)
R 136 of 409 ~ 33.25%
G 135 of 409 ~ 33.01%
B 138 of 409 ~ 33.74%

%33.25
%33.01
%33.74

CMYK color model

#88878A color CMYK value is (1,2,0,46).

  • cyan value is 1.45%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(1,2,0,46)
C1M2Y0K46 
(1%,2%,0%,46%)
(0.01/0.02/0.00/0.46)	

CMYK percentages

%1.45
%2.17
%0
%45.88

Codes

Color #88878A in popluar color models

88878A
RGB136135138
HSL260°1.27%53.53%
HSB/HSV260°2.17%54.12%
CMYK1.45%2.17%0.00%
45.88%

Color #88878A in popluar number systems.

HEX88878A
Decimal136135138
Binary100010001000011110001010
Octal210207212

Shades and tints

Shades of #88878A

#88878A
(136,135,138)
#7C7B7E
(124,123,126)
#706F72
(112,111,114)
#646366
(100,99,102)
#58575A
(88,87,90)
#4C4B4E
(76,75,78)
#403F42
(64,63,66)
#343336
(52,51,54)
#28272A
(40,39,42)
#1C1B1E
(28,27,30)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #88878A

#88878A
(136,135,138)
#929194
(146,145,148)
#9C9B9E
(156,155,158)
#A6A5A8
(166,165,168)
#B0AFB2
(176,175,178)
#BAB9BC
(186,185,188)
#C4C3C6
(196,195,198)
#CECDD0
(206,205,208)
#D8D7DA
(216,215,218)
#E2E1E4
(226,225,228)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88878A color. Also use rgb(136,135,138) instead hex code.

Text Font Color

.myTextColor { color: #88878A; }

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

This text font color is #88878A.


Background Color

.myBgColor { background-color: #88878A; }

<div style="background-color:#88878A">Inner text</div>

This div background color is #88878A.


Border color

.myBorderColor { border: 1px solid #88878A; }

<div style="border:3px solid #88878A">Div</div>

This div border color is #88878A.


Opacity

.myOpacity80 { color: #88878A; opacity: 0.8; }

<p style="color:#88878A;opacity:0.8;">80%</p>

Text with #88878A 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 #88878A;}

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

This text has shadow with #88878A color.

.textShadow {text-shadow: 3px 3px 1px #88878A, 3px 3px 1px red;}

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

This text has shadow with #88878A primary color and red secondary color.


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

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

This text has shadow with #88878A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88878A on black background.


Color preview on white background

This text has color #88878A on white background.



Black color preview on #88878A background

This text has black color on #88878A background.


White color preview on #88878A background

This text has white color on #88878A background.