COLOR #8D688D

HEX: #8D688D
RGB: (141,104,141)

Color info

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

RGB color model

#8D688D color RGB value is (141,104,141).

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

RGB channels and saturation

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

141
104
141

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

Portions of RGB colors in percentages

R + G + B =
141 + 104 + 141 = 386 (100%)
R 141 of 386 ~ 36.53%
G 104 of 386 ~ 26.94%
B 141 of 386 ~ 36.53%

%36.53
%26.94
%36.53

CMYK color model

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

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

CMYK percentages

%0
%26.24
%0
%44.71

Codes

Color #8D688D in popluar color models

8D688D
RGB141104141
HSL300°15.10%48.04%
HSB/HSV300°26.24%55.29%
CMYK0.00%26.24%0.00%
44.71%

Color #8D688D in popluar number systems.

HEX8D688D
Decimal141104141
Binary10001101110100010001101
Octal215150215

Shades and tints

Shades of #8D688D

#8D688D
(141,104,141)
#815F81
(129,95,129)
#755675
(117,86,117)
#694D69
(105,77,105)
#5D445D
(93,68,93)
#513B51
(81,59,81)
#453245
(69,50,69)
#392939
(57,41,57)
#2D202D
(45,32,45)
#211721
(33,23,33)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #8D688D

#8D688D
(141,104,141)
#977597
(151,117,151)
#A182A1
(161,130,161)
#AB8FAB
(171,143,171)
#B59CB5
(181,156,181)
#BFA9BF
(191,169,191)
#C9B6C9
(201,182,201)
#D3C3D3
(211,195,211)
#DDD0DD
(221,208,221)
#E7DDE7
(231,221,231)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D688D; }

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

This text font color is #8D688D.


Background Color

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

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

This div background color is #8D688D.


Border color

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

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

This div border color is #8D688D.


Opacity

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

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

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

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

This text has shadow with #8D688D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D688D on black background.


Color preview on white background

This text has color #8D688D on white background.



Black color preview on #8D688D background

This text has black color on #8D688D background.


White color preview on #8D688D background

This text has white color on #8D688D background.