COLOR #888E8E

HEX: #888E8E RGB: (136,142,142)

Color info

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

RGB color model

#888E8E color RGB value is (136,142,142).

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

RGB channels and saturation

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

136
142
142

R + G + B ~ 55%. #888E8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 142 + 142 = 420 (100%)
R 136 of 420 ~ 32.38%
G 142 of 420 ~ 33.81%
B 142 of 420 ~ 33.81'%

%32.38
%33.81
%33.81

CMYK color model

#888E8E color CMYK value is (4,0,0,44).

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

CMYK percentages

%4.23
%0
%0
%44.31

Codes

Color #888E8E in popluar color models

88 8E 8E
RGB 136 142 142
HSL 180° 2.59% 54.51%
HSB/HSV 180° 4.23% 55.69%
CMYK 4.23% 0.00% 0.00%
44.31%

Color #888E8E in popluar number systems.

HEX 88 8E 8E
Decimal 136 142 142
Binary 10001000 10001110 10001110
Octal 210 216 216

Shades and tints

Shades of #888E8E

#888E8E
(136,142,142)
#7C8282
(124,130,130)
#707676
(112,118,118)
#646A6A
(100,106,106)
#585E5E
(88,94,94)
#4C5252
(76,82,82)
#404646
(64,70,70)
#343A3A
(52,58,58)
#282E2E
(40,46,46)
#1C2222
(28,34,34)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #888E8E

#888E8E
(136,142,142)
#929898
(146,152,152)
#9CA2A2
(156,162,162)
#A6ACAC
(166,172,172)
#B0B6B6
(176,182,182)
#BAC0C0
(186,192,192)
#C4CACA
(196,202,202)
#CED4D4
(206,212,212)
#D8DEDE
(216,222,222)
#E2E8E8
(226,232,232)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888E8E; }

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

This text font color is #888E8E.

Background Color

.myBgColor { background-color: #888E8E; }

<div style="background-color:#888E8E">Inner text</div>

This div background color is #888E8E.

Border color

.myBorderColor { border: 1px solid #888E8E; }

<div style="border:3px solid #888E8E">Div</div>

This div border color is #888E8E.

Opacity

.myOpacity80 { color: #888E8E; opacity: 0.8; }

<p style="color:#888E8E;opacity:0.8;">80%</p>

Text with #888E8E 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 #888E8E;}

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

This text has shadow with #888E8E color.


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

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

This text has shadow with #888E8E primary color and red secondary color.


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

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

This text has shadow with #888E8E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #888E8E.

Preview

Color preview on black background

This text has color #888E8E on black background.


Color preview on white background

This text has color #888E8E on white background.


Black color preview on #888E8E background

This text has black color on #888E8E background.


White color preview on #888E8E background

This text has white color on #888E8E background.


Related colors

Complementary color

Complementary color for #hex is #777171.


I love getcolorcode.com