COLOR #8E7699

HEX: #8E7699
RGB: (142,118,153)

Color info

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

RGB color model

#8E7699 color RGB value is (142,118,153).

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

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 153 of 255 = 60%

142
118
153

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

Portions of RGB colors in percentages

R + G + B =
142 + 118 + 153 = 413 (100%)
R 142 of 413 ~ 34.38%
G 118 of 413 ~ 28.57%
B 153 of 413 ~ 37.05%

%34.38
%28.57
%37.05

CMYK color model

#8E7699 color CMYK value is (7,23,0,40).

  • cyan value is 7.19%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(7,23,0,40)
C7M23Y0K40 
(7%,23%,0%,40%)
(0.07/0.23/0.00/0.40)	

CMYK percentages

%7.19
%22.88
%0
%40

Codes

Color #8E7699 in popluar color models

8E7699
RGB142118153
HSL281°14.64%53.14%
HSB/HSV281°22.88%60.00%
CMYK7.19%22.88%0.00%
40.00%

Color #8E7699 in popluar number systems.

HEX8E7699
Decimal142118153
Binary10001110111011010011001
Octal216166231

Shades and tints

Shades of #8E7699

#8E7699
(142,118,153)
#826C8C
(130,108,140)
#76627F
(118,98,127)
#6A5872
(106,88,114)
#5E4E65
(94,78,101)
#524458
(82,68,88)
#463A4B
(70,58,75)
#3A303E
(58,48,62)
#2E2631
(46,38,49)
#221C24
(34,28,36)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #8E7699

#8E7699
(142,118,153)
#9882A2
(152,130,162)
#A28EAB
(162,142,171)
#AC9AB4
(172,154,180)
#B6A6BD
(182,166,189)
#C0B2C6
(192,178,198)
#CABECF
(202,190,207)
#D4CAD8
(212,202,216)
#DED6E1
(222,214,225)
#E8E2EA
(232,226,234)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7699; }

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

This text font color is #8E7699.


Background Color

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

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

This div background color is #8E7699.


Border color

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

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

This div border color is #8E7699.


Opacity

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

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

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

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

This text has shadow with #8E7699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7699 on black background.


Color preview on white background

This text has color #8E7699 on white background.



Black color preview on #8E7699 background

This text has black color on #8E7699 background.


White color preview on #8E7699 background

This text has white color on #8E7699 background.