COLOR #8E406A

HEX: #8E406A
RGB: (142,64,106)

Color info

#8E406A contains mainly red and blue colors. Web safe color of #8E406A is #993366 (or #936).

RGB color model

#8E406A color RGB value is (142,64,106).

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

RGB channels and saturation

R 142 of 255 = 56%
G 64 of 255 = 25%
B 106 of 255 = 42%

142
64
106

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

Portions of RGB colors in percentages

R + G + B =
142 + 64 + 106 = 312 (100%)
R 142 of 312 ~ 45.51%
G 64 of 312 ~ 20.51%
B 106 of 312 ~ 33.97%

%45.51
%20.51
%33.97

CMYK color model

#8E406A color CMYK value is (0,55,25,44).

  • cyan value is 0.00%
  • magenta value is 54.93%
  • yellow value is 25.35%
  • key color value is 44.31%
CMYK:
(0,55,25,44)
C0M55Y25K44 
(0%,55%,25%,44%)
(0.00/0.55/0.25/0.44)	

CMYK percentages

%0
%54.93
%25.35
%44.31

Codes

Color #8E406A in popluar color models

8E406A
RGB14264106
HSL328°37.86%40.39%
HSB/HSV328°54.93%55.69%
CMYK0.00%54.93%25.35%
44.31%

Color #8E406A in popluar number systems.

HEX8E406A
Decimal14264106
Binary1000111010000001101010
Octal216100152

Shades and tints

Shades of #8E406A

#8E406A
(142,64,106)
#823B61
(130,59,97)
#763658
(118,54,88)
#6A314F
(106,49,79)
#5E2C46
(94,44,70)
#52273D
(82,39,61)
#462234
(70,34,52)
#3A1D2B
(58,29,43)
#2E1822
(46,24,34)
#221319
(34,19,25)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #8E406A

#8E406A
(142,64,106)
#985177
(152,81,119)
#A26284
(162,98,132)
#AC7391
(172,115,145)
#B6849E
(182,132,158)
#C095AB
(192,149,171)
#CAA6B8
(202,166,184)
#D4B7C5
(212,183,197)
#DEC8D2
(222,200,210)
#E8D9DF
(232,217,223)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E406A; }

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

This text font color is #8E406A.


Background Color

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

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

This div background color is #8E406A.


Border color

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

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

This div border color is #8E406A.


Opacity

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

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

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

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

This text has shadow with #8E406A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E406A on black background.


Color preview on white background

This text has color #8E406A on white background.



Black color preview on #8E406A background

This text has black color on #8E406A background.


White color preview on #8E406A background

This text has white color on #8E406A background.