COLOR #8E87AD

HEX: #8E87AD RGB: (142,135,173)

Color info

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

RGB color model

#8E87AD color RGB value is (142,135,173).

RGB: (142,135,173) (56%, 53%, 68%)

RGB channels and saturation

R 142 of 255 = 56%
G 135 of 255 = 53%
B 173 of 255 = 68%

142
135
173

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

Portions of RGB colors in percentages

R + G + B = 142 + 135 + 173 = 450 (100%)
R 142 of 450 ~ 31.56%
G 135 of 450 ~ 30%
B 173 of 450 ~ 38.44'%

%31.56
%30
%38.44

CMYK color model

#8E87AD color CMYK value is (18,22,0,32).

  • cyan value is 17.92%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (18,22,0,32) C18M22Y0K32 (18%,22%,0%,32%) (0.18/0.22/0.00/0.32) 

CMYK percentages

%17.92
%21.97
%0
%32.16

Codes

Color #8E87AD in popluar color models

8E 87 AD
RGB 142 135 173
HSL 251° 18.81% 60.39%
HSB/HSV 251° 21.97% 67.84%
CMYK 17.92% 21.97% 0.00%
32.16%

Color #8E87AD in popluar number systems.

HEX 8E 87 AD
Decimal 142 135 173
Binary 10001110 10000111 10101101
Octal 216 207 255

Shades and tints

Shades of #8E87AD

#8E87AD
(142,135,173)
#827B9E
(130,123,158)
#766F8F
(118,111,143)
#6A6380
(106,99,128)
#5E5771
(94,87,113)
#524B62
(82,75,98)
#463F53
(70,63,83)
#3A3344
(58,51,68)
#2E2735
(46,39,53)
#221B26
(34,27,38)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #8E87AD

#8E87AD
(142,135,173)
#9891B4
(152,145,180)
#A29BBB
(162,155,187)
#ACA5C2
(172,165,194)
#B6AFC9
(182,175,201)
#C0B9D0
(192,185,208)
#CAC3D7
(202,195,215)
#D4CDDE
(212,205,222)
#DED7E5
(222,215,229)
#E8E1EC
(232,225,236)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E87AD color. Also use rgb(142,135,173) instead hex code.

Text Font Color

.myTextColor { color: #8E87AD; }

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

This text font color is #8E87AD.

Background Color

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

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

This div background color is #8E87AD.

Border color

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

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

This div border color is #8E87AD.

Opacity

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

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

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

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

This text has shadow with #8E87AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E87AD.

Preview

Color preview on black background

This text has color #8E87AD on black background.


Color preview on white background

This text has color #8E87AD on white background.


Black color preview on #8E87AD background

This text has black color on #8E87AD background.


White color preview on #8E87AD background

This text has white color on #8E87AD background.


Related colors

Complementary color

Complementary color for #hex is #717852.


I love getcolorcode.com

Triadic colors

1 #AD8E87 and #87AD8E with #8E87AD are triadic colors.

2 #AD878E and #878EAD with #8E87AD are triadic colors.