COLOR #8E8BAA

HEX: #8E8BAA RGB: (142,139,170)

Color info

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

RGB color model

#8E8BAA color RGB value is (142,139,170).

RGB: (142,139,170) (56%, 55%, 67%)

RGB channels and saturation

R 142 of 255 = 56%
G 139 of 255 = 55%
B 170 of 255 = 67%

142
139
170

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

Portions of RGB colors in percentages

R + G + B = 142 + 139 + 170 = 451 (100%)
R 142 of 451 ~ 31.49%
G 139 of 451 ~ 30.82%
B 170 of 451 ~ 37.69'%

%31.49
%30.82
%37.69

CMYK color model

#8E8BAA color CMYK value is (16,18,0,33).

  • cyan value is 16.47%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (16,18,0,33) C16M18Y0K33 (16%,18%,0%,33%) (0.16/0.18/0.00/0.33) 

CMYK percentages

%16.47
%18.24
%0
%33.33

Codes

Color #8E8BAA in popluar color models

8E 8B AA
RGB 142 139 170
HSL 246° 15.42% 60.59%
HSB/HSV 246° 18.24% 66.67%
CMYK 16.47% 18.24% 0.00%
33.33%

Color #8E8BAA in popluar number systems.

HEX 8E 8B AA
Decimal 142 139 170
Binary 10001110 10001011 10101010
Octal 216 213 252

Shades and tints

Shades of #8E8BAA

#8E8BAA
(142,139,170)
#827F9B
(130,127,155)
#76738C
(118,115,140)
#6A677D
(106,103,125)
#5E5B6E
(94,91,110)
#524F5F
(82,79,95)
#464350
(70,67,80)
#3A3741
(58,55,65)
#2E2B32
(46,43,50)
#221F23
(34,31,35)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #8E8BAA

#8E8BAA
(142,139,170)
#9895B1
(152,149,177)
#A29FB8
(162,159,184)
#ACA9BF
(172,169,191)
#B6B3C6
(182,179,198)
#C0BDCD
(192,189,205)
#CAC7D4
(202,199,212)
#D4D1DB
(212,209,219)
#DEDBE2
(222,219,226)
#E8E5E9
(232,229,233)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8BAA; }

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

This text font color is #8E8BAA.

Background Color

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

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

This div background color is #8E8BAA.

Border color

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

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

This div border color is #8E8BAA.

Opacity

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

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

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

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

This text has shadow with #8E8BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8BAA.

Preview

Color preview on black background

This text has color #8E8BAA on black background.


Color preview on white background

This text has color #8E8BAA on white background.


Black color preview on #8E8BAA background

This text has black color on #8E8BAA background.


White color preview on #8E8BAA background

This text has white color on #8E8BAA background.


Related colors

Complementary color

Complementary color for #hex is #717455.


I love getcolorcode.com

Triadic colors

1 #AA8E8B and #8BAA8E with #8E8BAA are triadic colors.

2 #AA8B8E and #8B8EAA with #8E8BAA are triadic colors.