COLOR #8E6B7D

HEX: #8E6B7D RGB: (142,107,125)

Color info

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

RGB color model

#8E6B7D color RGB value is (142,107,125).

RGB: (142,107,125) (56%, 42%, 49%)

RGB channels and saturation

R 142 of 255 = 56%
G 107 of 255 = 42%
B 125 of 255 = 49%

142
107
125

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

Portions of RGB colors in percentages

R + G + B = 142 + 107 + 125 = 374 (100%)
R 142 of 374 ~ 37.97%
G 107 of 374 ~ 28.61%
B 125 of 374 ~ 33.42'%

%37.97
%28.61
%33.42

CMYK color model

#8E6B7D color CMYK value is (0,25,12,44).

  • cyan value is 0.00%
  • magenta value is 24.65%
  • yellow value is 11.97%
  • key color value is 44.31%

CMYK: (0,25,12,44)
C0M25Y12K44 (0%, 25%, 12%, 44%)
(0.00 / 0.25 / 0.12 / 0.44)

CMYK percentages

%0
%24.65
%11.97
%44.31

Codes

Color #8E6B7D in popluar color models

8E 6B 7D
RGB 142 107 125
HSL 329° 14.06% 48.82%
HSB/HSV 329° 24.65% 55.69%
CMYK 0.00% 24.65% 11.97%
44.31%

Color #8E6B7D in popluar number systems.

HEX 8E 6B 7D
Decimal 142 107 125
Binary 10001110 1101011 1111101
Octal 216 153 175

Shades and tints

Shades of #8E6B7D

#8E6B7D
(142,107,125)
#826272
(130,98,114)
#765967
(118,89,103)
#6A505C
(106,80,92)
#5E4751
(94,71,81)
#523E46
(82,62,70)
#46353B
(70,53,59)
#3A2C30
(58,44,48)
#2E2325
(46,35,37)
#221A1A
(34,26,26)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #8E6B7D

#8E6B7D
(142,107,125)
#987888
(152,120,136)
#A28593
(162,133,147)
#AC929E
(172,146,158)
#B69FA9
(182,159,169)
#C0ACB4
(192,172,180)
#CAB9BF
(202,185,191)
#D4C6CA
(212,198,202)
#DED3D5
(222,211,213)
#E8E0E0
(232,224,224)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6B7D color. Also use rgb(142,107,125) instead hex code.

Text Font Color

.myTextColor { color: #8E6B7D; }

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

This text font color is #8E6B7D.

Background Color

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

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

This div background color is #8E6B7D.

Border color

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

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

This div border color is #8E6B7D.

Opacity

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

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

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

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

This text has shadow with #8E6B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6B7D.

Preview

Color preview on black background

This text has color #8E6B7D on black background.


Color preview on white background

This text has color #8E6B7D on white background.


Black color preview on #8E6B7D background

This text has black color on #8E6B7D background.


White color preview on #8E6B7D background

This text has white color on #8E6B7D background.


Related colors

Complementary color

Complementary color for #hex is #719482.


I love getcolorcode.com

Triadic colors

1 #7D8E6B and #6B7D8E with #8E6B7D are triadic colors.

2 #7D6B8E and #6B8E7D with #8E6B7D are triadic colors.