COLOR #88668C

HEX: #88668C
RGB: (136,102,140)

Color info

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

RGB color model

#88668C color RGB value is (136,102,140).

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

RGB channels and saturation

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

136
102
140

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

Portions of RGB colors in percentages

R + G + B =
136 + 102 + 140 = 378 (100%)
R 136 of 378 ~ 35.98%
G 102 of 378 ~ 26.98%
B 140 of 378 ~ 37.04%

%35.98
%26.98
%37.04

CMYK color model

#88668C color CMYK value is (3,27,0,45).

  • cyan value is 2.86%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(3,27,0,45)
C3M27Y0K45 
(3%,27%,0%,45%)
(0.03/0.27/0.00/0.45)	

CMYK percentages

%2.86
%27.14
%0
%45.1

Codes

Color #88668C in popluar color models

88668C
RGB136102140
HSL294°15.70%47.45%
HSB/HSV294°27.14%54.90%
CMYK2.86%27.14%0.00%
45.10%

Color #88668C in popluar number systems.

HEX88668C
Decimal136102140
Binary10001000110011010001100
Octal210146214

Shades and tints

Shades of #88668C

#88668C
(136,102,140)
#7C5D80
(124,93,128)
#705474
(112,84,116)
#644B68
(100,75,104)
#58425C
(88,66,92)
#4C3950
(76,57,80)
#403044
(64,48,68)
#342738
(52,39,56)
#281E2C
(40,30,44)
#1C1520
(28,21,32)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #88668C

#88668C
(136,102,140)
#927396
(146,115,150)
#9C80A0
(156,128,160)
#A68DAA
(166,141,170)
#B09AB4
(176,154,180)
#BAA7BE
(186,167,190)
#C4B4C8
(196,180,200)
#CEC1D2
(206,193,210)
#D8CEDC
(216,206,220)
#E2DBE6
(226,219,230)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88668C; }

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

This text font color is #88668C.


Background Color

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

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

This div background color is #88668C.


Border color

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

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

This div border color is #88668C.


Opacity

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

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

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

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

This text has shadow with #88668C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88668C on black background.


Color preview on white background

This text has color #88668C on white background.



Black color preview on #88668C background

This text has black color on #88668C background.


White color preview on #88668C background

This text has white color on #88668C background.