COLOR #8E68AB

HEX: #8E68AB RGB: (142,104,171)

Color info

#8E68AB contains mainly red and blue colors. Web safe color of #8E68AB is #996699 (or #969).

RGB color model

#8E68AB color RGB value is (142,104,171).

RGB: (142,104,171) (56%, 41%, 67%)

RGB channels and saturation

R 142 of 255 = 56%
G 104 of 255 = 41%
B 171 of 255 = 67%

142
104
171

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

Portions of RGB colors in percentages

R + G + B = 142 + 104 + 171 = 417 (100%)
R 142 of 417 ~ 34.05%
G 104 of 417 ~ 24.94%
B 171 of 417 ~ 41.01'%

%34.05
%24.94
%41.01

CMYK color model

#8E68AB color CMYK value is (17,39,0,33).

  • cyan value is 16.96%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (17,39,0,33)
C17M39Y0K33 (17%, 39%, 0%, 33%)
(0.17 / 0.39 / 0.00 / 0.33)

CMYK percentages

%16.96
%39.18
%0
%32.94

Codes

Color #8E68AB in popluar color models

8E 68 AB
RGB 142 104 171
HSL 274° 28.51% 53.92%
HSB/HSV 274° 39.18% 67.06%
CMYK 16.96% 39.18% 0.00%
32.94%

Color #8E68AB in popluar number systems.

HEX 8E 68 AB
Decimal 142 104 171
Binary 10001110 1101000 10101011
Octal 216 150 253

Shades and tints

Shades of #8E68AB

#8E68AB
(142,104,171)
#825F9C
(130,95,156)
#76568D
(118,86,141)
#6A4D7E
(106,77,126)
#5E446F
(94,68,111)
#523B60
(82,59,96)
#463251
(70,50,81)
#3A2942
(58,41,66)
#2E2033
(46,32,51)
#221724
(34,23,36)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #8E68AB

#8E68AB
(142,104,171)
#9875B2
(152,117,178)
#A282B9
(162,130,185)
#AC8FC0
(172,143,192)
#B69CC7
(182,156,199)
#C0A9CE
(192,169,206)
#CAB6D5
(202,182,213)
#D4C3DC
(212,195,220)
#DED0E3
(222,208,227)
#E8DDEA
(232,221,234)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E68AB; }

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

This text font color is #8E68AB.

Background Color

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

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

This div background color is #8E68AB.

Border color

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

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

This div border color is #8E68AB.

Opacity

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

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

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

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

This text has shadow with #8E68AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E68AB.

Preview

Color preview on black background

This text has color #8E68AB on black background.


Color preview on white background

This text has color #8E68AB on white background.


Black color preview on #8E68AB background

This text has black color on #8E68AB background.


White color preview on #8E68AB background

This text has white color on #8E68AB background.


Related colors

Complementary color

Complementary color for #hex is #719754.


I love getcolorcode.com

Triadic colors

1 #AB8E68 and #68AB8E with #8E68AB are triadic colors.

2 #AB688E and #688EAB with #8E68AB are triadic colors.