COLOR #88638C

HEX: #88638C
RGB: (136,99,140)

Color info

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

RGB color model

#88638C color RGB value is (136,99,140).

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

RGB channels and saturation

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

136
99
140

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

Portions of RGB colors in percentages

R + G + B =
136 + 99 + 140 = 375 (100%)
R 136 of 375 ~ 36.27%
G 99 of 375 ~ 26.4%
B 140 of 375 ~ 37.33%

%36.27
%26.4
%37.33

CMYK color model

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

  • cyan value is 2.86%
  • magenta value is 29.29%
  • 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
%29.29
%0
%45.1

Codes

Color #88638C in popluar color models

88638C
RGB13699140
HSL294°17.15%46.86%
HSB/HSV294°29.29%54.90%
CMYK2.86%29.29%0.00%
45.10%

Color #88638C in popluar number systems.

HEX88638C
Decimal13699140
Binary10001000110001110001100
Octal210143214

Shades and tints

Shades of #88638C

#88638C
(136,99,140)
#7C5A80
(124,90,128)
#705174
(112,81,116)
#644868
(100,72,104)
#583F5C
(88,63,92)
#4C3650
(76,54,80)
#402D44
(64,45,68)
#342438
(52,36,56)
#281B2C
(40,27,44)
#1C1220
(28,18,32)
#100914
(16,9,20)
#000000
(0,0,0)

Tints of #88638C

#88638C
(136,99,140)
#927196
(146,113,150)
#9C7FA0
(156,127,160)
#A68DAA
(166,141,170)
#B09BB4
(176,155,180)
#BAA9BE
(186,169,190)
#C4B7C8
(196,183,200)
#CEC5D2
(206,197,210)
#D8D3DC
(216,211,220)
#E2E1E6
(226,225,230)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88638C; }

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

This text font color is #88638C.


Background Color

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

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

This div background color is #88638C.


Border color

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

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

This div border color is #88638C.


Opacity

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

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

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

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

This text has shadow with #88638C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88638C on black background.


Color preview on white background

This text has color #88638C on white background.



Black color preview on #88638C background

This text has black color on #88638C background.


White color preview on #88638C background

This text has white color on #88638C background.