COLOR #8E6F82

HEX: #8E6F82 RGB: (142,111,130)

Color info

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

RGB color model

#8E6F82 color RGB value is (142,111,130).

RGB: (142,111,130) (56%, 44%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 111 of 255 = 44%
B 130 of 255 = 51%

142
111
130

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

Portions of RGB colors in percentages

R + G + B = 142 + 111 + 130 = 383 (100%)
R 142 of 383 ~ 37.08%
G 111 of 383 ~ 28.98%
B 130 of 383 ~ 33.94'%

%37.08
%28.98
%33.94

CMYK color model

#8E6F82 color CMYK value is (0,22,8,44).

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

CMYK: (0,22,8,44)
C0M22Y8K44 (0%, 22%, 8%, 44%)
(0.00 / 0.22 / 0.08 / 0.44)

CMYK percentages

%0
%21.83
%8.45
%44.31

Codes

Color #8E6F82 in popluar color models

8E 6F 82
RGB 142 111 130
HSL 323° 12.25% 49.61%
HSB/HSV 323° 21.83% 55.69%
CMYK 0.00% 21.83% 8.45%
44.31%

Color #8E6F82 in popluar number systems.

HEX 8E 6F 82
Decimal 142 111 130
Binary 10001110 1101111 10000010
Octal 216 157 202

Shades and tints

Shades of #8E6F82

#8E6F82
(142,111,130)
#826577
(130,101,119)
#765B6C
(118,91,108)
#6A5161
(106,81,97)
#5E4756
(94,71,86)
#523D4B
(82,61,75)
#463340
(70,51,64)
#3A2935
(58,41,53)
#2E1F2A
(46,31,42)
#22151F
(34,21,31)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #8E6F82

#8E6F82
(142,111,130)
#987C8D
(152,124,141)
#A28998
(162,137,152)
#AC96A3
(172,150,163)
#B6A3AE
(182,163,174)
#C0B0B9
(192,176,185)
#CABDC4
(202,189,196)
#D4CACF
(212,202,207)
#DED7DA
(222,215,218)
#E8E4E5
(232,228,229)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6F82; }

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

This text font color is #8E6F82.

Background Color

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

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

This div background color is #8E6F82.

Border color

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

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

This div border color is #8E6F82.

Opacity

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

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

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

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

This text has shadow with #8E6F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6F82.

Preview

Color preview on black background

This text has color #8E6F82 on black background.


Color preview on white background

This text has color #8E6F82 on white background.


Black color preview on #8E6F82 background

This text has black color on #8E6F82 background.


White color preview on #8E6F82 background

This text has white color on #8E6F82 background.


Related colors

Complementary color

Complementary color for #hex is #71907D.


I love getcolorcode.com

Triadic colors

1 #828E6F and #6F828E with #8E6F82 are triadic colors.

2 #826F8E and #6F8E82 with #8E6F82 are triadic colors.