COLOR #8E84A2

HEX: #8E84A2
RGB: (142,132,162)

Color info

#8E84A2 contains red, green and blue colors in about the same proportion. Web safe color of #8E84A2 is #999999 (or #999).

RGB color model

#8E84A2 color RGB value is (142,132,162).

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

RGB channels and saturation

R 142 of 255 = 56%
G 132 of 255 = 52%
B 162 of 255 = 64%

142
132
162

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

Portions of RGB colors in percentages

R + G + B =
142 + 132 + 162 = 436 (100%)
R 142 of 436 ~ 32.57%
G 132 of 436 ~ 30.28%
B 162 of 436 ~ 37.16%

%32.57
%30.28
%37.16

CMYK color model

#8E84A2 color CMYK value is (12,19,0,36).

  • cyan value is 12.35%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(12,19,0,36)
C12M19Y0K36 
(12%,19%,0%,36%)
(0.12/0.19/0.00/0.36)	

CMYK percentages

%12.35
%18.52
%0
%36.47

Codes

Color #8E84A2 in popluar color models

8E84A2
RGB142132162
HSL260°13.89%57.65%
HSB/HSV260°18.52%63.53%
CMYK12.35%18.52%0.00%
36.47%

Color #8E84A2 in popluar number systems.

HEX8E84A2
Decimal142132162
Binary100011101000010010100010
Octal216204242

Shades and tints

Shades of #8E84A2

#8E84A2
(142,132,162)
#827894
(130,120,148)
#766C86
(118,108,134)
#6A6078
(106,96,120)
#5E546A
(94,84,106)
#52485C
(82,72,92)
#463C4E
(70,60,78)
#3A3040
(58,48,64)
#2E2432
(46,36,50)
#221824
(34,24,36)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #8E84A2

#8E84A2
(142,132,162)
#988FAA
(152,143,170)
#A29AB2
(162,154,178)
#ACA5BA
(172,165,186)
#B6B0C2
(182,176,194)
#C0BBCA
(192,187,202)
#CAC6D2
(202,198,210)
#D4D1DA
(212,209,218)
#DEDCE2
(222,220,226)
#E8E7EA
(232,231,234)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E84A2; }

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

This text font color is #8E84A2.


Background Color

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

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

This div background color is #8E84A2.


Border color

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

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

This div border color is #8E84A2.


Opacity

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

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

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

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

This text has shadow with #8E84A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E84A2 on black background.


Color preview on white background

This text has color #8E84A2 on white background.



Black color preview on #8E84A2 background

This text has black color on #8E84A2 background.


White color preview on #8E84A2 background

This text has white color on #8E84A2 background.