COLOR #8C688B

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

Color info

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

RGB color model

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

RGB: (140,104,139) (55%, 41%, 55%)

RGB channels and saturation

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

140
104
139

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

Portions of RGB colors in percentages

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

%36.55
%27.15
%36.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 0.71%
  • key color value is 45.10%

CMYK: (0,26,1,45)
C0M26Y1K45 (0%, 26%, 1%, 45%)
(0.00 / 0.26 / 0.01 / 0.45)

CMYK percentages

%0
%25.71
%0.71
%45.1

Codes

Color #8C688B in popluar color models

8C 68 8B
RGB 140 104 139
HSL 302° 14.75% 47.84%
HSB/HSV 302° 25.71% 54.90%
CMYK 0.00% 25.71% 0.71%
45.10%

Color #8C688B in popluar number systems.

HEX 8C 68 8B
Decimal 140 104 139
Binary 10001100 1101000 10001011
Octal 214 150 213

Shades and tints

Shades of #8C688B

#8C688B
(140,104,139)
#805F7F
(128,95,127)
#745673
(116,86,115)
#684D67
(104,77,103)
#5C445B
(92,68,91)
#503B4F
(80,59,79)
#443243
(68,50,67)
#382937
(56,41,55)
#2C202B
(44,32,43)
#20171F
(32,23,31)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #8C688B

#8C688B
(140,104,139)
#967595
(150,117,149)
#A0829F
(160,130,159)
#AA8FA9
(170,143,169)
#B49CB3
(180,156,179)
#BEA9BD
(190,169,189)
#C8B6C7
(200,182,199)
#D2C3D1
(210,195,209)
#DCD0DB
(220,208,219)
#E6DDE5
(230,221,229)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C688B; }

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

This text font color is #8C688B.

Background Color

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

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

This div background color is #8C688B.

Border color

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

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

This div border color is #8C688B.

Opacity

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

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

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

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

This text has shadow with #8C688B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C688B.

Preview

Color preview on black background

This text has color #8C688B on black background.


Color preview on white background

This text has color #8C688B on white background.


Black color preview on #8C688B background

This text has black color on #8C688B background.


White color preview on #8C688B background

This text has white color on #8C688B background.


Related colors

Complementary color

Complementary color for #hex is #739774.


I love getcolorcode.com

Triadic colors

1 #8B8C68 and #688B8C with #8C688B are triadic colors.

2 #8B688C and #688C8B with #8C688B are triadic colors.