COLOR #888D86

HEX: #888D86
RGB: (136,141,134)

Color info

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

RGB color model

#888D86 color RGB value is (136,141,134).

  • red value is 136;
  • green value is 141;
  • blue value is 134.
RGB:
(136,141,134)
(53%,55%,53%)

RGB channels and saturation

R 136 of 255 = 53%
G 141 of 255 = 55%
B 134 of 255 = 53%

136
141
134

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

Portions of RGB colors in percentages

R + G + B =
136 + 141 + 134 = 411 (100%)
R 136 of 411 ~ 33.09%
G 141 of 411 ~ 34.31%
B 134 of 411 ~ 32.6%

%33.09
%34.31
%32.6

CMYK color model

#888D86 color CMYK value is (4,0,5,45).

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 4.96%
  • key color value is 44.71%
CMYK:
(4,0,5,45)
C4M0Y5K45 
(4%,0%,5%,45%)
(0.04/0.00/0.05/0.45)	

CMYK percentages

%3.55
%0
%4.96
%44.71

Codes

Color #888D86 in popluar color models

888D86
RGB136141134
HSL103°2.98%53.92%
HSB/HSV103°4.96%55.29%
CMYK3.55%0.00%4.96%
44.71%

Color #888D86 in popluar number systems.

HEX888D86
Decimal136141134
Binary100010001000110110000110
Octal210215206

Shades and tints

Shades of #888D86

#888D86
(136,141,134)
#7C817A
(124,129,122)
#70756E
(112,117,110)
#646962
(100,105,98)
#585D56
(88,93,86)
#4C514A
(76,81,74)
#40453E
(64,69,62)
#343932
(52,57,50)
#282D26
(40,45,38)
#1C211A
(28,33,26)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #888D86

#888D86
(136,141,134)
#929791
(146,151,145)
#9CA19C
(156,161,156)
#A6ABA7
(166,171,167)
#B0B5B2
(176,181,178)
#BABFBD
(186,191,189)
#C4C9C8
(196,201,200)
#CED3D3
(206,211,211)
#D8DDDE
(216,221,222)
#E2E7E9
(226,231,233)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888D86; }

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

This text font color is #888D86.


Background Color

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

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

This div background color is #888D86.


Border color

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

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

This div border color is #888D86.


Opacity

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

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

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

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

This text has shadow with #888D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888D86 on black background.


Color preview on white background

This text has color #888D86 on white background.



Black color preview on #888D86 background

This text has black color on #888D86 background.


White color preview on #888D86 background

This text has white color on #888D86 background.