COLOR #888A86

HEX: #888A86
RGB: (136,138,134)

Color info

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

RGB color model

#888A86 color RGB value is (136,138,134).

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

RGB channels and saturation

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

136
138
134

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

Portions of RGB colors in percentages

R + G + B =
136 + 138 + 134 = 408 (100%)
R 136 of 408 ~ 33.33%
G 138 of 408 ~ 33.82%
B 134 of 408 ~ 32.84%

%33.33
%33.82
%32.84

CMYK color model

#888A86 color CMYK value is (1,0,3,46).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 45.88%
CMYK:
(1,0,3,46)
C1M0Y3K46 
(1%,0%,3%,46%)
(0.01/0.00/0.03/0.46)	

CMYK percentages

%1.45
%0
%2.9
%45.88

Codes

Color #888A86 in popluar color models

888A86
RGB136138134
HSL90°1.68%53.33%
HSB/HSV90°2.90%54.12%
CMYK1.45%0.00%2.90%
45.88%

Color #888A86 in popluar number systems.

HEX888A86
Decimal136138134
Binary100010001000101010000110
Octal210212206

Shades and tints

Shades of #888A86

#888A86
(136,138,134)
#7C7E7A
(124,126,122)
#70726E
(112,114,110)
#646662
(100,102,98)
#585A56
(88,90,86)
#4C4E4A
(76,78,74)
#40423E
(64,66,62)
#343632
(52,54,50)
#282A26
(40,42,38)
#1C1E1A
(28,30,26)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #888A86

#888A86
(136,138,134)
#929491
(146,148,145)
#9C9E9C
(156,158,156)
#A6A8A7
(166,168,167)
#B0B2B2
(176,178,178)
#BABCBD
(186,188,189)
#C4C6C8
(196,198,200)
#CED0D3
(206,208,211)
#D8DADE
(216,218,222)
#E2E4E9
(226,228,233)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888A86; }

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

This text font color is #888A86.


Background Color

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

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

This div background color is #888A86.


Border color

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

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

This div border color is #888A86.


Opacity

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

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

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

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

This text has shadow with #888A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888A86 on black background.


Color preview on white background

This text has color #888A86 on white background.



Black color preview on #888A86 background

This text has black color on #888A86 background.


White color preview on #888A86 background

This text has white color on #888A86 background.