COLOR #88717E

HEX: #88717E
RGB: (136,113,126)

Color info

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

RGB color model

#88717E color RGB value is (136,113,126).

  • red value is 136;
  • green value is 113;
  • blue value is 126.
RGB:
(136,113,126)
(53%,44%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 113 of 255 = 44%
B 126 of 255 = 49%

136
113
126

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

Portions of RGB colors in percentages

R + G + B =
136 + 113 + 126 = 375 (100%)
R 136 of 375 ~ 36.27%
G 113 of 375 ~ 30.13%
B 126 of 375 ~ 33.6%

%36.27
%30.13
%33.6

CMYK color model

#88717E color CMYK value is (0,17,7,47).

  • cyan value is 0.00%
  • magenta value is 16.91%
  • yellow value is 7.35%
  • key color value is 46.67%
CMYK:
(0,17,7,47)
C0M17Y7K47 
(0%,17%,7%,47%)
(0.00/0.17/0.07/0.47)	

CMYK percentages

%0
%16.91
%7.35
%46.67

Codes

Color #88717E in popluar color models

88717E
RGB136113126
HSL326°9.24%48.82%
HSB/HSV326°16.91%53.33%
CMYK0.00%16.91%7.35%
46.67%

Color #88717E in popluar number systems.

HEX88717E
Decimal136113126
Binary1000100011100011111110
Octal210161176

Shades and tints

Shades of #88717E

#88717E
(136,113,126)
#7C6773
(124,103,115)
#705D68
(112,93,104)
#64535D
(100,83,93)
#584952
(88,73,82)
#4C3F47
(76,63,71)
#40353C
(64,53,60)
#342B31
(52,43,49)
#282126
(40,33,38)
#1C171B
(28,23,27)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #88717E

#88717E
(136,113,126)
#927D89
(146,125,137)
#9C8994
(156,137,148)
#A6959F
(166,149,159)
#B0A1AA
(176,161,170)
#BAADB5
(186,173,181)
#C4B9C0
(196,185,192)
#CEC5CB
(206,197,203)
#D8D1D6
(216,209,214)
#E2DDE1
(226,221,225)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88717E color. Also use rgb(136,113,126) instead hex code.

Text Font Color

.myTextColor { color: #88717E; }

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

This text font color is #88717E.


Background Color

.myBgColor { background-color: #88717E; }

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

This div background color is #88717E.


Border color

.myBorderColor { border: 1px solid #88717E; }

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

This div border color is #88717E.


Opacity

.myOpacity80 { color: #88717E; opacity: 0.8; }

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

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

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

This text has shadow with #88717E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88717E on black background.


Color preview on white background

This text has color #88717E on white background.



Black color preview on #88717E background

This text has black color on #88717E background.


White color preview on #88717E background

This text has white color on #88717E background.