COLOR #8E4E69

HEX: #8E4E69
RGB: (142,78,105)

Color info

#8E4E69 contains mainly red and blue colors. Web safe color of #8E4E69 is #996666 (or #966).

RGB color model

#8E4E69 color RGB value is (142,78,105).

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

RGB channels and saturation

R 142 of 255 = 56%
G 78 of 255 = 31%
B 105 of 255 = 41%

142
78
105

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

Portions of RGB colors in percentages

R + G + B =
142 + 78 + 105 = 325 (100%)
R 142 of 325 ~ 43.69%
G 78 of 325 ~ 24%
B 105 of 325 ~ 32.31%

%43.69
%24
%32.31

CMYK color model

#8E4E69 color CMYK value is (0,45,26,44).

  • cyan value is 0.00%
  • magenta value is 45.07%
  • yellow value is 26.06%
  • key color value is 44.31%
CMYK:
(0,45,26,44)
C0M45Y26K44 
(0%,45%,26%,44%)
(0.00/0.45/0.26/0.44)	

CMYK percentages

%0
%45.07
%26.06
%44.31

Codes

Color #8E4E69 in popluar color models

8E4E69
RGB14278105
HSL335°29.09%43.14%
HSB/HSV335°45.07%55.69%
CMYK0.00%45.07%26.06%
44.31%

Color #8E4E69 in popluar number systems.

HEX8E4E69
Decimal14278105
Binary1000111010011101101001
Octal216116151

Shades and tints

Shades of #8E4E69

#8E4E69
(142,78,105)
#824760
(130,71,96)
#764057
(118,64,87)
#6A394E
(106,57,78)
#5E3245
(94,50,69)
#522B3C
(82,43,60)
#462433
(70,36,51)
#3A1D2A
(58,29,42)
#2E1621
(46,22,33)
#220F18
(34,15,24)
#16080F
(22,8,15)
#000000
(0,0,0)

Tints of #8E4E69

#8E4E69
(142,78,105)
#985E76
(152,94,118)
#A26E83
(162,110,131)
#AC7E90
(172,126,144)
#B68E9D
(182,142,157)
#C09EAA
(192,158,170)
#CAAEB7
(202,174,183)
#D4BEC4
(212,190,196)
#DECED1
(222,206,209)
#E8DEDE
(232,222,222)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4E69; }

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

This text font color is #8E4E69.


Background Color

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

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

This div background color is #8E4E69.


Border color

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

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

This div border color is #8E4E69.


Opacity

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

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

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

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

This text has shadow with #8E4E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4E69 on black background.


Color preview on white background

This text has color #8E4E69 on white background.



Black color preview on #8E4E69 background

This text has black color on #8E4E69 background.


White color preview on #8E4E69 background

This text has white color on #8E4E69 background.