COLOR #8E8CB9

HEX: #8E8CB9
RGB: (142,140,185)

Color info

#8E8CB9 contains red, green and blue colors in about the same proportion. Web safe color of #8E8CB9 is #9999CC (or #99C).

RGB color model

#8E8CB9 color RGB value is (142,140,185).

  • red value is 142;
  • green value is 140;
  • blue value is 185.
RGB:
(142,140,185)
(56%,55%,73%)

RGB channels and saturation

R 142 of 255 = 56%
G 140 of 255 = 55%
B 185 of 255 = 73%

142
140
185

R + G + B ~ 61%. #8E8CB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 140 + 185 = 467 (100%)
R 142 of 467 ~ 30.41%
G 140 of 467 ~ 29.98%
B 185 of 467 ~ 39.61%

%30.41
%29.98
%39.61

CMYK color model

#8E8CB9 color CMYK value is (23,24,0,27).

  • cyan value is 23.24%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(23,24,0,27)
C23M24Y0K27 
(23%,24%,0%,27%)
(0.23/0.24/0.00/0.27)	

CMYK percentages

%23.24
%24.32
%0
%27.45

Codes

Color #8E8CB9 in popluar color models

8E8CB9
RGB142140185
HSL243°24.32%63.73%
HSB/HSV243°24.32%72.55%
CMYK23.24%24.32%0.00%
27.45%

Color #8E8CB9 in popluar number systems.

HEX8E8CB9
Decimal142140185
Binary100011101000110010111001
Octal216214271

Shades and tints

Shades of #8E8CB9

#8E8CB9
(142,140,185)
#8280A9
(130,128,169)
#767499
(118,116,153)
#6A6889
(106,104,137)
#5E5C79
(94,92,121)
#525069
(82,80,105)
#464459
(70,68,89)
#3A3849
(58,56,73)
#2E2C39
(46,44,57)
#222029
(34,32,41)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #8E8CB9

#8E8CB9
(142,140,185)
#9896BF
(152,150,191)
#A2A0C5
(162,160,197)
#ACAACB
(172,170,203)
#B6B4D1
(182,180,209)
#C0BED7
(192,190,215)
#CAC8DD
(202,200,221)
#D4D2E3
(212,210,227)
#DEDCE9
(222,220,233)
#E8E6EF
(232,230,239)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8CB9; }

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

This text font color is #8E8CB9.


Background Color

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

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

This div background color is #8E8CB9.


Border color

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

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

This div border color is #8E8CB9.


Opacity

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

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

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

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

This text has shadow with #8E8CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8CB9 on black background.


Color preview on white background

This text has color #8E8CB9 on white background.



Black color preview on #8E8CB9 background

This text has black color on #8E8CB9 background.


White color preview on #8E8CB9 background

This text has white color on #8E8CB9 background.