COLOR #8E86AA

HEX: #8E86AA RGB: (142,134,170)

Color info

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

RGB color model

#8E86AA color RGB value is (142,134,170).

RGB: (142,134,170) (56%, 53%, 67%)

RGB channels and saturation

R 142 of 255 = 56%
G 134 of 255 = 53%
B 170 of 255 = 67%

142
134
170

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

Portions of RGB colors in percentages

R + G + B = 142 + 134 + 170 = 446 (100%)
R 142 of 446 ~ 31.84%
G 134 of 446 ~ 30.04%
B 170 of 446 ~ 38.12'%

%31.84
%30.04
%38.12

CMYK color model

#8E86AA color CMYK value is (16,21,0,33).

  • cyan value is 16.47%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (16,21,0,33)
C16M21Y0K33 (16%, 21%, 0%, 33%)
(0.16 / 0.21 / 0.00 / 0.33)

CMYK percentages

%16.47
%21.18
%0
%33.33

Codes

Color #8E86AA in popluar color models

8E 86 AA
RGB 142 134 170
HSL 253° 17.48% 59.61%
HSB/HSV 253° 21.18% 66.67%
CMYK 16.47% 21.18% 0.00%
33.33%

Color #8E86AA in popluar number systems.

HEX 8E 86 AA
Decimal 142 134 170
Binary 10001110 10000110 10101010
Octal 216 206 252

Shades and tints

Shades of #8E86AA

#8E86AA
(142,134,170)
#827A9B
(130,122,155)
#766E8C
(118,110,140)
#6A627D
(106,98,125)
#5E566E
(94,86,110)
#524A5F
(82,74,95)
#463E50
(70,62,80)
#3A3241
(58,50,65)
#2E2632
(46,38,50)
#221A23
(34,26,35)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #8E86AA

#8E86AA
(142,134,170)
#9891B1
(152,145,177)
#A29CB8
(162,156,184)
#ACA7BF
(172,167,191)
#B6B2C6
(182,178,198)
#C0BDCD
(192,189,205)
#CAC8D4
(202,200,212)
#D4D3DB
(212,211,219)
#DEDEE2
(222,222,226)
#E8E9E9
(232,233,233)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E86AA color. Also use rgb(142,134,170) instead hex code.

Text Font Color

.myTextColor { color: #8E86AA; }

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

This text font color is #8E86AA.

Background Color

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

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

This div background color is #8E86AA.

Border color

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

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

This div border color is #8E86AA.

Opacity

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

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

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

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

This text has shadow with #8E86AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E86AA.

Preview

Color preview on black background

This text has color #8E86AA on black background.


Color preview on white background

This text has color #8E86AA on white background.


Black color preview on #8E86AA background

This text has black color on #8E86AA background.


White color preview on #8E86AA background

This text has white color on #8E86AA background.


Related colors

Complementary color

Complementary color for #hex is #717955.


I love getcolorcode.com

Triadic colors

1 #AA8E86 and #86AA8E with #8E86AA are triadic colors.

2 #AA868E and #868EAA with #8E86AA are triadic colors.