COLOR #888E9D

HEX: #888E9D RGB: (136,142,157)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
142
157

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

Portions of RGB colors in percentages

R + G + B = 136 + 142 + 157 = 435 (100%)
R 136 of 435 ~ 31.26%
G 142 of 435 ~ 32.64%
B 157 of 435 ~ 36.09'%

%31.26
%32.64
%36.09

CMYK color model

#888E9D color CMYK value is (13,10,0,38).

  • cyan value is 13.38%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (13,10,0,38)
C13M10Y0K38 (13%, 10%, 0%, 38%)
(0.13 / 0.10 / 0.00 / 0.38)

CMYK percentages

%13.38
%9.55
%0
%38.43

Codes

Color #888E9D in popluar color models

88 8E 9D
RGB 136 142 157
HSL 223° 9.68% 57.45%
HSB/HSV 223° 13.38% 61.57%
CMYK 13.38% 9.55% 0.00%
38.43%

Color #888E9D in popluar number systems.

HEX 88 8E 9D
Decimal 136 142 157
Binary 10001000 10001110 10011101
Octal 210 216 235

Shades and tints

Shades of #888E9D

#888E9D
(136,142,157)
#7C828F
(124,130,143)
#707681
(112,118,129)
#646A73
(100,106,115)
#585E65
(88,94,101)
#4C5257
(76,82,87)
#404649
(64,70,73)
#343A3B
(52,58,59)
#282E2D
(40,46,45)
#1C221F
(28,34,31)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #888E9D

#888E9D
(136,142,157)
#9298A5
(146,152,165)
#9CA2AD
(156,162,173)
#A6ACB5
(166,172,181)
#B0B6BD
(176,182,189)
#BAC0C5
(186,192,197)
#C4CACD
(196,202,205)
#CED4D5
(206,212,213)
#D8DEDD
(216,222,221)
#E2E8E5
(226,232,229)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888E9D; }

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

This text font color is #888E9D.

Background Color

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

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

This div background color is #888E9D.

Border color

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

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

This div border color is #888E9D.

Opacity

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

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

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

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

This text has shadow with #888E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888E9D.

Preview

Color preview on black background

This text has color #888E9D on black background.


Color preview on white background

This text has color #888E9D on white background.


Black color preview on #888E9D background

This text has black color on #888E9D background.


White color preview on #888E9D background

This text has white color on #888E9D background.


Related colors

Complementary color

Complementary color for #hex is #777162.


I love getcolorcode.com

Triadic colors

1 #9D888E and #8E9D88 with #888E9D are triadic colors.

2 #9D8E88 and #8E889D with #888E9D are triadic colors.