COLOR #8B6C7E

HEX: #8B6C7E RGB: (139,108,126)

Color info

#8B6C7E contains red, green and blue colors in about the same proportion. Web safe color of #8B6C7E is #996666 (or #966).

RGB color model

#8B6C7E color RGB value is (139,108,126).

RGB: (139,108,126) (55%, 42%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 108 of 255 = 42%
B 126 of 255 = 49%

139
108
126

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

Portions of RGB colors in percentages

R + G + B = 139 + 108 + 126 = 373 (100%)
R 139 of 373 ~ 37.27%
G 108 of 373 ~ 28.95%
B 126 of 373 ~ 33.78'%

%37.27
%28.95
%33.78

CMYK color model

#8B6C7E color CMYK value is (0,22,9,45).

  • cyan value is 0.00%
  • magenta value is 22.30%
  • yellow value is 9.35%
  • key color value is 45.49%

CMYK: (0,22,9,45)
C0M22Y9K45 (0%, 22%, 9%, 45%)
(0.00 / 0.22 / 0.09 / 0.45)

CMYK percentages

%0
%22.3
%9.35
%45.49

Codes

Color #8B6C7E in popluar color models

8B 6C 7E
RGB 139 108 126
HSL 325° 12.55% 48.43%
HSB/HSV 325° 22.30% 54.51%
CMYK 0.00% 22.30% 9.35%
45.49%

Color #8B6C7E in popluar number systems.

HEX 8B 6C 7E
Decimal 139 108 126
Binary 10001011 1101100 1111110
Octal 213 154 176

Shades and tints

Shades of #8B6C7E

#8B6C7E
(139,108,126)
#7F6373
(127,99,115)
#735A68
(115,90,104)
#67515D
(103,81,93)
#5B4852
(91,72,82)
#4F3F47
(79,63,71)
#43363C
(67,54,60)
#372D31
(55,45,49)
#2B2426
(43,36,38)
#1F1B1B
(31,27,27)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #8B6C7E

#8B6C7E
(139,108,126)
#957989
(149,121,137)
#9F8694
(159,134,148)
#A9939F
(169,147,159)
#B3A0AA
(179,160,170)
#BDADB5
(189,173,181)
#C7BAC0
(199,186,192)
#D1C7CB
(209,199,203)
#DBD4D6
(219,212,214)
#E5E1E1
(229,225,225)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6C7E color. Also use rgb(139,108,126) instead hex code.

Text Font Color

.myTextColor { color: #8B6C7E; }

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

This text font color is #8B6C7E.

Background Color

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

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

This div background color is #8B6C7E.

Border color

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

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

This div border color is #8B6C7E.

Opacity

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

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

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

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

This text has shadow with #8B6C7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6C7E.

Preview

Color preview on black background

This text has color #8B6C7E on black background.


Color preview on white background

This text has color #8B6C7E on white background.


Black color preview on #8B6C7E background

This text has black color on #8B6C7E background.


White color preview on #8B6C7E background

This text has white color on #8B6C7E background.


Related colors

Complementary color

Complementary color for #hex is #749381.


I love getcolorcode.com

Triadic colors

1 #7E8B6C and #6C7E8B with #8B6C7E are triadic colors.

2 #7E6C8B and #6C8B7E with #8B6C7E are triadic colors.