COLOR #88648B

HEX: #88648B
RGB: (136,100,139)

Color info

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

RGB color model

#88648B color RGB value is (136,100,139).

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

RGB channels and saturation

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

136
100
139

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

Portions of RGB colors in percentages

R + G + B =
136 + 100 + 139 = 375 (100%)
R 136 of 375 ~ 36.27%
G 100 of 375 ~ 26.67%
B 139 of 375 ~ 37.07%

%36.27
%26.67
%37.07

CMYK color model

#88648B color CMYK value is (2,28,0,45).

  • cyan value is 2.16%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(2,28,0,45)
C2M28Y0K45 
(2%,28%,0%,45%)
(0.02/0.28/0.00/0.45)	

CMYK percentages

%2.16
%28.06
%0
%45.49

Codes

Color #88648B in popluar color models

88648B
RGB136100139
HSL295°16.32%46.86%
HSB/HSV295°28.06%54.51%
CMYK2.16%28.06%0.00%
45.49%

Color #88648B in popluar number systems.

HEX88648B
Decimal136100139
Binary10001000110010010001011
Octal210144213

Shades and tints

Shades of #88648B

#88648B
(136,100,139)
#7C5B7F
(124,91,127)
#705273
(112,82,115)
#644967
(100,73,103)
#58405B
(88,64,91)
#4C374F
(76,55,79)
#402E43
(64,46,67)
#342537
(52,37,55)
#281C2B
(40,28,43)
#1C131F
(28,19,31)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #88648B

#88648B
(136,100,139)
#927295
(146,114,149)
#9C809F
(156,128,159)
#A68EA9
(166,142,169)
#B09CB3
(176,156,179)
#BAAABD
(186,170,189)
#C4B8C7
(196,184,199)
#CEC6D1
(206,198,209)
#D8D4DB
(216,212,219)
#E2E2E5
(226,226,229)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88648B; }

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

This text font color is #88648B.


Background Color

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

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

This div background color is #88648B.


Border color

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

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

This div border color is #88648B.


Opacity

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

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

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

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

This text has shadow with #88648B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88648B on black background.


Color preview on white background

This text has color #88648B on white background.



Black color preview on #88648B background

This text has black color on #88648B background.


White color preview on #88648B background

This text has white color on #88648B background.