COLOR #888688

HEX: #888688
RGB: (136,134,136)

Color info

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

RGB color model

#888688 color RGB value is (136,134,136).

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

RGB channels and saturation

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

136
134
136

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

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 136 = 406 (100%)
R 136 of 406 ~ 33.5%
G 134 of 406 ~ 33%
B 136 of 406 ~ 33.5%

%33.5
%33
%33.5

CMYK color model

#888688 color CMYK value is (0,1,0,47).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(0,1,0,47)
C0M1Y0K47 
(0%,1%,0%,47%)
(0.00/0.01/0.00/0.47)	

CMYK percentages

%0
%1.47
%0
%46.67

Codes

Color #888688 in popluar color models

888688
RGB136134136
HSL300°0.83%52.94%
HSB/HSV300°1.47%53.33%
CMYK0.00%1.47%0.00%
46.67%

Color #888688 in popluar number systems.

HEX888688
Decimal136134136
Binary100010001000011010001000
Octal210206210

Shades and tints

Shades of #888688

#888688
(136,134,136)
#7C7A7C
(124,122,124)
#706E70
(112,110,112)
#646264
(100,98,100)
#585658
(88,86,88)
#4C4A4C
(76,74,76)
#403E40
(64,62,64)
#343234
(52,50,52)
#282628
(40,38,40)
#1C1A1C
(28,26,28)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #888688

#888688
(136,134,136)
#929192
(146,145,146)
#9C9C9C
(156,156,156)
#A6A7A6
(166,167,166)
#B0B2B0
(176,178,176)
#BABDBA
(186,189,186)
#C4C8C4
(196,200,196)
#CED3CE
(206,211,206)
#D8DED8
(216,222,216)
#E2E9E2
(226,233,226)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888688; }

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

This text font color is #888688.


Background Color

.myBgColor { background-color: #888688; }

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

This div background color is #888688.


Border color

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

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

This div border color is #888688.


Opacity

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

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

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

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

This text has shadow with #888688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888688 on black background.


Color preview on white background

This text has color #888688 on white background.



Black color preview on #888688 background

This text has black color on #888688 background.


White color preview on #888688 background

This text has white color on #888688 background.