COLOR #8E699D

HEX: #8E699D
RGB: (142,105,157)

Color info

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

RGB color model

#8E699D color RGB value is (142,105,157).

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

RGB channels and saturation

R 142 of 255 = 56%
G 105 of 255 = 41%
B 157 of 255 = 62%

142
105
157

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

Portions of RGB colors in percentages

R + G + B =
142 + 105 + 157 = 404 (100%)
R 142 of 404 ~ 35.15%
G 105 of 404 ~ 25.99%
B 157 of 404 ~ 38.86%

%35.15
%25.99
%38.86

CMYK color model

#8E699D color CMYK value is (10,33,0,38).

  • cyan value is 9.55%
  • magenta value is 33.12%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(10,33,0,38)
C10M33Y0K38 
(10%,33%,0%,38%)
(0.10/0.33/0.00/0.38)	

CMYK percentages

%9.55
%33.12
%0
%38.43

Codes

Color #8E699D in popluar color models

8E699D
RGB142105157
HSL283°20.97%51.37%
HSB/HSV283°33.12%61.57%
CMYK9.55%33.12%0.00%
38.43%

Color #8E699D in popluar number systems.

HEX8E699D
Decimal142105157
Binary10001110110100110011101
Octal216151235

Shades and tints

Shades of #8E699D

#8E699D
(142,105,157)
#82608F
(130,96,143)
#765781
(118,87,129)
#6A4E73
(106,78,115)
#5E4565
(94,69,101)
#523C57
(82,60,87)
#463349
(70,51,73)
#3A2A3B
(58,42,59)
#2E212D
(46,33,45)
#22181F
(34,24,31)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #8E699D

#8E699D
(142,105,157)
#9876A5
(152,118,165)
#A283AD
(162,131,173)
#AC90B5
(172,144,181)
#B69DBD
(182,157,189)
#C0AAC5
(192,170,197)
#CAB7CD
(202,183,205)
#D4C4D5
(212,196,213)
#DED1DD
(222,209,221)
#E8DEE5
(232,222,229)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E699D; }

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

This text font color is #8E699D.


Background Color

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

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

This div background color is #8E699D.


Border color

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

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

This div border color is #8E699D.


Opacity

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

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

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

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

This text has shadow with #8E699D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E699D on black background.


Color preview on white background

This text has color #8E699D on white background.



Black color preview on #8E699D background

This text has black color on #8E699D background.


White color preview on #8E699D background

This text has white color on #8E699D background.