COLOR #88686A

HEX: #88686A
RGB: (136,104,106)

Color info

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

RGB color model

#88686A color RGB value is (136,104,106).

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

RGB channels and saturation

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

136
104
106

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

Portions of RGB colors in percentages

R + G + B =
136 + 104 + 106 = 346 (100%)
R 136 of 346 ~ 39.31%
G 104 of 346 ~ 30.06%
B 106 of 346 ~ 30.64%

%39.31
%30.06
%30.64

CMYK color model

#88686A color CMYK value is (0,24,22,47).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 22.06%
  • key color value is 46.67%
CMYK:
(0,24,22,47)
C0M24Y22K47 
(0%,24%,22%,47%)
(0.00/0.24/0.22/0.47)	

CMYK percentages

%0
%23.53
%22.06
%46.67

Codes

Color #88686A in popluar color models

88686A
RGB136104106
HSL356°13.33%47.06%
HSB/HSV356°23.53%53.33%
CMYK0.00%23.53%22.06%
46.67%

Color #88686A in popluar number systems.

HEX88686A
Decimal136104106
Binary1000100011010001101010
Octal210150152

Shades and tints

Shades of #88686A

#88686A
(136,104,106)
#7C5F61
(124,95,97)
#705658
(112,86,88)
#644D4F
(100,77,79)
#584446
(88,68,70)
#4C3B3D
(76,59,61)
#403234
(64,50,52)
#34292B
(52,41,43)
#282022
(40,32,34)
#1C1719
(28,23,25)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #88686A

#88686A
(136,104,106)
#927577
(146,117,119)
#9C8284
(156,130,132)
#A68F91
(166,143,145)
#B09C9E
(176,156,158)
#BAA9AB
(186,169,171)
#C4B6B8
(196,182,184)
#CEC3C5
(206,195,197)
#D8D0D2
(216,208,210)
#E2DDDF
(226,221,223)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88686A; }

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

This text font color is #88686A.


Background Color

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

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

This div background color is #88686A.


Border color

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

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

This div border color is #88686A.


Opacity

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

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

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

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

This text has shadow with #88686A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88686A on black background.


Color preview on white background

This text has color #88686A on white background.



Black color preview on #88686A background

This text has black color on #88686A background.


White color preview on #88686A background

This text has white color on #88686A background.