COLOR #88729E

HEX: #88729E
RGB: (136,114,158)

Color info

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

RGB color model

#88729E color RGB value is (136,114,158).

  • red value is 136;
  • green value is 114;
  • blue value is 158.
RGB:
(136,114,158)
(53%,45%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 114 of 255 = 45%
B 158 of 255 = 62%

136
114
158

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

Portions of RGB colors in percentages

R + G + B =
136 + 114 + 158 = 408 (100%)
R 136 of 408 ~ 33.33%
G 114 of 408 ~ 27.94%
B 158 of 408 ~ 38.73%

%33.33
%27.94
%38.73

CMYK color model

#88729E color CMYK value is (14,28,0,38).

  • cyan value is 13.92%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(14,28,0,38)
C14M28Y0K38 
(14%,28%,0%,38%)
(0.14/0.28/0.00/0.38)	

CMYK percentages

%13.92
%27.85
%0
%38.04

Codes

Color #88729E in popluar color models

88729E
RGB136114158
HSL270°18.49%53.33%
HSB/HSV270°27.85%61.96%
CMYK13.92%27.85%0.00%
38.04%

Color #88729E in popluar number systems.

HEX88729E
Decimal136114158
Binary10001000111001010011110
Octal210162236

Shades and tints

Shades of #88729E

#88729E
(136,114,158)
#7C6890
(124,104,144)
#705E82
(112,94,130)
#645474
(100,84,116)
#584A66
(88,74,102)
#4C4058
(76,64,88)
#40364A
(64,54,74)
#342C3C
(52,44,60)
#28222E
(40,34,46)
#1C1820
(28,24,32)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #88729E

#88729E
(136,114,158)
#927EA6
(146,126,166)
#9C8AAE
(156,138,174)
#A696B6
(166,150,182)
#B0A2BE
(176,162,190)
#BAAEC6
(186,174,198)
#C4BACE
(196,186,206)
#CEC6D6
(206,198,214)
#D8D2DE
(216,210,222)
#E2DEE6
(226,222,230)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88729E color. Also use rgb(136,114,158) instead hex code.

Text Font Color

.myTextColor { color: #88729E; }

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

This text font color is #88729E.


Background Color

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

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

This div background color is #88729E.


Border color

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

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

This div border color is #88729E.


Opacity

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

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

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

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

This text has shadow with #88729E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88729E on black background.


Color preview on white background

This text has color #88729E on white background.



Black color preview on #88729E background

This text has black color on #88729E background.


White color preview on #88729E background

This text has white color on #88729E background.