COLOR #8B688C

HEX: #8B688C
RGB: (139,104,140)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

139
104
140

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

Portions of RGB colors in percentages

R + G + B =
139 + 104 + 140 = 383 (100%)
R 139 of 383 ~ 36.29%
G 104 of 383 ~ 27.15%
B 140 of 383 ~ 36.55%

%36.29
%27.15
%36.55

CMYK color model

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

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

CMYK percentages

%0.71
%25.71
%0
%45.1

Codes

Color #8B688C in popluar color models

8B688C
RGB139104140
HSL298°14.75%47.84%
HSB/HSV298°25.71%54.90%
CMYK0.71%25.71%0.00%
45.10%

Color #8B688C in popluar number systems.

HEX8B688C
Decimal139104140
Binary10001011110100010001100
Octal213150214

Shades and tints

Shades of #8B688C

#8B688C
(139,104,140)
#7F5F80
(127,95,128)
#735674
(115,86,116)
#674D68
(103,77,104)
#5B445C
(91,68,92)
#4F3B50
(79,59,80)
#433244
(67,50,68)
#372938
(55,41,56)
#2B202C
(43,32,44)
#1F1720
(31,23,32)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #8B688C

#8B688C
(139,104,140)
#957596
(149,117,150)
#9F82A0
(159,130,160)
#A98FAA
(169,143,170)
#B39CB4
(179,156,180)
#BDA9BE
(189,169,190)
#C7B6C8
(199,182,200)
#D1C3D2
(209,195,210)
#DBD0DC
(219,208,220)
#E5DDE6
(229,221,230)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B688C; }

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

This text font color is #8B688C.


Background Color

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

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

This div background color is #8B688C.


Border color

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

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

This div border color is #8B688C.


Opacity

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

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

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

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

This text has shadow with #8B688C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B688C on black background.


Color preview on white background

This text has color #8B688C on white background.



Black color preview on #8B688C background

This text has black color on #8B688C background.


White color preview on #8B688C background

This text has white color on #8B688C background.