COLOR #888D9E

HEX: #888D9E RGB: (136,141,158)

Color info

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

RGB color model

#888D9E color RGB value is (136,141,158).

RGB: (136,141,158) (53%, 55%, 62%)

RGB channels and saturation

R 136 of 255 = 53%
G 141 of 255 = 55%
B 158 of 255 = 62%

136
141
158

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

Portions of RGB colors in percentages

R + G + B = 136 + 141 + 158 = 435 (100%)
R 136 of 435 ~ 31.26%
G 141 of 435 ~ 32.41%
B 158 of 435 ~ 36.32'%

%31.26
%32.41
%36.32

CMYK color model

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

  • cyan value is 13.92%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 38.04%

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

CMYK percentages

%13.92
%10.76
%0
%38.04

Codes

Color #888D9E in popluar color models

88 8D 9E
RGB 136 141 158
HSL 226° 10.19% 57.65%
HSB/HSV 226° 13.92% 61.96%
CMYK 13.92% 10.76% 0.00%
38.04%

Color #888D9E in popluar number systems.

HEX 88 8D 9E
Decimal 136 141 158
Binary 10001000 10001101 10011110
Octal 210 215 236

Shades and tints

Shades of #888D9E

#888D9E
(136,141,158)
#7C8190
(124,129,144)
#707582
(112,117,130)
#646974
(100,105,116)
#585D66
(88,93,102)
#4C5158
(76,81,88)
#40454A
(64,69,74)
#34393C
(52,57,60)
#282D2E
(40,45,46)
#1C2120
(28,33,32)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #888D9E

#888D9E
(136,141,158)
#9297A6
(146,151,166)
#9CA1AE
(156,161,174)
#A6ABB6
(166,171,182)
#B0B5BE
(176,181,190)
#BABFC6
(186,191,198)
#C4C9CE
(196,201,206)
#CED3D6
(206,211,214)
#D8DDDE
(216,221,222)
#E2E7E6
(226,231,230)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888D9E; }

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

This text font color is #888D9E.

Background Color

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

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

This div background color is #888D9E.

Border color

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

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

This div border color is #888D9E.

Opacity

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

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

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

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

This text has shadow with #888D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888D9E.

Preview

Color preview on black background

This text has color #888D9E on black background.


Color preview on white background

This text has color #888D9E on white background.


Black color preview on #888D9E background

This text has black color on #888D9E background.


White color preview on #888D9E background

This text has white color on #888D9E background.


Related colors

Complementary color

Complementary color for #hex is #777261.


I love getcolorcode.com

Triadic colors

1 #9E888D and #8D9E88 with #888D9E are triadic colors.

2 #9E8D88 and #8D889E with #888D9E are triadic colors.