COLOR #888E9F

HEX: #888E9F RGB: (136,142,159)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
142
159

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

Portions of RGB colors in percentages

R + G + B = 136 + 142 + 159 = 437 (100%)
R 136 of 437 ~ 31.12%
G 142 of 437 ~ 32.49%
B 159 of 437 ~ 36.38'%

%31.12
%32.49
%36.38

CMYK color model

#888E9F color CMYK value is (14,11,0,38).

  • cyan value is 14.47%
  • magenta value is 10.69%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (14,11,0,38)
C14M11Y0K38 (14%, 11%, 0%, 38%)
(0.14 / 0.11 / 0.00 / 0.38)

CMYK percentages

%14.47
%10.69
%0
%37.65

Codes

Color #888E9F in popluar color models

88 8E 9F
RGB 136 142 159
HSL 224° 10.70% 57.84%
HSB/HSV 224° 14.47% 62.35%
CMYK 14.47% 10.69% 0.00%
37.65%

Color #888E9F in popluar number systems.

HEX 88 8E 9F
Decimal 136 142 159
Binary 10001000 10001110 10011111
Octal 210 216 237

Shades and tints

Shades of #888E9F

#888E9F
(136,142,159)
#7C8291
(124,130,145)
#707683
(112,118,131)
#646A75
(100,106,117)
#585E67
(88,94,103)
#4C5259
(76,82,89)
#40464B
(64,70,75)
#343A3D
(52,58,61)
#282E2F
(40,46,47)
#1C2221
(28,34,33)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #888E9F

#888E9F
(136,142,159)
#9298A7
(146,152,167)
#9CA2AF
(156,162,175)
#A6ACB7
(166,172,183)
#B0B6BF
(176,182,191)
#BAC0C7
(186,192,199)
#C4CACF
(196,202,207)
#CED4D7
(206,212,215)
#D8DEDF
(216,222,223)
#E2E8E7
(226,232,231)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888E9F; }

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

This text font color is #888E9F.

Background Color

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

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

This div background color is #888E9F.

Border color

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

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

This div border color is #888E9F.

Opacity

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

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

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

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

This text has shadow with #888E9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888E9F.

Preview

Color preview on black background

This text has color #888E9F on black background.


Color preview on white background

This text has color #888E9F on white background.


Black color preview on #888E9F background

This text has black color on #888E9F background.


White color preview on #888E9F background

This text has white color on #888E9F background.


Related colors

Complementary color

Complementary color for #hex is #777160.


I love getcolorcode.com

Triadic colors

1 #9F888E and #8E9F88 with #888E9F are triadic colors.

2 #9F8E88 and #8E889F with #888E9F are triadic colors.