COLOR #8B6E7E

HEX: #8B6E7E RGB: (139,110,126)

Color info

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

RGB color model

#8B6E7E color RGB value is (139,110,126).

RGB: (139,110,126) (55%, 43%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 110 of 255 = 43%
B 126 of 255 = 49%

139
110
126

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

Portions of RGB colors in percentages

R + G + B = 139 + 110 + 126 = 375 (100%)
R 139 of 375 ~ 37.07%
G 110 of 375 ~ 29.33%
B 126 of 375 ~ 33.6'%

%37.07
%29.33
%33.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 9.35%
  • 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
%9.35
%45.49

Codes

Color #8B6E7E in popluar color models

8B 6E 7E
RGB 139 110 126
HSL 327° 11.65% 48.82%
HSB/HSV 327° 20.86% 54.51%
CMYK 0.00% 20.86% 9.35%
45.49%

Color #8B6E7E in popluar number systems.

HEX 8B 6E 7E
Decimal 139 110 126
Binary 10001011 1101110 1111110
Octal 213 156 176

Shades and tints

Shades of #8B6E7E

#8B6E7E
(139,110,126)
#7F6473
(127,100,115)
#735A68
(115,90,104)
#67505D
(103,80,93)
#5B4652
(91,70,82)
#4F3C47
(79,60,71)
#43323C
(67,50,60)
#372831
(55,40,49)
#2B1E26
(43,30,38)
#1F141B
(31,20,27)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #8B6E7E

#8B6E7E
(139,110,126)
#957B89
(149,123,137)
#9F8894
(159,136,148)
#A9959F
(169,149,159)
#B3A2AA
(179,162,170)
#BDAFB5
(189,175,181)
#C7BCC0
(199,188,192)
#D1C9CB
(209,201,203)
#DBD6D6
(219,214,214)
#E5E3E1
(229,227,225)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6E7E; }

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

This text font color is #8B6E7E.

Background Color

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

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

This div background color is #8B6E7E.

Border color

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

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

This div border color is #8B6E7E.

Opacity

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

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

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

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

This text has shadow with #8B6E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6E7E.

Preview

Color preview on black background

This text has color #8B6E7E on black background.


Color preview on white background

This text has color #8B6E7E on white background.


Black color preview on #8B6E7E background

This text has black color on #8B6E7E background.


White color preview on #8B6E7E background

This text has white color on #8B6E7E background.


Related colors

Complementary color

Complementary color for #hex is #749181.


I love getcolorcode.com

Triadic colors

1 #7E8B6E and #6E7E8B with #8B6E7E are triadic colors.

2 #7E6E8B and #6E8B7E with #8B6E7E are triadic colors.