COLOR #8E6687

HEX: #8E6687
RGB: (142,102,135)

Color info

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

RGB color model

#8E6687 color RGB value is (142,102,135).

  • red value is 142;
  • green value is 102;
  • blue value is 135.
RGB:
(142,102,135)
(56%,40%,53%)

RGB channels and saturation

R 142 of 255 = 56%
G 102 of 255 = 40%
B 135 of 255 = 53%

142
102
135

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

Portions of RGB colors in percentages

R + G + B =
142 + 102 + 135 = 379 (100%)
R 142 of 379 ~ 37.47%
G 102 of 379 ~ 26.91%
B 135 of 379 ~ 35.62%

%37.47
%26.91
%35.62

CMYK color model

#8E6687 color CMYK value is (0,28,5,44).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 4.93%
  • key color value is 44.31%
CMYK:
(0,28,5,44)
C0M28Y5K44 
(0%,28%,5%,44%)
(0.00/0.28/0.05/0.44)	

CMYK percentages

%0
%28.17
%4.93
%44.31

Codes

Color #8E6687 in popluar color models

8E6687
RGB142102135
HSL311°16.39%47.84%
HSB/HSV311°28.17%55.69%
CMYK0.00%28.17%4.93%
44.31%

Color #8E6687 in popluar number systems.

HEX8E6687
Decimal142102135
Binary10001110110011010000111
Octal216146207

Shades and tints

Shades of #8E6687

#8E6687
(142,102,135)
#825D7B
(130,93,123)
#76546F
(118,84,111)
#6A4B63
(106,75,99)
#5E4257
(94,66,87)
#52394B
(82,57,75)
#46303F
(70,48,63)
#3A2733
(58,39,51)
#2E1E27
(46,30,39)
#22151B
(34,21,27)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #8E6687

#8E6687
(142,102,135)
#987391
(152,115,145)
#A2809B
(162,128,155)
#AC8DA5
(172,141,165)
#B69AAF
(182,154,175)
#C0A7B9
(192,167,185)
#CAB4C3
(202,180,195)
#D4C1CD
(212,193,205)
#DECED7
(222,206,215)
#E8DBE1
(232,219,225)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6687 color. Also use rgb(142,102,135) instead hex code.

Text Font Color

.myTextColor { color: #8E6687; }

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

This text font color is #8E6687.


Background Color

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

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

This div background color is #8E6687.


Border color

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

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

This div border color is #8E6687.


Opacity

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

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

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

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

This text has shadow with #8E6687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6687 on black background.


Color preview on white background

This text has color #8E6687 on white background.



Black color preview on #8E6687 background

This text has black color on #8E6687 background.


White color preview on #8E6687 background

This text has white color on #8E6687 background.