COLOR #88607E

HEX: #88607E RGB: (136,96,126)

Color info

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

RGB color model

#88607E color RGB value is (136,96,126).

RGB: (136,96,126) (53%, 38%, 49%)

RGB channels and saturation

R 136 of 255 = 53%
G 96 of 255 = 38%
B 126 of 255 = 49%

136
96
126

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

Portions of RGB colors in percentages

R + G + B = 136 + 96 + 126 = 358 (100%)
R 136 of 358 ~ 37.99%
G 96 of 358 ~ 26.82%
B 126 of 358 ~ 35.2'%

%37.99
%26.82
%35.2

CMYK color model

#88607E color CMYK value is (0,29,7,47).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 7.35%
  • key color value is 46.67%

CMYK: (0,29,7,47)
C0M29Y7K47 (0%, 29%, 7%, 47%)
(0.00 / 0.29 / 0.07 / 0.47)

CMYK percentages

%0
%29.41
%7.35
%46.67

Codes

Color #88607E in popluar color models

88 60 7E
RGB 136 96 126
HSL 315° 17.24% 45.49%
HSB/HSV 315° 29.41% 53.33%
CMYK 0.00% 29.41% 7.35%
46.67%

Color #88607E in popluar number systems.

HEX 88 60 7E
Decimal 136 96 126
Binary 10001000 1100000 1111110
Octal 210 140 176

Shades and tints

Shades of #88607E

#88607E
(136,96,126)
#7C5873
(124,88,115)
#705068
(112,80,104)
#64485D
(100,72,93)
#584052
(88,64,82)
#4C3847
(76,56,71)
#40303C
(64,48,60)
#342831
(52,40,49)
#282026
(40,32,38)
#1C181B
(28,24,27)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #88607E

#88607E
(136,96,126)
#926E89
(146,110,137)
#9C7C94
(156,124,148)
#A68A9F
(166,138,159)
#B098AA
(176,152,170)
#BAA6B5
(186,166,181)
#C4B4C0
(196,180,192)
#CEC2CB
(206,194,203)
#D8D0D6
(216,208,214)
#E2DEE1
(226,222,225)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88607E; }

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

This text font color is #88607E.

Background Color

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

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

This div background color is #88607E.

Border color

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

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

This div border color is #88607E.

Opacity

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

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

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

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

This text has shadow with #88607E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88607E.

Preview

Color preview on black background

This text has color #88607E on black background.


Color preview on white background

This text has color #88607E on white background.


Black color preview on #88607E background

This text has black color on #88607E background.


White color preview on #88607E background

This text has white color on #88607E background.


Related colors

Complementary color

Complementary color for #hex is #779F81.


I love getcolorcode.com

Triadic colors

1 #7E8860 and #607E88 with #88607E are triadic colors.

2 #7E6088 and #60887E with #88607E are triadic colors.