COLOR #888B8E

HEX: #888B8E
RGB: (136,139,142)

Color info

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

RGB color model

#888B8E color RGB value is (136,139,142).

  • red value is 136;
  • green value is 139;
  • blue value is 142.
RGB:
(136,139,142)
(53%,55%,56%)

RGB channels and saturation

R 136 of 255 = 53%
G 139 of 255 = 55%
B 142 of 255 = 56%

136
139
142

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

Portions of RGB colors in percentages

R + G + B =
136 + 139 + 142 = 417 (100%)
R 136 of 417 ~ 32.61%
G 139 of 417 ~ 33.33%
B 142 of 417 ~ 34.05%

%32.61
%33.33
%34.05

CMYK color model

#888B8E color CMYK value is (4,2,0,44).

  • cyan value is 4.23%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(4,2,0,44)
C4M2Y0K44 
(4%,2%,0%,44%)
(0.04/0.02/0.00/0.44)	

CMYK percentages

%4.23
%2.11
%0
%44.31

Codes

Color #888B8E in popluar color models

888B8E
RGB136139142
HSL210°2.59%54.51%
HSB/HSV210°4.23%55.69%
CMYK4.23%2.11%0.00%
44.31%

Color #888B8E in popluar number systems.

HEX888B8E
Decimal136139142
Binary100010001000101110001110
Octal210213216

Shades and tints

Shades of #888B8E

#888B8E
(136,139,142)
#7C7F82
(124,127,130)
#707376
(112,115,118)
#64676A
(100,103,106)
#585B5E
(88,91,94)
#4C4F52
(76,79,82)
#404346
(64,67,70)
#34373A
(52,55,58)
#282B2E
(40,43,46)
#1C1F22
(28,31,34)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #888B8E

#888B8E
(136,139,142)
#929598
(146,149,152)
#9C9FA2
(156,159,162)
#A6A9AC
(166,169,172)
#B0B3B6
(176,179,182)
#BABDC0
(186,189,192)
#C4C7CA
(196,199,202)
#CED1D4
(206,209,212)
#D8DBDE
(216,219,222)
#E2E5E8
(226,229,232)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888B8E; }

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

This text font color is #888B8E.


Background Color

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

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

This div background color is #888B8E.


Border color

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

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

This div border color is #888B8E.


Opacity

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

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

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

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

This text has shadow with #888B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888B8E on black background.


Color preview on white background

This text has color #888B8E on white background.



Black color preview on #888B8E background

This text has black color on #888B8E background.


White color preview on #888B8E background

This text has white color on #888B8E background.