COLOR #88868E

HEX: #88868E RGB: (136,134,142)

Color info

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

RGB color model

#88868E color RGB value is (136,134,142).

RGB: (136,134,142) (53%, 53%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 142 of 255 = 56%

136
134
142

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

Portions of RGB colors in percentages

R + G + B = 136 + 134 + 142 = 412 (100%)
R 136 of 412 ~ 33.01%
G 134 of 412 ~ 32.52%
B 142 of 412 ~ 34.47'%

%33.01
%32.52
%34.47

CMYK color model

#88868E color CMYK value is (4,6,0,44).

  • cyan value is 4.23%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (4,6,0,44) C4M6Y0K44 (4%,6%,0%,44%) (0.04/0.06/0.00/0.44) 

CMYK percentages

%4.23
%5.63
%0
%44.31

Codes

Color #88868E in popluar color models

88 86 8E
RGB 136 134 142
HSL 255° 3.42% 54.12%
HSB/HSV 255° 5.63% 55.69%
CMYK 4.23% 5.63% 0.00%
44.31%

Color #88868E in popluar number systems.

HEX 88 86 8E
Decimal 136 134 142
Binary 10001000 10000110 10001110
Octal 210 206 216

Shades and tints

Shades of #88868E

#88868E
(136,134,142)
#7C7A82
(124,122,130)
#706E76
(112,110,118)
#64626A
(100,98,106)
#58565E
(88,86,94)
#4C4A52
(76,74,82)
#403E46
(64,62,70)
#34323A
(52,50,58)
#28262E
(40,38,46)
#1C1A22
(28,26,34)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #88868E

#88868E
(136,134,142)
#929198
(146,145,152)
#9C9CA2
(156,156,162)
#A6A7AC
(166,167,172)
#B0B2B6
(176,178,182)
#BABDC0
(186,189,192)
#C4C8CA
(196,200,202)
#CED3D4
(206,211,212)
#D8DEDE
(216,222,222)
#E2E9E8
(226,233,232)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88868E color. Also use rgb(136,134,142) instead hex code.

Text Font Color

.myTextColor { color: #88868E; }

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

This text font color is #88868E.

Background Color

.myBgColor { background-color: #88868E; }

<div style="background-color:#88868E">Inner text</div>

This div background color is #88868E.

Border color

.myBorderColor { border: 1px solid #88868E; }

<div style="border:3px solid #88868E">Div</div>

This div border color is #88868E.

Opacity

.myOpacity80 { color: #88868E; opacity: 0.8; }

<p style="color:#88868E;opacity:0.8;">80%</p>

Text with #88868E 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 #88868E;}

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

This text has shadow with #88868E color.


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

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

This text has shadow with #88868E primary color and red secondary color.


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

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

This text has shadow with #88868E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88868E.

Preview

Color preview on black background

This text has color #88868E on black background.


Color preview on white background

This text has color #88868E on white background.


Black color preview on #88868E background

This text has black color on #88868E background.


White color preview on #88868E background

This text has white color on #88868E background.


Related colors

Complementary color

Complementary color for #hex is #777971.


I love getcolorcode.com

Triadic colors

1 #8E8886 and #868E88 with #88868E are triadic colors.

2 #8E8688 and #86888E with #88868E are triadic colors.