COLOR #88648C

HEX: #88648C
RGB: (136,100,140)

Color info

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

RGB color model

#88648C color RGB value is (136,100,140).

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

RGB channels and saturation

R 136 of 255 = 53%
G 100 of 255 = 39%
B 140 of 255 = 55%

136
100
140

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

Portions of RGB colors in percentages

R + G + B =
136 + 100 + 140 = 376 (100%)
R 136 of 376 ~ 36.17%
G 100 of 376 ~ 26.6%
B 140 of 376 ~ 37.23%

%36.17
%26.6
%37.23

CMYK color model

#88648C color CMYK value is (3,29,0,45).

  • cyan value is 2.86%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(3,29,0,45)
C3M29Y0K45 
(3%,29%,0%,45%)
(0.03/0.29/0.00/0.45)	

CMYK percentages

%2.86
%28.57
%0
%45.1

Codes

Color #88648C in popluar color models

88648C
RGB136100140
HSL294°16.67%47.06%
HSB/HSV294°28.57%54.90%
CMYK2.86%28.57%0.00%
45.10%

Color #88648C in popluar number systems.

HEX88648C
Decimal136100140
Binary10001000110010010001100
Octal210144214

Shades and tints

Shades of #88648C

#88648C
(136,100,140)
#7C5B80
(124,91,128)
#705274
(112,82,116)
#644968
(100,73,104)
#58405C
(88,64,92)
#4C3750
(76,55,80)
#402E44
(64,46,68)
#342538
(52,37,56)
#281C2C
(40,28,44)
#1C1320
(28,19,32)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #88648C

#88648C
(136,100,140)
#927296
(146,114,150)
#9C80A0
(156,128,160)
#A68EAA
(166,142,170)
#B09CB4
(176,156,180)
#BAAABE
(186,170,190)
#C4B8C8
(196,184,200)
#CEC6D2
(206,198,210)
#D8D4DC
(216,212,220)
#E2E2E6
(226,226,230)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88648C; }

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

This text font color is #88648C.


Background Color

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

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

This div background color is #88648C.


Border color

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

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

This div border color is #88648C.


Opacity

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

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

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

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

This text has shadow with #88648C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88648C on black background.


Color preview on white background

This text has color #88648C on white background.



Black color preview on #88648C background

This text has black color on #88648C background.


White color preview on #88648C background

This text has white color on #88648C background.