COLOR #8E4165

HEX: #8E4165
RGB: (142,65,101)

Color info

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

RGB color model

#8E4165 color RGB value is (142,65,101).

  • red value is 142;
  • green value is 65;
  • blue value is 101.
RGB:
(142,65,101)
(56%,25%,40%)

RGB channels and saturation

R 142 of 255 = 56%
G 65 of 255 = 25%
B 101 of 255 = 40%

142
65
101

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

Portions of RGB colors in percentages

R + G + B =
142 + 65 + 101 = 308 (100%)
R 142 of 308 ~ 46.1%
G 65 of 308 ~ 21.1%
B 101 of 308 ~ 32.79%

%46.1
%21.1
%32.79

CMYK color model

#8E4165 color CMYK value is (0,54,29,44).

  • cyan value is 0.00%
  • magenta value is 54.23%
  • yellow value is 28.87%
  • key color value is 44.31%
CMYK:
(0,54,29,44)
C0M54Y29K44 
(0%,54%,29%,44%)
(0.00/0.54/0.29/0.44)	

CMYK percentages

%0
%54.23
%28.87
%44.31

Codes

Color #8E4165 in popluar color models

8E4165
RGB14265101
HSL332°37.20%40.59%
HSB/HSV332°54.23%55.69%
CMYK0.00%54.23%28.87%
44.31%

Color #8E4165 in popluar number systems.

HEX8E4165
Decimal14265101
Binary1000111010000011100101
Octal216101145

Shades and tints

Shades of #8E4165

#8E4165
(142,65,101)
#823C5C
(130,60,92)
#763753
(118,55,83)
#6A324A
(106,50,74)
#5E2D41
(94,45,65)
#522838
(82,40,56)
#46232F
(70,35,47)
#3A1E26
(58,30,38)
#2E191D
(46,25,29)
#221414
(34,20,20)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #8E4165

#8E4165
(142,65,101)
#985273
(152,82,115)
#A26381
(162,99,129)
#AC748F
(172,116,143)
#B6859D
(182,133,157)
#C096AB
(192,150,171)
#CAA7B9
(202,167,185)
#D4B8C7
(212,184,199)
#DEC9D5
(222,201,213)
#E8DAE3
(232,218,227)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4165 color. Also use rgb(142,65,101) instead hex code.

Text Font Color

.myTextColor { color: #8E4165; }

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

This text font color is #8E4165.


Background Color

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

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

This div background color is #8E4165.


Border color

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

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

This div border color is #8E4165.


Opacity

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

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

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

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

This text has shadow with #8E4165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4165 on black background.


Color preview on white background

This text has color #8E4165 on white background.



Black color preview on #8E4165 background

This text has black color on #8E4165 background.


White color preview on #8E4165 background

This text has white color on #8E4165 background.