COLOR #8E6BBD

HEX: #8E6BBD
RGB: (142,107,189)

Color info

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

RGB color model

#8E6BBD color RGB value is (142,107,189).

  • red value is 142;
  • green value is 107;
  • blue value is 189.
RGB:
(142,107,189)
(56%,42%,74%)

RGB channels and saturation

R 142 of 255 = 56%
G 107 of 255 = 42%
B 189 of 255 = 74%

142
107
189

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

Portions of RGB colors in percentages

R + G + B =
142 + 107 + 189 = 438 (100%)
R 142 of 438 ~ 32.42%
G 107 of 438 ~ 24.43%
B 189 of 438 ~ 43.15%

%32.42
%24.43
%43.15

CMYK color model

#8E6BBD color CMYK value is (25,43,0,26).

  • cyan value is 24.87%
  • magenta value is 43.39%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(25,43,0,26)
C25M43Y0K26 
(25%,43%,0%,26%)
(0.25/0.43/0.00/0.26)	

CMYK percentages

%24.87
%43.39
%0
%25.88

Codes

Color #8E6BBD in popluar color models

8E6BBD
RGB142107189
HSL266°38.32%58.04%
HSB/HSV266°43.39%74.12%
CMYK24.87%43.39%0.00%
25.88%

Color #8E6BBD in popluar number systems.

HEX8E6BBD
Decimal142107189
Binary10001110110101110111101
Octal216153275

Shades and tints

Shades of #8E6BBD

#8E6BBD
(142,107,189)
#8262AC
(130,98,172)
#76599B
(118,89,155)
#6A508A
(106,80,138)
#5E4779
(94,71,121)
#523E68
(82,62,104)
#463557
(70,53,87)
#3A2C46
(58,44,70)
#2E2335
(46,35,53)
#221A24
(34,26,36)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #8E6BBD

#8E6BBD
(142,107,189)
#9878C3
(152,120,195)
#A285C9
(162,133,201)
#AC92CF
(172,146,207)
#B69FD5
(182,159,213)
#C0ACDB
(192,172,219)
#CAB9E1
(202,185,225)
#D4C6E7
(212,198,231)
#DED3ED
(222,211,237)
#E8E0F3
(232,224,243)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6BBD; }

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

This text font color is #8E6BBD.


Background Color

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

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

This div background color is #8E6BBD.


Border color

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

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

This div border color is #8E6BBD.


Opacity

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

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

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

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

This text has shadow with #8E6BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6BBD on black background.


Color preview on white background

This text has color #8E6BBD on white background.



Black color preview on #8E6BBD background

This text has black color on #8E6BBD background.


White color preview on #8E6BBD background

This text has white color on #8E6BBD background.