COLOR #8E8EAC

HEX: #8E8EAC
RGB: (142,142,172)

Color info

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

RGB color model

#8E8EAC color RGB value is (142,142,172).

  • red value is 142;
  • green value is 142;
  • blue value is 172.
RGB:
(142,142,172)
(56%,56%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 142 of 255 = 56%
B 172 of 255 = 67%

142
142
172

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

Portions of RGB colors in percentages

R + G + B =
142 + 142 + 172 = 456 (100%)
R 142 of 456 ~ 31.14%
G 142 of 456 ~ 31.14%
B 172 of 456 ~ 37.72%

%31.14
%31.14
%37.72

CMYK color model

#8E8EAC color CMYK value is (17,17,0,33).

  • cyan value is 17.44%
  • magenta value is 17.44%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(17,17,0,33)
C17M17Y0K33 
(17%,17%,0%,33%)
(0.17/0.17/0.00/0.33)	

CMYK percentages

%17.44
%17.44
%0
%32.55

Codes

Color #8E8EAC in popluar color models

8E8EAC
RGB142142172
HSL240°15.31%61.57%
HSB/HSV240°17.44%67.45%
CMYK17.44%17.44%0.00%
32.55%

Color #8E8EAC in popluar number systems.

HEX8E8EAC
Decimal142142172
Binary100011101000111010101100
Octal216216254

Shades and tints

Shades of #8E8EAC

#8E8EAC
(142,142,172)
#82829D
(130,130,157)
#76768E
(118,118,142)
#6A6A7F
(106,106,127)
#5E5E70
(94,94,112)
#525261
(82,82,97)
#464652
(70,70,82)
#3A3A43
(58,58,67)
#2E2E34
(46,46,52)
#222225
(34,34,37)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #8E8EAC

#8E8EAC
(142,142,172)
#9898B3
(152,152,179)
#A2A2BA
(162,162,186)
#ACACC1
(172,172,193)
#B6B6C8
(182,182,200)
#C0C0CF
(192,192,207)
#CACAD6
(202,202,214)
#D4D4DD
(212,212,221)
#DEDEE4
(222,222,228)
#E8E8EB
(232,232,235)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8EAC; }

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

This text font color is #8E8EAC.


Background Color

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

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

This div background color is #8E8EAC.


Border color

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

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

This div border color is #8E8EAC.


Opacity

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

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

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

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

This text has shadow with #8E8EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8EAC on black background.


Color preview on white background

This text has color #8E8EAC on white background.



Black color preview on #8E8EAC background

This text has black color on #8E8EAC background.


White color preview on #8E8EAC background

This text has white color on #8E8EAC background.