COLOR #88658C

HEX: #88658C
RGB: (136,101,140)

Color info

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

RGB color model

#88658C color RGB value is (136,101,140).

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

RGB channels and saturation

R 136 of 255 = 53%
G 101 of 255 = 40%
B 140 of 255 = 55%

136
101
140

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

Portions of RGB colors in percentages

R + G + B =
136 + 101 + 140 = 377 (100%)
R 136 of 377 ~ 36.07%
G 101 of 377 ~ 26.79%
B 140 of 377 ~ 37.14%

%36.07
%26.79
%37.14

CMYK color model

#88658C color CMYK value is (3,28,0,45).

  • cyan value is 2.86%
  • magenta value is 27.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(3,28,0,45)
C3M28Y0K45 
(3%,28%,0%,45%)
(0.03/0.28/0.00/0.45)	

CMYK percentages

%2.86
%27.86
%0
%45.1

Codes

Color #88658C in popluar color models

88658C
RGB136101140
HSL294°16.18%47.25%
HSB/HSV294°27.86%54.90%
CMYK2.86%27.86%0.00%
45.10%

Color #88658C in popluar number systems.

HEX88658C
Decimal136101140
Binary10001000110010110001100
Octal210145214

Shades and tints

Shades of #88658C

#88658C
(136,101,140)
#7C5C80
(124,92,128)
#705374
(112,83,116)
#644A68
(100,74,104)
#58415C
(88,65,92)
#4C3850
(76,56,80)
#402F44
(64,47,68)
#342638
(52,38,56)
#281D2C
(40,29,44)
#1C1420
(28,20,32)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #88658C

#88658C
(136,101,140)
#927396
(146,115,150)
#9C81A0
(156,129,160)
#A68FAA
(166,143,170)
#B09DB4
(176,157,180)
#BAABBE
(186,171,190)
#C4B9C8
(196,185,200)
#CEC7D2
(206,199,210)
#D8D5DC
(216,213,220)
#E2E3E6
(226,227,230)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88658C color. Also use rgb(136,101,140) instead hex code.

Text Font Color

.myTextColor { color: #88658C; }

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

This text font color is #88658C.


Background Color

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

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

This div background color is #88658C.


Border color

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

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

This div border color is #88658C.


Opacity

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

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

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

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

This text has shadow with #88658C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88658C on black background.


Color preview on white background

This text has color #88658C on white background.



Black color preview on #88658C background

This text has black color on #88658C background.


White color preview on #88658C background

This text has white color on #88658C background.