COLOR #88679C

HEX: #88679C RGB: (136,103,156)

Color info

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

RGB color model

#88679C color RGB value is (136,103,156).

RGB: (136,103,156) (53%, 40%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 103 of 255 = 40%
B 156 of 255 = 61%

136
103
156

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

Portions of RGB colors in percentages

R + G + B = 136 + 103 + 156 = 395 (100%)
R 136 of 395 ~ 34.43%
G 103 of 395 ~ 26.08%
B 156 of 395 ~ 39.49'%

%34.43
%26.08
%39.49

CMYK color model

#88679C color CMYK value is (13,34,0,39).

  • cyan value is 12.82%
  • magenta value is 33.97%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (13,34,0,39)
C13M34Y0K39 (13%, 34%, 0%, 39%)
(0.13 / 0.34 / 0.00 / 0.39)

CMYK percentages

%12.82
%33.97
%0
%38.82

Codes

Color #88679C in popluar color models

88 67 9C
RGB 136 103 156
HSL 277° 21.12% 50.78%
HSB/HSV 277° 33.97% 61.18%
CMYK 12.82% 33.97% 0.00%
38.82%

Color #88679C in popluar number systems.

HEX 88 67 9C
Decimal 136 103 156
Binary 10001000 1100111 10011100
Octal 210 147 234

Shades and tints

Shades of #88679C

#88679C
(136,103,156)
#7C5E8E
(124,94,142)
#705580
(112,85,128)
#644C72
(100,76,114)
#584364
(88,67,100)
#4C3A56
(76,58,86)
#403148
(64,49,72)
#34283A
(52,40,58)
#281F2C
(40,31,44)
#1C161E
(28,22,30)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #88679C

#88679C
(136,103,156)
#9274A5
(146,116,165)
#9C81AE
(156,129,174)
#A68EB7
(166,142,183)
#B09BC0
(176,155,192)
#BAA8C9
(186,168,201)
#C4B5D2
(196,181,210)
#CEC2DB
(206,194,219)
#D8CFE4
(216,207,228)
#E2DCED
(226,220,237)
#ECE9F6
(236,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88679C color. Also use rgb(136,103,156) instead hex code.

Text Font Color

.myTextColor { color: #88679C; }

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

This text font color is #88679C.

Background Color

.myBgColor { background-color: #88679C; }

<div style="background-color:#88679C">Inner text</div>

This div background color is #88679C.

Border color

.myBorderColor { border: 1px solid #88679C; }

<div style="border:3px solid #88679C">Div</div>

This div border color is #88679C.

Opacity

.myOpacity80 { color: #88679C; opacity: 0.8; }

<p style="color:#88679C;opacity:0.8;">80%</p>

Text with #88679C 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 #88679C;}

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

This text has shadow with #88679C color.


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

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

This text has shadow with #88679C primary color and red secondary color.


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

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

This text has shadow with #88679C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88679C.

Preview

Color preview on black background

This text has color #88679C on black background.


Color preview on white background

This text has color #88679C on white background.


Black color preview on #88679C background

This text has black color on #88679C background.


White color preview on #88679C background

This text has white color on #88679C background.


Related colors

Complementary color

Complementary color for #hex is #779863.


I love getcolorcode.com

Triadic colors

1 #9C8867 and #679C88 with #88679C are triadic colors.

2 #9C6788 and #67889C with #88679C are triadic colors.