COLOR #8B6E7F

HEX: #8B6E7F RGB: (139,110,127)

Color info

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

RGB color model

#8B6E7F color RGB value is (139,110,127).

RGB: (139,110,127) (55%, 43%, 50%)

RGB channels and saturation

R 139 of 255 = 55%
G 110 of 255 = 43%
B 127 of 255 = 50%

139
110
127

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

Portions of RGB colors in percentages

R + G + B = 139 + 110 + 127 = 376 (100%)
R 139 of 376 ~ 36.97%
G 110 of 376 ~ 29.26%
B 127 of 376 ~ 33.78'%

%36.97
%29.26
%33.78

CMYK color model

#8B6E7F color CMYK value is (0,21,9,45).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 8.63%
  • key color value is 45.49%

CMYK: (0,21,9,45)
C0M21Y9K45 (0%, 21%, 9%, 45%)
(0.00 / 0.21 / 0.09 / 0.45)

CMYK percentages

%0
%20.86
%8.63
%45.49

Codes

Color #8B6E7F in popluar color models

8B 6E 7F
RGB 139 110 127
HSL 325° 11.65% 48.82%
HSB/HSV 325° 20.86% 54.51%
CMYK 0.00% 20.86% 8.63%
45.49%

Color #8B6E7F in popluar number systems.

HEX 8B 6E 7F
Decimal 139 110 127
Binary 10001011 1101110 1111111
Octal 213 156 177

Shades and tints

Shades of #8B6E7F

#8B6E7F
(139,110,127)
#7F6474
(127,100,116)
#735A69
(115,90,105)
#67505E
(103,80,94)
#5B4653
(91,70,83)
#4F3C48
(79,60,72)
#43323D
(67,50,61)
#372832
(55,40,50)
#2B1E27
(43,30,39)
#1F141C
(31,20,28)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #8B6E7F

#8B6E7F
(139,110,127)
#957B8A
(149,123,138)
#9F8895
(159,136,149)
#A995A0
(169,149,160)
#B3A2AB
(179,162,171)
#BDAFB6
(189,175,182)
#C7BCC1
(199,188,193)
#D1C9CC
(209,201,204)
#DBD6D7
(219,214,215)
#E5E3E2
(229,227,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6E7F color. Also use rgb(139,110,127) instead hex code.

Text Font Color

.myTextColor { color: #8B6E7F; }

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

This text font color is #8B6E7F.

Background Color

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

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

This div background color is #8B6E7F.

Border color

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

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

This div border color is #8B6E7F.

Opacity

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

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

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

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

This text has shadow with #8B6E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6E7F.

Preview

Color preview on black background

This text has color #8B6E7F on black background.


Color preview on white background

This text has color #8B6E7F on white background.


Black color preview on #8B6E7F background

This text has black color on #8B6E7F background.


White color preview on #8B6E7F background

This text has white color on #8B6E7F background.


Related colors

Complementary color

Complementary color for #hex is #749180.


I love getcolorcode.com

Triadic colors

1 #7F8B6E and #6E7F8B with #8B6E7F are triadic colors.

2 #7F6E8B and #6E8B7F with #8B6E7F are triadic colors.