COLOR #88718F

HEX: #88718F RGB: (136,113,143)

Color info

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

RGB color model

#88718F color RGB value is (136,113,143).

RGB: (136,113,143) (53%, 44%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 113 of 255 = 44%
B 143 of 255 = 56%

136
113
143

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

Portions of RGB colors in percentages

R + G + B = 136 + 113 + 143 = 392 (100%)
R 136 of 392 ~ 34.69%
G 113 of 392 ~ 28.83%
B 143 of 392 ~ 36.48'%

%34.69
%28.83
%36.48

CMYK color model

#88718F color CMYK value is (5,21,0,44).

  • cyan value is 4.90%
  • magenta value is 20.98%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (5,21,0,44)
C5M21Y0K44 (5%, 21%, 0%, 44%)
(0.05 / 0.21 / 0.00 / 0.44)

CMYK percentages

%4.9
%20.98
%0
%43.92

Codes

Color #88718F in popluar color models

88 71 8F
RGB 136 113 143
HSL 286° 11.81% 50.20%
HSB/HSV 286° 20.98% 56.08%
CMYK 4.90% 20.98% 0.00%
43.92%

Color #88718F in popluar number systems.

HEX 88 71 8F
Decimal 136 113 143
Binary 10001000 1110001 10001111
Octal 210 161 217

Shades and tints

Shades of #88718F

#88718F
(136,113,143)
#7C6782
(124,103,130)
#705D75
(112,93,117)
#645368
(100,83,104)
#58495B
(88,73,91)
#4C3F4E
(76,63,78)
#403541
(64,53,65)
#342B34
(52,43,52)
#282127
(40,33,39)
#1C171A
(28,23,26)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #88718F

#88718F
(136,113,143)
#927D99
(146,125,153)
#9C89A3
(156,137,163)
#A695AD
(166,149,173)
#B0A1B7
(176,161,183)
#BAADC1
(186,173,193)
#C4B9CB
(196,185,203)
#CEC5D5
(206,197,213)
#D8D1DF
(216,209,223)
#E2DDE9
(226,221,233)
#ECE9F3
(236,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88718F color. Also use rgb(136,113,143) instead hex code.

Text Font Color

.myTextColor { color: #88718F; }

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

This text font color is #88718F.

Background Color

.myBgColor { background-color: #88718F; }

<div style="background-color:#88718F">Inner text</div>

This div background color is #88718F.

Border color

.myBorderColor { border: 1px solid #88718F; }

<div style="border:3px solid #88718F">Div</div>

This div border color is #88718F.

Opacity

.myOpacity80 { color: #88718F; opacity: 0.8; }

<p style="color:#88718F;opacity:0.8;">80%</p>

Text with #88718F 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 #88718F;}

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

This text has shadow with #88718F color.


.textShadow {text-shadow: 3px 3px 1px #88718F', 3px 3px 1px red;}

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

This text has shadow with #88718F primary color and red secondary color.


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

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

This text has shadow with #88718F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88718F; -webkit-box-shadow: 1px 1px 3px 2px #88718F; box-shadow:1px 1px 3px 2px #88718F;">
Div content here
</div>

This div box has shadow with color #88718F.

Preview

Color preview on black background

This text has color #88718F on black background.


Color preview on white background

This text has color #88718F on white background.


Black color preview on #88718F background

This text has black color on #88718F background.


White color preview on #88718F background

This text has white color on #88718F background.


Related colors

Complementary color

Complementary color for #hex is #778E70.


I love getcolorcode.com

Triadic colors

1 #8F8871 and #718F88 with #88718F are triadic colors.

2 #8F7188 and #71888F with #88718F are triadic colors.