COLOR #888D8E

HEX: #888D8E RGB: (136,141,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
141
142

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

Portions of RGB colors in percentages

R + G + B = 136 + 141 + 142 = 419 (100%)
R 136 of 419 ~ 32.46%
G 141 of 419 ~ 33.65%
B 142 of 419 ~ 33.89'%

%32.46
%33.65
%33.89

CMYK color model

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

  • cyan value is 4.23%
  • magenta value is 0.70%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (4,1,0,44)
C4M1Y0K44 (4%, 1%, 0%, 44%)
(0.04 / 0.01 / 0.00 / 0.44)

CMYK percentages

%4.23
%0.7
%0
%44.31

Codes

Color #888D8E in popluar color models

88 8D 8E
RGB 136 141 142
HSL 190° 2.59% 54.51%
HSB/HSV 190° 4.23% 55.69%
CMYK 4.23% 0.70% 0.00%
44.31%

Color #888D8E in popluar number systems.

HEX 88 8D 8E
Decimal 136 141 142
Binary 10001000 10001101 10001110
Octal 210 215 216

Shades and tints

Shades of #888D8E

#888D8E
(136,141,142)
#7C8182
(124,129,130)
#707576
(112,117,118)
#64696A
(100,105,106)
#585D5E
(88,93,94)
#4C5152
(76,81,82)
#404546
(64,69,70)
#34393A
(52,57,58)
#282D2E
(40,45,46)
#1C2122
(28,33,34)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #888D8E

#888D8E
(136,141,142)
#929798
(146,151,152)
#9CA1A2
(156,161,162)
#A6ABAC
(166,171,172)
#B0B5B6
(176,181,182)
#BABFC0
(186,191,192)
#C4C9CA
(196,201,202)
#CED3D4
(206,211,212)
#D8DDDE
(216,221,222)
#E2E7E8
(226,231,232)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888D8E; }

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

This text font color is #888D8E.

Background Color

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

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

This div background color is #888D8E.

Border color

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

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

This div border color is #888D8E.

Opacity

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

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

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

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

This text has shadow with #888D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888D8E.

Preview

Color preview on black background

This text has color #888D8E on black background.


Color preview on white background

This text has color #888D8E on white background.


Black color preview on #888D8E background

This text has black color on #888D8E background.


White color preview on #888D8E background

This text has white color on #888D8E background.


Related colors

Complementary color

Complementary color for #hex is #777271.


I love getcolorcode.com

Triadic colors

1 #8E888D and #8D8E88 with #888D8E are triadic colors.

2 #8E8D88 and #8D888E with #888D8E are triadic colors.