COLOR #88678D

HEX: #88678D
RGB: (136,103,141)

Color info

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

RGB color model

#88678D color RGB value is (136,103,141).

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

RGB channels and saturation

R 136 of 255 = 53%
G 103 of 255 = 40%
B 141 of 255 = 55%

136
103
141

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

Portions of RGB colors in percentages

R + G + B =
136 + 103 + 141 = 380 (100%)
R 136 of 380 ~ 35.79%
G 103 of 380 ~ 27.11%
B 141 of 380 ~ 37.11%

%35.79
%27.11
%37.11

CMYK color model

#88678D color CMYK value is (4,27,0,45).

  • cyan value is 3.55%
  • magenta value is 26.95%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,27,0,45)
C4M27Y0K45 
(4%,27%,0%,45%)
(0.04/0.27/0.00/0.45)	

CMYK percentages

%3.55
%26.95
%0
%44.71

Codes

Color #88678D in popluar color models

88678D
RGB136103141
HSL292°15.57%47.84%
HSB/HSV292°26.95%55.29%
CMYK3.55%26.95%0.00%
44.71%

Color #88678D in popluar number systems.

HEX88678D
Decimal136103141
Binary10001000110011110001101
Octal210147215

Shades and tints

Shades of #88678D

#88678D
(136,103,141)
#7C5E81
(124,94,129)
#705575
(112,85,117)
#644C69
(100,76,105)
#58435D
(88,67,93)
#4C3A51
(76,58,81)
#403145
(64,49,69)
#342839
(52,40,57)
#281F2D
(40,31,45)
#1C1621
(28,22,33)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #88678D

#88678D
(136,103,141)
#927497
(146,116,151)
#9C81A1
(156,129,161)
#A68EAB
(166,142,171)
#B09BB5
(176,155,181)
#BAA8BF
(186,168,191)
#C4B5C9
(196,181,201)
#CEC2D3
(206,194,211)
#D8CFDD
(216,207,221)
#E2DCE7
(226,220,231)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88678D; }

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

This text font color is #88678D.


Background Color

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

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

This div background color is #88678D.


Border color

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

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

This div border color is #88678D.


Opacity

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

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

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

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

This text has shadow with #88678D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88678D on black background.


Color preview on white background

This text has color #88678D on white background.



Black color preview on #88678D background

This text has black color on #88678D background.


White color preview on #88678D background

This text has white color on #88678D background.