COLOR #88688A

HEX: #88688A
RGB: (136,104,138)

Color info

#88688A contains red, green and blue colors in about the same proportion. Web safe color of #88688A is #996699 (or #969).

RGB color model

#88688A color RGB value is (136,104,138).

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

RGB channels and saturation

R 136 of 255 = 53%
G 104 of 255 = 41%
B 138 of 255 = 54%

136
104
138

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

Portions of RGB colors in percentages

R + G + B =
136 + 104 + 138 = 378 (100%)
R 136 of 378 ~ 35.98%
G 104 of 378 ~ 27.51%
B 138 of 378 ~ 36.51%

%35.98
%27.51
%36.51

CMYK color model

#88688A color CMYK value is (1,25,0,46).

  • cyan value is 1.45%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(1,25,0,46)
C1M25Y0K46 
(1%,25%,0%,46%)
(0.01/0.25/0.00/0.46)	

CMYK percentages

%1.45
%24.64
%0
%45.88

Codes

Color #88688A in popluar color models

88688A
RGB136104138
HSL296°14.05%47.45%
HSB/HSV296°24.64%54.12%
CMYK1.45%24.64%0.00%
45.88%

Color #88688A in popluar number systems.

HEX88688A
Decimal136104138
Binary10001000110100010001010
Octal210150212

Shades and tints

Shades of #88688A

#88688A
(136,104,138)
#7C5F7E
(124,95,126)
#705672
(112,86,114)
#644D66
(100,77,102)
#58445A
(88,68,90)
#4C3B4E
(76,59,78)
#403242
(64,50,66)
#342936
(52,41,54)
#28202A
(40,32,42)
#1C171E
(28,23,30)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #88688A

#88688A
(136,104,138)
#927594
(146,117,148)
#9C829E
(156,130,158)
#A68FA8
(166,143,168)
#B09CB2
(176,156,178)
#BAA9BC
(186,169,188)
#C4B6C6
(196,182,198)
#CEC3D0
(206,195,208)
#D8D0DA
(216,208,218)
#E2DDE4
(226,221,228)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88688A; }

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

This text font color is #88688A.


Background Color

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

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

This div background color is #88688A.


Border color

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

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

This div border color is #88688A.


Opacity

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

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

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

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

This text has shadow with #88688A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88688A on black background.


Color preview on white background

This text has color #88688A on white background.



Black color preview on #88688A background

This text has black color on #88688A background.


White color preview on #88688A background

This text has white color on #88688A background.