COLOR #8E84C7

HEX: #8E84C7
RGB: (142,132,199)

Color info

#8E84C7 contains mainly red and blue colors. Web safe color of #8E84C7 is #9999CC (or #99C).

RGB color model

#8E84C7 color RGB value is (142,132,199).

  • red value is 142;
  • green value is 132;
  • blue value is 199.
RGB:
(142,132,199)
(56%,52%,78%)

RGB channels and saturation

R 142 of 255 = 56%
G 132 of 255 = 52%
B 199 of 255 = 78%

142
132
199

R + G + B ~ 62%. #8E84C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 132 + 199 = 473 (100%)
R 142 of 473 ~ 30.02%
G 132 of 473 ~ 27.91%
B 199 of 473 ~ 42.07%

%30.02
%27.91
%42.07

CMYK color model

#8E84C7 color CMYK value is (29,34,0,22).

  • cyan value is 28.64%
  • magenta value is 33.67%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(29,34,0,22)
C29M34Y0K22 
(29%,34%,0%,22%)
(0.29/0.34/0.00/0.22)	

CMYK percentages

%28.64
%33.67
%0
%21.96

Codes

Color #8E84C7 in popluar color models

8E84C7
RGB142132199
HSL249°37.43%64.90%
HSB/HSV249°33.67%78.04%
CMYK28.64%33.67%0.00%
21.96%

Color #8E84C7 in popluar number systems.

HEX8E84C7
Decimal142132199
Binary100011101000010011000111
Octal216204307

Shades and tints

Shades of #8E84C7

#8E84C7
(142,132,199)
#8278B5
(130,120,181)
#766CA3
(118,108,163)
#6A6091
(106,96,145)
#5E547F
(94,84,127)
#52486D
(82,72,109)
#463C5B
(70,60,91)
#3A3049
(58,48,73)
#2E2437
(46,36,55)
#221825
(34,24,37)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #8E84C7

#8E84C7
(142,132,199)
#988FCC
(152,143,204)
#A29AD1
(162,154,209)
#ACA5D6
(172,165,214)
#B6B0DB
(182,176,219)
#C0BBE0
(192,187,224)
#CAC6E5
(202,198,229)
#D4D1EA
(212,209,234)
#DEDCEF
(222,220,239)
#E8E7F4
(232,231,244)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E84C7 color. Also use rgb(142,132,199) instead hex code.

Text Font Color

.myTextColor { color: #8E84C7; }

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

This text font color is #8E84C7.


Background Color

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

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

This div background color is #8E84C7.


Border color

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

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

This div border color is #8E84C7.


Opacity

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

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

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

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

This text has shadow with #8E84C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E84C7 on black background.


Color preview on white background

This text has color #8E84C7 on white background.



Black color preview on #8E84C7 background

This text has black color on #8E84C7 background.


White color preview on #8E84C7 background

This text has white color on #8E84C7 background.