COLOR #88686C

HEX: #88686C
RGB: (136,104,108)

Color info

#88686C contains red, green and blue colors in about the same proportion. Web safe color of #88686C is #996666 (or #966).

RGB color model

#88686C color RGB value is (136,104,108).

  • red value is 136;
  • green value is 104;
  • blue value is 108.
RGB:
(136,104,108)
(53%,41%,42%)

RGB channels and saturation

R 136 of 255 = 53%
G 104 of 255 = 41%
B 108 of 255 = 42%

136
104
108

R + G + B ~ 45%. #88686C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 104 + 108 = 348 (100%)
R 136 of 348 ~ 39.08%
G 104 of 348 ~ 29.89%
B 108 of 348 ~ 31.03%

%39.08
%29.89
%31.03

CMYK color model

#88686C color CMYK value is (0,24,21,47).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 20.59%
  • key color value is 46.67%
CMYK:
(0,24,21,47)
C0M24Y21K47 
(0%,24%,21%,47%)
(0.00/0.24/0.21/0.47)	

CMYK percentages

%0
%23.53
%20.59
%46.67

Codes

Color #88686C in popluar color models

88686C
RGB136104108
HSL353°13.33%47.06%
HSB/HSV353°23.53%53.33%
CMYK0.00%23.53%20.59%
46.67%

Color #88686C in popluar number systems.

HEX88686C
Decimal136104108
Binary1000100011010001101100
Octal210150154

Shades and tints

Shades of #88686C

#88686C
(136,104,108)
#7C5F63
(124,95,99)
#70565A
(112,86,90)
#644D51
(100,77,81)
#584448
(88,68,72)
#4C3B3F
(76,59,63)
#403236
(64,50,54)
#34292D
(52,41,45)
#282024
(40,32,36)
#1C171B
(28,23,27)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #88686C

#88686C
(136,104,108)
#927579
(146,117,121)
#9C8286
(156,130,134)
#A68F93
(166,143,147)
#B09CA0
(176,156,160)
#BAA9AD
(186,169,173)
#C4B6BA
(196,182,186)
#CEC3C7
(206,195,199)
#D8D0D4
(216,208,212)
#E2DDE1
(226,221,225)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88686C color. Also use rgb(136,104,108) instead hex code.

Text Font Color

.myTextColor { color: #88686C; }

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

This text font color is #88686C.


Background Color

.myBgColor { background-color: #88686C; }

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

This div background color is #88686C.


Border color

.myBorderColor { border: 1px solid #88686C; }

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

This div border color is #88686C.


Opacity

.myOpacity80 { color: #88686C; opacity: 0.8; }

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

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

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

This text has shadow with #88686C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88686C on black background.


Color preview on white background

This text has color #88686C on white background.



Black color preview on #88686C background

This text has black color on #88686C background.


White color preview on #88686C background

This text has white color on #88686C background.