COLOR #8E6869

HEX: #8E6869
RGB: (142,104,105)

Color info

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

RGB color model

#8E6869 color RGB value is (142,104,105).

  • red value is 142;
  • green value is 104;
  • blue value is 105.
RGB:
(142,104,105)
(56%,41%,41%)

RGB channels and saturation

R 142 of 255 = 56%
G 104 of 255 = 41%
B 105 of 255 = 41%

142
104
105

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

Portions of RGB colors in percentages

R + G + B =
142 + 104 + 105 = 351 (100%)
R 142 of 351 ~ 40.46%
G 104 of 351 ~ 29.63%
B 105 of 351 ~ 29.91%

%40.46
%29.63
%29.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 26.06%
  • key color value is 44.31%
CMYK:
(0,27,26,44)
C0M27Y26K44 
(0%,27%,26%,44%)
(0.00/0.27/0.26/0.44)	

CMYK percentages

%0
%26.76
%26.06
%44.31

Codes

Color #8E6869 in popluar color models

8E6869
RGB142104105
HSL358°15.45%48.24%
HSB/HSV358°26.76%55.69%
CMYK0.00%26.76%26.06%
44.31%

Color #8E6869 in popluar number systems.

HEX8E6869
Decimal142104105
Binary1000111011010001101001
Octal216150151

Shades and tints

Shades of #8E6869

#8E6869
(142,104,105)
#825F60
(130,95,96)
#765657
(118,86,87)
#6A4D4E
(106,77,78)
#5E4445
(94,68,69)
#523B3C
(82,59,60)
#463233
(70,50,51)
#3A292A
(58,41,42)
#2E2021
(46,32,33)
#221718
(34,23,24)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #8E6869

#8E6869
(142,104,105)
#987576
(152,117,118)
#A28283
(162,130,131)
#AC8F90
(172,143,144)
#B69C9D
(182,156,157)
#C0A9AA
(192,169,170)
#CAB6B7
(202,182,183)
#D4C3C4
(212,195,196)
#DED0D1
(222,208,209)
#E8DDDE
(232,221,222)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6869 color. Also use rgb(142,104,105) instead hex code.

Text Font Color

.myTextColor { color: #8E6869; }

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

This text font color is #8E6869.


Background Color

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

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

This div background color is #8E6869.


Border color

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

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

This div border color is #8E6869.


Opacity

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

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

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

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

This text has shadow with #8E6869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6869 on black background.


Color preview on white background

This text has color #8E6869 on white background.



Black color preview on #8E6869 background

This text has black color on #8E6869 background.


White color preview on #8E6869 background

This text has white color on #8E6869 background.