COLOR #8C688C

HEX: #8C688C
RGB: (140,104,140)

Color info

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

RGB color model

#8C688C color RGB value is (140,104,140).

  • red value is 140;
  • green value is 104;
  • blue value is 140.
RGB:
(140,104,140)
(55%,41%,55%)

RGB channels and saturation

R 140 of 255 = 55%
G 104 of 255 = 41%
B 140 of 255 = 55%

140
104
140

R + G + B ~ 50%. #8C688C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 104 + 140 = 384 (100%)
R 140 of 384 ~ 36.46%
G 104 of 384 ~ 27.08%
B 140 of 384 ~ 36.46%

%36.46
%27.08
%36.46

CMYK color model

#8C688C color CMYK value is (0,26,0,45).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,26,0,45)
C0M26Y0K45 
(0%,26%,0%,45%)
(0.00/0.26/0.00/0.45)	

CMYK percentages

%0
%25.71
%0
%45.1

Codes

Color #8C688C in popluar color models

8C688C
RGB140104140
HSL300°14.75%47.84%
HSB/HSV300°25.71%54.90%
CMYK0.00%25.71%0.00%
45.10%

Color #8C688C in popluar number systems.

HEX8C688C
Decimal140104140
Binary10001100110100010001100
Octal214150214

Shades and tints

Shades of #8C688C

#8C688C
(140,104,140)
#805F80
(128,95,128)
#745674
(116,86,116)
#684D68
(104,77,104)
#5C445C
(92,68,92)
#503B50
(80,59,80)
#443244
(68,50,68)
#382938
(56,41,56)
#2C202C
(44,32,44)
#201720
(32,23,32)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #8C688C

#8C688C
(140,104,140)
#967596
(150,117,150)
#A082A0
(160,130,160)
#AA8FAA
(170,143,170)
#B49CB4
(180,156,180)
#BEA9BE
(190,169,190)
#C8B6C8
(200,182,200)
#D2C3D2
(210,195,210)
#DCD0DC
(220,208,220)
#E6DDE6
(230,221,230)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C688C color. Also use rgb(140,104,140) instead hex code.

Text Font Color

.myTextColor { color: #8C688C; }

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

This text font color is #8C688C.


Background Color

.myBgColor { background-color: #8C688C; }

<div style="background-color:#8C688C">Inner text</div>

This div background color is #8C688C.


Border color

.myBorderColor { border: 1px solid #8C688C; }

<div style="border:3px solid #8C688C">Div</div>

This div border color is #8C688C.


Opacity

.myOpacity80 { color: #8C688C; opacity: 0.8; }

<p style="color:#8C688C;opacity:0.8;">80%</p>

Text with #8C688C 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 #8C688C;}

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

This text has shadow with #8C688C color.

.textShadow {text-shadow: 3px 3px 1px #8C688C, 3px 3px 1px red;}

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

This text has shadow with #8C688C primary color and red secondary color.


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

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

This text has shadow with #8C688C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C688C on black background.


Color preview on white background

This text has color #8C688C on white background.



Black color preview on #8C688C background

This text has black color on #8C688C background.


White color preview on #8C688C background

This text has white color on #8C688C background.