COLOR #8E6782

HEX: #8E6782 RGB: (142,103,130)

Color info

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

RGB color model

#8E6782 color RGB value is (142,103,130).

RGB: (142,103,130) (56%, 40%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 103 of 255 = 40%
B 130 of 255 = 51%

142
103
130

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

Portions of RGB colors in percentages

R + G + B = 142 + 103 + 130 = 375 (100%)
R 142 of 375 ~ 37.87%
G 103 of 375 ~ 27.47%
B 130 of 375 ~ 34.67'%

%37.87
%27.47
%34.67

CMYK color model

#8E6782 color CMYK value is (0,27,8,44).

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 8.45%
  • key color value is 44.31%

CMYK: (0,27,8,44)
C0M27Y8K44 (0%, 27%, 8%, 44%)
(0.00 / 0.27 / 0.08 / 0.44)

CMYK percentages

%0
%27.46
%8.45
%44.31

Codes

Color #8E6782 in popluar color models

8E 67 82
RGB 142 103 130
HSL 318° 15.92% 48.04%
HSB/HSV 318° 27.46% 55.69%
CMYK 0.00% 27.46% 8.45%
44.31%

Color #8E6782 in popluar number systems.

HEX 8E 67 82
Decimal 142 103 130
Binary 10001110 1100111 10000010
Octal 216 147 202

Shades and tints

Shades of #8E6782

#8E6782
(142,103,130)
#825E77
(130,94,119)
#76556C
(118,85,108)
#6A4C61
(106,76,97)
#5E4356
(94,67,86)
#523A4B
(82,58,75)
#463140
(70,49,64)
#3A2835
(58,40,53)
#2E1F2A
(46,31,42)
#22161F
(34,22,31)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #8E6782

#8E6782
(142,103,130)
#98748D
(152,116,141)
#A28198
(162,129,152)
#AC8EA3
(172,142,163)
#B69BAE
(182,155,174)
#C0A8B9
(192,168,185)
#CAB5C4
(202,181,196)
#D4C2CF
(212,194,207)
#DECFDA
(222,207,218)
#E8DCE5
(232,220,229)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6782 color. Also use rgb(142,103,130) instead hex code.

Text Font Color

.myTextColor { color: #8E6782; }

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

This text font color is #8E6782.

Background Color

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

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

This div background color is #8E6782.

Border color

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

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

This div border color is #8E6782.

Opacity

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

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

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

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

This text has shadow with #8E6782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6782.

Preview

Color preview on black background

This text has color #8E6782 on black background.


Color preview on white background

This text has color #8E6782 on white background.


Black color preview on #8E6782 background

This text has black color on #8E6782 background.


White color preview on #8E6782 background

This text has white color on #8E6782 background.


Related colors

Complementary color

Complementary color for #hex is #71987D.


I love getcolorcode.com

Triadic colors

1 #828E67 and #67828E with #8E6782 are triadic colors.

2 #82678E and #678E82 with #8E6782 are triadic colors.