COLOR #88668D

HEX: #88668D
RGB: (136,102,141)

Color info

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

RGB color model

#88668D color RGB value is (136,102,141).

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

RGB channels and saturation

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

136
102
141

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

Portions of RGB colors in percentages

R + G + B =
136 + 102 + 141 = 379 (100%)
R 136 of 379 ~ 35.88%
G 102 of 379 ~ 26.91%
B 141 of 379 ~ 37.2%

%35.88
%26.91
%37.2

CMYK color model

#88668D color CMYK value is (4,28,0,45).

  • cyan value is 3.55%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,28,0,45)
C4M28Y0K45 
(4%,28%,0%,45%)
(0.04/0.28/0.00/0.45)	

CMYK percentages

%3.55
%27.66
%0
%44.71

Codes

Color #88668D in popluar color models

88668D
RGB136102141
HSL292°16.05%47.65%
HSB/HSV292°27.66%55.29%
CMYK3.55%27.66%0.00%
44.71%

Color #88668D in popluar number systems.

HEX88668D
Decimal136102141
Binary10001000110011010001101
Octal210146215

Shades and tints

Shades of #88668D

#88668D
(136,102,141)
#7C5D81
(124,93,129)
#705475
(112,84,117)
#644B69
(100,75,105)
#58425D
(88,66,93)
#4C3951
(76,57,81)
#403045
(64,48,69)
#342739
(52,39,57)
#281E2D
(40,30,45)
#1C1521
(28,21,33)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #88668D

#88668D
(136,102,141)
#927397
(146,115,151)
#9C80A1
(156,128,161)
#A68DAB
(166,141,171)
#B09AB5
(176,154,181)
#BAA7BF
(186,167,191)
#C4B4C9
(196,180,201)
#CEC1D3
(206,193,211)
#D8CEDD
(216,206,221)
#E2DBE7
(226,219,231)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88668D; }

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

This text font color is #88668D.


Background Color

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

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

This div background color is #88668D.


Border color

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

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

This div border color is #88668D.


Opacity

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

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

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

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

This text has shadow with #88668D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88668D on black background.


Color preview on white background

This text has color #88668D on white background.



Black color preview on #88668D background

This text has black color on #88668D background.


White color preview on #88668D background

This text has white color on #88668D background.