COLOR #888E8F

HEX: #888E8F RGB: (136,142,143)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
142
143

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

Portions of RGB colors in percentages

R + G + B = 136 + 142 + 143 = 421 (100%)
R 136 of 421 ~ 32.3%
G 142 of 421 ~ 33.73%
B 143 of 421 ~ 33.97'%

%32.3
%33.73
%33.97

CMYK color model

#888E8F color CMYK value is (5,1,0,44).

  • cyan value is 4.90%
  • magenta value is 0.70%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (5,1,0,44)
C5M1Y0K44 (5%, 1%, 0%, 44%)
(0.05 / 0.01 / 0.00 / 0.44)

CMYK percentages

%4.9
%0.7
%0
%43.92

Codes

Color #888E8F in popluar color models

88 8E 8F
RGB 136 142 143
HSL 189° 3.03% 54.71%
HSB/HSV 189° 4.90% 56.08%
CMYK 4.90% 0.70% 0.00%
43.92%

Color #888E8F in popluar number systems.

HEX 88 8E 8F
Decimal 136 142 143
Binary 10001000 10001110 10001111
Octal 210 216 217

Shades and tints

Shades of #888E8F

#888E8F
(136,142,143)
#7C8282
(124,130,130)
#707675
(112,118,117)
#646A68
(100,106,104)
#585E5B
(88,94,91)
#4C524E
(76,82,78)
#404641
(64,70,65)
#343A34
(52,58,52)
#282E27
(40,46,39)
#1C221A
(28,34,26)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #888E8F

#888E8F
(136,142,143)
#929899
(146,152,153)
#9CA2A3
(156,162,163)
#A6ACAD
(166,172,173)
#B0B6B7
(176,182,183)
#BAC0C1
(186,192,193)
#C4CACB
(196,202,203)
#CED4D5
(206,212,213)
#D8DEDF
(216,222,223)
#E2E8E9
(226,232,233)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888E8F; }

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

This text font color is #888E8F.

Background Color

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

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

This div background color is #888E8F.

Border color

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

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

This div border color is #888E8F.

Opacity

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

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

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

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

This text has shadow with #888E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888E8F.

Preview

Color preview on black background

This text has color #888E8F on black background.


Color preview on white background

This text has color #888E8F on white background.


Black color preview on #888E8F background

This text has black color on #888E8F background.


White color preview on #888E8F background

This text has white color on #888E8F background.


Related colors

Complementary color

Complementary color for #hex is #777170.


I love getcolorcode.com

Triadic colors

1 #8F888E and #8E8F88 with #888E8F are triadic colors.

2 #8F8E88 and #8E888F with #888E8F are triadic colors.