COLOR #8E656C

HEX: #8E656C RGB: (142,101,108)

Color info

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

RGB color model

#8E656C color RGB value is (142,101,108).

RGB: (142,101,108) (56%, 40%, 42%)

RGB channels and saturation

R 142 of 255 = 56%
G 101 of 255 = 40%
B 108 of 255 = 42%

142
101
108

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

Portions of RGB colors in percentages

R + G + B = 142 + 101 + 108 = 351 (100%)
R 142 of 351 ~ 40.46%
G 101 of 351 ~ 28.77%
B 108 of 351 ~ 30.77'%

%40.46
%28.77
%30.77

CMYK color model

#8E656C color CMYK value is (0,29,24,44).

  • cyan value is 0.00%
  • magenta value is 28.87%
  • yellow value is 23.94%
  • key color value is 44.31%

CMYK: (0,29,24,44)
C0M29Y24K44 (0%, 29%, 24%, 44%)
(0.00 / 0.29 / 0.24 / 0.44)

CMYK percentages

%0
%28.87
%23.94
%44.31

Codes

Color #8E656C in popluar color models

8E 65 6C
RGB 142 101 108
HSL 350° 16.87% 47.65%
HSB/HSV 350° 28.87% 55.69%
CMYK 0.00% 28.87% 23.94%
44.31%

Color #8E656C in popluar number systems.

HEX 8E 65 6C
Decimal 142 101 108
Binary 10001110 1100101 1101100
Octal 216 145 154

Shades and tints

Shades of #8E656C

#8E656C
(142,101,108)
#825C63
(130,92,99)
#76535A
(118,83,90)
#6A4A51
(106,74,81)
#5E4148
(94,65,72)
#52383F
(82,56,63)
#462F36
(70,47,54)
#3A262D
(58,38,45)
#2E1D24
(46,29,36)
#22141B
(34,20,27)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #8E656C

#8E656C
(142,101,108)
#987379
(152,115,121)
#A28186
(162,129,134)
#AC8F93
(172,143,147)
#B69DA0
(182,157,160)
#C0ABAD
(192,171,173)
#CAB9BA
(202,185,186)
#D4C7C7
(212,199,199)
#DED5D4
(222,213,212)
#E8E3E1
(232,227,225)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E656C color. Also use rgb(142,101,108) instead hex code.

Text Font Color

.myTextColor { color: #8E656C; }

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

This text font color is #8E656C.

Background Color

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

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

This div background color is #8E656C.

Border color

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

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

This div border color is #8E656C.

Opacity

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

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

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

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

This text has shadow with #8E656C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E656C.

Preview

Color preview on black background

This text has color #8E656C on black background.


Color preview on white background

This text has color #8E656C on white background.


Black color preview on #8E656C background

This text has black color on #8E656C background.


White color preview on #8E656C background

This text has white color on #8E656C background.


Related colors

Complementary color

Complementary color for #hex is #719A93.


I love getcolorcode.com

Triadic colors

1 #6C8E65 and #656C8E with #8E656C are triadic colors.

2 #6C658E and #658E6C with #8E656C are triadic colors.