COLOR #8E666C

HEX: #8E666C RGB: (142,102,108)

Color info

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

RGB color model

#8E666C color RGB value is (142,102,108).

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

RGB channels and saturation

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

142
102
108

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

Portions of RGB colors in percentages

R + G + B = 142 + 102 + 108 = 352 (100%)
R 142 of 352 ~ 40.34%
G 102 of 352 ~ 28.98%
B 108 of 352 ~ 30.68'%

%40.34
%28.98
%30.68

CMYK color model

#8E666C color CMYK value is (0,28,24,44).

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

CMYK: (0,28,24,44)
C0M28Y24K44 (0%, 28%, 24%, 44%)
(0.00 / 0.28 / 0.24 / 0.44)

CMYK percentages

%0
%28.17
%23.94
%44.31

Codes

Color #8E666C in popluar color models

8E 66 6C
RGB 142 102 108
HSL 351° 16.39% 47.84%
HSB/HSV 351° 28.17% 55.69%
CMYK 0.00% 28.17% 23.94%
44.31%

Color #8E666C in popluar number systems.

HEX 8E 66 6C
Decimal 142 102 108
Binary 10001110 1100110 1101100
Octal 216 146 154

Shades and tints

Shades of #8E666C

#8E666C
(142,102,108)
#825D63
(130,93,99)
#76545A
(118,84,90)
#6A4B51
(106,75,81)
#5E4248
(94,66,72)
#52393F
(82,57,63)
#463036
(70,48,54)
#3A272D
(58,39,45)
#2E1E24
(46,30,36)
#22151B
(34,21,27)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #8E666C

#8E666C
(142,102,108)
#987379
(152,115,121)
#A28086
(162,128,134)
#AC8D93
(172,141,147)
#B69AA0
(182,154,160)
#C0A7AD
(192,167,173)
#CAB4BA
(202,180,186)
#D4C1C7
(212,193,199)
#DECED4
(222,206,212)
#E8DBE1
(232,219,225)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E666C; }

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

This text font color is #8E666C.

Background Color

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

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

This div background color is #8E666C.

Border color

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

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

This div border color is #8E666C.

Opacity

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

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

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

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

This text has shadow with #8E666C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E666C.

Preview

Color preview on black background

This text has color #8E666C on black background.


Color preview on white background

This text has color #8E666C on white background.


Black color preview on #8E666C background

This text has black color on #8E666C background.


White color preview on #8E666C background

This text has white color on #8E666C background.


Related colors

Complementary color

Complementary color for #hex is #719993.


I love getcolorcode.com

Triadic colors

1 #6C8E66 and #666C8E with #8E666C are triadic colors.

2 #6C668E and #668E6C with #8E666C are triadic colors.