COLOR #8E6663

HEX: #8E6663 RGB: (142,102,99)

Color info

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

RGB color model

#8E6663 color RGB value is (142,102,99).

RGB: (142,102,99) (56%, 40%, 39%)

RGB channels and saturation

R 142 of 255 = 56%
G 102 of 255 = 40%
B 99 of 255 = 39%

142
102
99

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

Portions of RGB colors in percentages

R + G + B = 142 + 102 + 99 = 343 (100%)
R 142 of 343 ~ 41.4%
G 102 of 343 ~ 29.74%
B 99 of 343 ~ 28.86'%

%41.4
%29.74
%28.86

CMYK color model

#8E6663 color CMYK value is (0,28,30,44).

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

CMYK: (0,28,30,44)
C0M28Y30K44 (0%, 28%, 30%, 44%)
(0.00 / 0.28 / 0.30 / 0.44)

CMYK percentages

%0
%28.17
%30.28
%44.31

Codes

Color #8E6663 in popluar color models

8E 66 63
RGB 142 102 99
HSL 17.84% 47.25%
HSB/HSV 30.28% 55.69%
CMYK 0.00% 28.17% 30.28%
44.31%

Color #8E6663 in popluar number systems.

HEX 8E 66 63
Decimal 142 102 99
Binary 10001110 1100110 1100011
Octal 216 146 143

Shades and tints

Shades of #8E6663

#8E6663
(142,102,99)
#825D5A
(130,93,90)
#765451
(118,84,81)
#6A4B48
(106,75,72)
#5E423F
(94,66,63)
#523936
(82,57,54)
#46302D
(70,48,45)
#3A2724
(58,39,36)
#2E1E1B
(46,30,27)
#221512
(34,21,18)
#160C09
(22,12,9)
#000000
(0,0,0)

Tints of #8E6663

#8E6663
(142,102,99)
#987371
(152,115,113)
#A2807F
(162,128,127)
#AC8D8D
(172,141,141)
#B69A9B
(182,154,155)
#C0A7A9
(192,167,169)
#CAB4B7
(202,180,183)
#D4C1C5
(212,193,197)
#DECED3
(222,206,211)
#E8DBE1
(232,219,225)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6663; }

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

This text font color is #8E6663.

Background Color

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

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

This div background color is #8E6663.

Border color

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

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

This div border color is #8E6663.

Opacity

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

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

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

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

This text has shadow with #8E6663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6663.

Preview

Color preview on black background

This text has color #8E6663 on black background.


Color preview on white background

This text has color #8E6663 on white background.


Black color preview on #8E6663 background

This text has black color on #8E6663 background.


White color preview on #8E6663 background

This text has white color on #8E6663 background.


Related colors

Complementary color

Complementary color for #hex is #71999C.


I love getcolorcode.com

Triadic colors

1 #638E66 and #66638E with #8E6663 are triadic colors.

2 #63668E and #668E63 with #8E6663 are triadic colors.