COLOR #8E80BD

HEX: #8E80BD RGB: (142,128,189)

Color info

#8E80BD contains mainly red and blue colors. Web safe color of #8E80BD is #9966CC (or #96C).

RGB color model

#8E80BD color RGB value is (142,128,189).

RGB: (142,128,189) (56%, 50%, 74%)

RGB channels and saturation

R 142 of 255 = 56%
G 128 of 255 = 50%
B 189 of 255 = 74%

142
128
189

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

Portions of RGB colors in percentages

R + G + B = 142 + 128 + 189 = 459 (100%)
R 142 of 459 ~ 30.94%
G 128 of 459 ~ 27.89%
B 189 of 459 ~ 41.18'%

%30.94
%27.89
%41.18

CMYK color model

#8E80BD color CMYK value is (25,32,0,26).

  • cyan value is 24.87%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (25,32,0,26)
C25M32Y0K26 (25%, 32%, 0%, 26%)
(0.25 / 0.32 / 0.00 / 0.26)

CMYK percentages

%24.87
%32.28
%0
%25.88

Codes

Color #8E80BD in popluar color models

8E 80 BD
RGB 142 128 189
HSL 254° 31.61% 62.16%
HSB/HSV 254° 32.28% 74.12%
CMYK 24.87% 32.28% 0.00%
25.88%

Color #8E80BD in popluar number systems.

HEX 8E 80 BD
Decimal 142 128 189
Binary 10001110 10000000 10111101
Octal 216 200 275

Shades and tints

Shades of #8E80BD

#8E80BD
(142,128,189)
#8275AC
(130,117,172)
#766A9B
(118,106,155)
#6A5F8A
(106,95,138)
#5E5479
(94,84,121)
#524968
(82,73,104)
#463E57
(70,62,87)
#3A3346
(58,51,70)
#2E2835
(46,40,53)
#221D24
(34,29,36)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #8E80BD

#8E80BD
(142,128,189)
#988BC3
(152,139,195)
#A296C9
(162,150,201)
#ACA1CF
(172,161,207)
#B6ACD5
(182,172,213)
#C0B7DB
(192,183,219)
#CAC2E1
(202,194,225)
#D4CDE7
(212,205,231)
#DED8ED
(222,216,237)
#E8E3F3
(232,227,243)
#F2EEF9
(242,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E80BD color. Also use rgb(142,128,189) instead hex code.

Text Font Color

.myTextColor { color: #8E80BD; }

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

This text font color is #8E80BD.

Background Color

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

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

This div background color is #8E80BD.

Border color

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

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

This div border color is #8E80BD.

Opacity

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

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

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

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

This text has shadow with #8E80BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E80BD.

Preview

Color preview on black background

This text has color #8E80BD on black background.


Color preview on white background

This text has color #8E80BD on white background.


Black color preview on #8E80BD background

This text has black color on #8E80BD background.


White color preview on #8E80BD background

This text has white color on #8E80BD background.


Related colors

Complementary color

Complementary color for #hex is #717F42.


I love getcolorcode.com

Triadic colors

1 #BD8E80 and #80BD8E with #8E80BD are triadic colors.

2 #BD808E and #808EBD with #8E80BD are triadic colors.