COLOR #8E696B

HEX: #8E696B
RGB: (142,105,107)

Color info

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

RGB color model

#8E696B color RGB value is (142,105,107).

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

RGB channels and saturation

R 142 of 255 = 56%
G 105 of 255 = 41%
B 107 of 255 = 42%

142
105
107

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

Portions of RGB colors in percentages

R + G + B =
142 + 105 + 107 = 354 (100%)
R 142 of 354 ~ 40.11%
G 105 of 354 ~ 29.66%
B 107 of 354 ~ 30.23%

%40.11
%29.66
%30.23

CMYK color model

#8E696B color CMYK value is (0,26,25,44).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 24.65%
  • key color value is 44.31%
CMYK:
(0,26,25,44)
C0M26Y25K44 
(0%,26%,25%,44%)
(0.00/0.26/0.25/0.44)	

CMYK percentages

%0
%26.06
%24.65
%44.31

Codes

Color #8E696B in popluar color models

8E696B
RGB142105107
HSL357°14.98%48.43%
HSB/HSV357°26.06%55.69%
CMYK0.00%26.06%24.65%
44.31%

Color #8E696B in popluar number systems.

HEX8E696B
Decimal142105107
Binary1000111011010011101011
Octal216151153

Shades and tints

Shades of #8E696B

#8E696B
(142,105,107)
#826062
(130,96,98)
#765759
(118,87,89)
#6A4E50
(106,78,80)
#5E4547
(94,69,71)
#523C3E
(82,60,62)
#463335
(70,51,53)
#3A2A2C
(58,42,44)
#2E2123
(46,33,35)
#22181A
(34,24,26)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #8E696B

#8E696B
(142,105,107)
#987678
(152,118,120)
#A28385
(162,131,133)
#AC9092
(172,144,146)
#B69D9F
(182,157,159)
#C0AAAC
(192,170,172)
#CAB7B9
(202,183,185)
#D4C4C6
(212,196,198)
#DED1D3
(222,209,211)
#E8DEE0
(232,222,224)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E696B; }

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

This text font color is #8E696B.


Background Color

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

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

This div background color is #8E696B.


Border color

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

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

This div border color is #8E696B.


Opacity

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

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

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

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

This text has shadow with #8E696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E696B on black background.


Color preview on white background

This text has color #8E696B on white background.



Black color preview on #8E696B background

This text has black color on #8E696B background.


White color preview on #8E696B background

This text has white color on #8E696B background.