COLOR #8E6899

HEX: #8E6899
RGB: (142,104,153)

Color info

#8E6899 contains red, green and blue colors in about the same proportion. Web safe color of #8E6899 is #996699 (or #969).

RGB color model

#8E6899 color RGB value is (142,104,153).

  • red value is 142;
  • green value is 104;
  • blue value is 153.
RGB:
(142,104,153)
(56%,41%,60%)

RGB channels and saturation

R 142 of 255 = 56%
G 104 of 255 = 41%
B 153 of 255 = 60%

142
104
153

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

Portions of RGB colors in percentages

R + G + B =
142 + 104 + 153 = 399 (100%)
R 142 of 399 ~ 35.59%
G 104 of 399 ~ 26.07%
B 153 of 399 ~ 38.35%

%35.59
%26.07
%38.35

CMYK color model

#8E6899 color CMYK value is (7,32,0,40).

  • cyan value is 7.19%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(7,32,0,40)
C7M32Y0K40 
(7%,32%,0%,40%)
(0.07/0.32/0.00/0.40)	

CMYK percentages

%7.19
%32.03
%0
%40

Codes

Color #8E6899 in popluar color models

8E6899
RGB142104153
HSL287°19.37%50.39%
HSB/HSV287°32.03%60.00%
CMYK7.19%32.03%0.00%
40.00%

Color #8E6899 in popluar number systems.

HEX8E6899
Decimal142104153
Binary10001110110100010011001
Octal216150231

Shades and tints

Shades of #8E6899

#8E6899
(142,104,153)
#825F8C
(130,95,140)
#76567F
(118,86,127)
#6A4D72
(106,77,114)
#5E4465
(94,68,101)
#523B58
(82,59,88)
#46324B
(70,50,75)
#3A293E
(58,41,62)
#2E2031
(46,32,49)
#221724
(34,23,36)
#160E17
(22,14,23)
#000000
(0,0,0)

Tints of #8E6899

#8E6899
(142,104,153)
#9875A2
(152,117,162)
#A282AB
(162,130,171)
#AC8FB4
(172,143,180)
#B69CBD
(182,156,189)
#C0A9C6
(192,169,198)
#CAB6CF
(202,182,207)
#D4C3D8
(212,195,216)
#DED0E1
(222,208,225)
#E8DDEA
(232,221,234)
#F2EAF3
(242,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6899 color. Also use rgb(142,104,153) instead hex code.

Text Font Color

.myTextColor { color: #8E6899; }

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

This text font color is #8E6899.


Background Color

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

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

This div background color is #8E6899.


Border color

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

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

This div border color is #8E6899.


Opacity

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

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

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

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

This text has shadow with #8E6899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6899 on black background.


Color preview on white background

This text has color #8E6899 on white background.



Black color preview on #8E6899 background

This text has black color on #8E6899 background.


White color preview on #8E6899 background

This text has white color on #8E6899 background.