COLOR #8E6287

HEX: #8E6287 RGB: (142,98,135)

Color info

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

RGB color model

#8E6287 color RGB value is (142,98,135).

RGB: (142,98,135) (56%, 38%, 53%)

RGB channels and saturation

R 142 of 255 = 56%
G 98 of 255 = 38%
B 135 of 255 = 53%

142
98
135

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

Portions of RGB colors in percentages

R + G + B = 142 + 98 + 135 = 375 (100%)
R 142 of 375 ~ 37.87%
G 98 of 375 ~ 26.13%
B 135 of 375 ~ 36'%

%37.87
%26.13
%36

CMYK color model

#8E6287 color CMYK value is (0,31,5,44).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 4.93%
  • key color value is 44.31%

CMYK: (0,31,5,44)
C0M31Y5K44 (0%, 31%, 5%, 44%)
(0.00 / 0.31 / 0.05 / 0.44)

CMYK percentages

%0
%30.99
%4.93
%44.31

Codes

Color #8E6287 in popluar color models

8E 62 87
RGB 142 98 135
HSL 310° 18.33% 47.06%
HSB/HSV 310° 30.99% 55.69%
CMYK 0.00% 30.99% 4.93%
44.31%

Color #8E6287 in popluar number systems.

HEX 8E 62 87
Decimal 142 98 135
Binary 10001110 1100010 10000111
Octal 216 142 207

Shades and tints

Shades of #8E6287

#8E6287
(142,98,135)
#825A7B
(130,90,123)
#76526F
(118,82,111)
#6A4A63
(106,74,99)
#5E4257
(94,66,87)
#523A4B
(82,58,75)
#46323F
(70,50,63)
#3A2A33
(58,42,51)
#2E2227
(46,34,39)
#221A1B
(34,26,27)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #8E6287

#8E6287
(142,98,135)
#987091
(152,112,145)
#A27E9B
(162,126,155)
#AC8CA5
(172,140,165)
#B69AAF
(182,154,175)
#C0A8B9
(192,168,185)
#CAB6C3
(202,182,195)
#D4C4CD
(212,196,205)
#DED2D7
(222,210,215)
#E8E0E1
(232,224,225)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6287; }

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

This text font color is #8E6287.

Background Color

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

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

This div background color is #8E6287.

Border color

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

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

This div border color is #8E6287.

Opacity

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

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

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

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

This text has shadow with #8E6287 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6287.

Preview

Color preview on black background

This text has color #8E6287 on black background.


Color preview on white background

This text has color #8E6287 on white background.


Black color preview on #8E6287 background

This text has black color on #8E6287 background.


White color preview on #8E6287 background

This text has white color on #8E6287 background.


Related colors

Complementary color

Complementary color for #hex is #719D78.


I love getcolorcode.com

Triadic colors

1 #878E62 and #62878E with #8E6287 are triadic colors.

2 #87628E and #628E87 with #8E6287 are triadic colors.