COLOR #88678F

HEX: #88678F
RGB: (136,103,143)

Color info

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

RGB color model

#88678F color RGB value is (136,103,143).

  • red value is 136;
  • green value is 103;
  • blue value is 143.
RGB:
(136,103,143)
(53%,40%,56%)

RGB channels and saturation

R 136 of 255 = 53%
G 103 of 255 = 40%
B 143 of 255 = 56%

136
103
143

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

Portions of RGB colors in percentages

R + G + B =
136 + 103 + 143 = 382 (100%)
R 136 of 382 ~ 35.6%
G 103 of 382 ~ 26.96%
B 143 of 382 ~ 37.43%

%35.6
%26.96
%37.43

CMYK color model

#88678F color CMYK value is (5,28,0,44).

  • cyan value is 4.90%
  • magenta value is 27.97%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(5,28,0,44)
C5M28Y0K44 
(5%,28%,0%,44%)
(0.05/0.28/0.00/0.44)	

CMYK percentages

%4.9
%27.97
%0
%43.92

Codes

Color #88678F in popluar color models

88678F
RGB136103143
HSL290°16.26%48.24%
HSB/HSV290°27.97%56.08%
CMYK4.90%27.97%0.00%
43.92%

Color #88678F in popluar number systems.

HEX88678F
Decimal136103143
Binary10001000110011110001111
Octal210147217

Shades and tints

Shades of #88678F

#88678F
(136,103,143)
#7C5E82
(124,94,130)
#705575
(112,85,117)
#644C68
(100,76,104)
#58435B
(88,67,91)
#4C3A4E
(76,58,78)
#403141
(64,49,65)
#342834
(52,40,52)
#281F27
(40,31,39)
#1C161A
(28,22,26)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #88678F

#88678F
(136,103,143)
#927499
(146,116,153)
#9C81A3
(156,129,163)
#A68EAD
(166,142,173)
#B09BB7
(176,155,183)
#BAA8C1
(186,168,193)
#C4B5CB
(196,181,203)
#CEC2D5
(206,194,213)
#D8CFDF
(216,207,223)
#E2DCE9
(226,220,233)
#ECE9F3
(236,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88678F; }

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

This text font color is #88678F.


Background Color

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

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

This div background color is #88678F.


Border color

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

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

This div border color is #88678F.


Opacity

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

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

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

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

This text has shadow with #88678F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88678F on black background.


Color preview on white background

This text has color #88678F on white background.



Black color preview on #88678F background

This text has black color on #88678F background.


White color preview on #88678F background

This text has white color on #88678F background.