COLOR #888986

HEX: #888986
RGB: (136,137,134)

Color info

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

RGB color model

#888986 color RGB value is (136,137,134).

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

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 134 of 255 = 53%

136
137
134

R + G + B ~ 53%. #888986 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 137 + 134 = 407 (100%)
R 136 of 407 ~ 33.42%
G 137 of 407 ~ 33.66%
B 134 of 407 ~ 32.92%

%33.42
%33.66
%32.92

CMYK color model

#888986 color CMYK value is (1,0,2,46).

  • cyan value is 0.73%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK:
(1,0,2,46)
C1M0Y2K46 
(1%,0%,2%,46%)
(0.01/0.00/0.02/0.46)	

CMYK percentages

%0.73
%0
%2.19
%46.27

Codes

Color #888986 in popluar color models

888986
RGB136137134
HSL80°1.26%53.14%
HSB/HSV80°2.19%53.73%
CMYK0.73%0.00%2.19%
46.27%

Color #888986 in popluar number systems.

HEX888986
Decimal136137134
Binary100010001000100110000110
Octal210211206

Shades and tints

Shades of #888986

#888986
(136,137,134)
#7C7D7A
(124,125,122)
#70716E
(112,113,110)
#646562
(100,101,98)
#585956
(88,89,86)
#4C4D4A
(76,77,74)
#40413E
(64,65,62)
#343532
(52,53,50)
#282926
(40,41,38)
#1C1D1A
(28,29,26)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #888986

#888986
(136,137,134)
#929391
(146,147,145)
#9C9D9C
(156,157,156)
#A6A7A7
(166,167,167)
#B0B1B2
(176,177,178)
#BABBBD
(186,187,189)
#C4C5C8
(196,197,200)
#CECFD3
(206,207,211)
#D8D9DE
(216,217,222)
#E2E3E9
(226,227,233)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888986; }

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

This text font color is #888986.


Background Color

.myBgColor { background-color: #888986; }

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

This div background color is #888986.


Border color

.myBorderColor { border: 1px solid #888986; }

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

This div border color is #888986.


Opacity

.myOpacity80 { color: #888986; opacity: 0.8; }

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

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

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

This text has shadow with #888986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888986 on black background.


Color preview on white background

This text has color #888986 on white background.



Black color preview on #888986 background

This text has black color on #888986 background.


White color preview on #888986 background

This text has white color on #888986 background.