COLOR #888E9B

HEX: #888E9B RGB: (136,142,155)

Color info

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

RGB color model

#888E9B color RGB value is (136,142,155).

RGB: (136,142,155) (53%, 56%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 142 of 255 = 56%
B 155 of 255 = 61%

136
142
155

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

Portions of RGB colors in percentages

R + G + B = 136 + 142 + 155 = 433 (100%)
R 136 of 433 ~ 31.41%
G 142 of 433 ~ 32.79%
B 155 of 433 ~ 35.8'%

%31.41
%32.79
%35.8

CMYK color model

#888E9B color CMYK value is (12,8,0,39).

  • cyan value is 12.26%
  • magenta value is 8.39%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (12,8,0,39) C12M8Y0K39 (12%,8%,0%,39%) (0.12/0.08/0.00/0.39) 

CMYK percentages

%12.26
%8.39
%0
%39.22

Codes

Color #888E9B in popluar color models

88 8E 9B
RGB 136 142 155
HSL 221° 8.68% 57.06%
HSB/HSV 221° 12.26% 60.78%
CMYK 12.26% 8.39% 0.00%
39.22%

Color #888E9B in popluar number systems.

HEX 88 8E 9B
Decimal 136 142 155
Binary 10001000 10001110 10011011
Octal 210 216 233

Shades and tints

Shades of #888E9B

#888E9B
(136,142,155)
#7C828D
(124,130,141)
#70767F
(112,118,127)
#646A71
(100,106,113)
#585E63
(88,94,99)
#4C5255
(76,82,85)
#404647
(64,70,71)
#343A39
(52,58,57)
#282E2B
(40,46,43)
#1C221D
(28,34,29)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #888E9B

#888E9B
(136,142,155)
#9298A4
(146,152,164)
#9CA2AD
(156,162,173)
#A6ACB6
(166,172,182)
#B0B6BF
(176,182,191)
#BAC0C8
(186,192,200)
#C4CAD1
(196,202,209)
#CED4DA
(206,212,218)
#D8DEE3
(216,222,227)
#E2E8EC
(226,232,236)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888E9B; }

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

This text font color is #888E9B.

Background Color

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

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

This div background color is #888E9B.

Border color

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

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

This div border color is #888E9B.

Opacity

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

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

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

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

This text has shadow with #888E9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888E9B.

Preview

Color preview on black background

This text has color #888E9B on black background.


Color preview on white background

This text has color #888E9B on white background.


Black color preview on #888E9B background

This text has black color on #888E9B background.


White color preview on #888E9B background

This text has white color on #888E9B background.


Related colors

Complementary color

Complementary color for #hex is #777164.


I love getcolorcode.com

Triadic colors

1 #9B888E and #8E9B88 with #888E9B are triadic colors.

2 #9B8E88 and #8E889B with #888E9B are triadic colors.