COLOR #8E626A

HEX: #8E626A
RGB: (142,98,106)

Color info

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

RGB color model

#8E626A color RGB value is (142,98,106).

  • red value is 142;
  • green value is 98;
  • blue value is 106.
RGB:
(142,98,106)
(56%,38%,42%)

RGB channels and saturation

R 142 of 255 = 56%
G 98 of 255 = 38%
B 106 of 255 = 42%

142
98
106

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

Portions of RGB colors in percentages

R + G + B =
142 + 98 + 106 = 346 (100%)
R 142 of 346 ~ 41.04%
G 98 of 346 ~ 28.32%
B 106 of 346 ~ 30.64%

%41.04
%28.32
%30.64

CMYK color model

#8E626A color CMYK value is (0,31,25,44).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 25.35%
  • key color value is 44.31%
CMYK:
(0,31,25,44)
C0M31Y25K44 
(0%,31%,25%,44%)
(0.00/0.31/0.25/0.44)	

CMYK percentages

%0
%30.99
%25.35
%44.31

Codes

Color #8E626A in popluar color models

8E626A
RGB14298106
HSL349°18.33%47.06%
HSB/HSV349°30.99%55.69%
CMYK0.00%30.99%25.35%
44.31%

Color #8E626A in popluar number systems.

HEX8E626A
Decimal14298106
Binary1000111011000101101010
Octal216142152

Shades and tints

Shades of #8E626A

#8E626A
(142,98,106)
#825A61
(130,90,97)
#765258
(118,82,88)
#6A4A4F
(106,74,79)
#5E4246
(94,66,70)
#523A3D
(82,58,61)
#463234
(70,50,52)
#3A2A2B
(58,42,43)
#2E2222
(46,34,34)
#221A19
(34,26,25)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #8E626A

#8E626A
(142,98,106)
#987077
(152,112,119)
#A27E84
(162,126,132)
#AC8C91
(172,140,145)
#B69A9E
(182,154,158)
#C0A8AB
(192,168,171)
#CAB6B8
(202,182,184)
#D4C4C5
(212,196,197)
#DED2D2
(222,210,210)
#E8E0DF
(232,224,223)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E626A color. Also use rgb(142,98,106) instead hex code.

Text Font Color

.myTextColor { color: #8E626A; }

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

This text font color is #8E626A.


Background Color

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

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

This div background color is #8E626A.


Border color

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

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

This div border color is #8E626A.


Opacity

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

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

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

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

This text has shadow with #8E626A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E626A on black background.


Color preview on white background

This text has color #8E626A on white background.



Black color preview on #8E626A background

This text has black color on #8E626A background.


White color preview on #8E626A background

This text has white color on #8E626A background.