COLOR #88708D

HEX: #88708D
RGB: (136,112,141)

Color info

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

RGB color model

#88708D color RGB value is (136,112,141).

  • red value is 136;
  • green value is 112;
  • blue value is 141.
RGB:
(136,112,141)
(53%,44%,55%)

RGB channels and saturation

R 136 of 255 = 53%
G 112 of 255 = 44%
B 141 of 255 = 55%

136
112
141

R + G + B ~ 51%. #88708D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 112 + 141 = 389 (100%)
R 136 of 389 ~ 34.96%
G 112 of 389 ~ 28.79%
B 141 of 389 ~ 36.25%

%34.96
%28.79
%36.25

CMYK color model

#88708D color CMYK value is (4,21,0,45).

  • cyan value is 3.55%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,21,0,45)
C4M21Y0K45 
(4%,21%,0%,45%)
(0.04/0.21/0.00/0.45)	

CMYK percentages

%3.55
%20.57
%0
%44.71

Codes

Color #88708D in popluar color models

88708D
RGB136112141
HSL290°11.46%49.61%
HSB/HSV290°20.57%55.29%
CMYK3.55%20.57%0.00%
44.71%

Color #88708D in popluar number systems.

HEX88708D
Decimal136112141
Binary10001000111000010001101
Octal210160215

Shades and tints

Shades of #88708D

#88708D
(136,112,141)
#7C6681
(124,102,129)
#705C75
(112,92,117)
#645269
(100,82,105)
#58485D
(88,72,93)
#4C3E51
(76,62,81)
#403445
(64,52,69)
#342A39
(52,42,57)
#28202D
(40,32,45)
#1C1621
(28,22,33)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #88708D

#88708D
(136,112,141)
#927D97
(146,125,151)
#9C8AA1
(156,138,161)
#A697AB
(166,151,171)
#B0A4B5
(176,164,181)
#BAB1BF
(186,177,191)
#C4BEC9
(196,190,201)
#CECBD3
(206,203,211)
#D8D8DD
(216,216,221)
#E2E5E7
(226,229,231)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88708D color. Also use rgb(136,112,141) instead hex code.

Text Font Color

.myTextColor { color: #88708D; }

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

This text font color is #88708D.


Background Color

.myBgColor { background-color: #88708D; }

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

This div background color is #88708D.


Border color

.myBorderColor { border: 1px solid #88708D; }

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

This div border color is #88708D.


Opacity

.myOpacity80 { color: #88708D; opacity: 0.8; }

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

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

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

This text has shadow with #88708D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88708D on black background.


Color preview on white background

This text has color #88708D on white background.



Black color preview on #88708D background

This text has black color on #88708D background.


White color preview on #88708D background

This text has white color on #88708D background.