COLOR #8E93AB

HEX: #8E93AB
RGB: (142,147,171)

Color info

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

RGB color model

#8E93AB color RGB value is (142,147,171).

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

RGB channels and saturation

R 142 of 255 = 56%
G 147 of 255 = 58%
B 171 of 255 = 67%

142
147
171

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

Portions of RGB colors in percentages

R + G + B =
142 + 147 + 171 = 460 (100%)
R 142 of 460 ~ 30.87%
G 147 of 460 ~ 31.96%
B 171 of 460 ~ 37.17%

%30.87
%31.96
%37.17

CMYK color model

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

  • cyan value is 16.96%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(17,14,0,33)
C17M14Y0K33 
(17%,14%,0%,33%)
(0.17/0.14/0.00/0.33)	

CMYK percentages

%16.96
%14.04
%0
%32.94

Codes

Color #8E93AB in popluar color models

8E93AB
RGB142147171
HSL230°14.72%61.37%
HSB/HSV230°16.96%67.06%
CMYK16.96%14.04%0.00%
32.94%

Color #8E93AB in popluar number systems.

HEX8E93AB
Decimal142147171
Binary100011101001001110101011
Octal216223253

Shades and tints

Shades of #8E93AB

#8E93AB
(142,147,171)
#82869C
(130,134,156)
#76798D
(118,121,141)
#6A6C7E
(106,108,126)
#5E5F6F
(94,95,111)
#525260
(82,82,96)
#464551
(70,69,81)
#3A3842
(58,56,66)
#2E2B33
(46,43,51)
#221E24
(34,30,36)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #8E93AB

#8E93AB
(142,147,171)
#989CB2
(152,156,178)
#A2A5B9
(162,165,185)
#ACAEC0
(172,174,192)
#B6B7C7
(182,183,199)
#C0C0CE
(192,192,206)
#CAC9D5
(202,201,213)
#D4D2DC
(212,210,220)
#DEDBE3
(222,219,227)
#E8E4EA
(232,228,234)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E93AB; }

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

This text font color is #8E93AB.


Background Color

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

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

This div background color is #8E93AB.


Border color

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

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

This div border color is #8E93AB.


Opacity

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

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

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

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

This text has shadow with #8E93AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E93AB on black background.


Color preview on white background

This text has color #8E93AB on white background.



Black color preview on #8E93AB background

This text has black color on #8E93AB background.


White color preview on #8E93AB background

This text has white color on #8E93AB background.