COLOR #888690

HEX: #888690
RGB: (136,134,144)

Color info

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

RGB color model

#888690 color RGB value is (136,134,144).

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

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 144 of 255 = 56%

136
134
144

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

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 144 = 414 (100%)
R 136 of 414 ~ 32.85%
G 134 of 414 ~ 32.37%
B 144 of 414 ~ 34.78%

%32.85
%32.37
%34.78

CMYK color model

#888690 color CMYK value is (6,7,0,44).

  • cyan value is 5.56%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(6,7,0,44)
C6M7Y0K44 
(6%,7%,0%,44%)
(0.06/0.07/0.00/0.44)	

CMYK percentages

%5.56
%6.94
%0
%43.53

Codes

Color #888690 in popluar color models

888690
RGB136134144
HSL252°4.31%54.51%
HSB/HSV252°6.94%56.47%
CMYK5.56%6.94%0.00%
43.53%

Color #888690 in popluar number systems.

HEX888690
Decimal136134144
Binary100010001000011010010000
Octal210206220

Shades and tints

Shades of #888690

#888690
(136,134,144)
#7C7A83
(124,122,131)
#706E76
(112,110,118)
#646269
(100,98,105)
#58565C
(88,86,92)
#4C4A4F
(76,74,79)
#403E42
(64,62,66)
#343235
(52,50,53)
#282628
(40,38,40)
#1C1A1B
(28,26,27)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #888690

#888690
(136,134,144)
#92919A
(146,145,154)
#9C9CA4
(156,156,164)
#A6A7AE
(166,167,174)
#B0B2B8
(176,178,184)
#BABDC2
(186,189,194)
#C4C8CC
(196,200,204)
#CED3D6
(206,211,214)
#D8DEE0
(216,222,224)
#E2E9EA
(226,233,234)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888690; }

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

This text font color is #888690.


Background Color

.myBgColor { background-color: #888690; }

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

This div background color is #888690.


Border color

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

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

This div border color is #888690.


Opacity

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

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

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

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

This text has shadow with #888690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888690 on black background.


Color preview on white background

This text has color #888690 on white background.



Black color preview on #888690 background

This text has black color on #888690 background.


White color preview on #888690 background

This text has white color on #888690 background.