COLOR #8E8CBF

HEX: #8E8CBF
RGB: (142,140,191)

Color info

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

RGB color model

#8E8CBF color RGB value is (142,140,191).

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

RGB channels and saturation

R 142 of 255 = 56%
G 140 of 255 = 55%
B 191 of 255 = 75%

142
140
191

R + G + B ~ 62%. #8E8CBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 140 + 191 = 473 (100%)
R 142 of 473 ~ 30.02%
G 140 of 473 ~ 29.6%
B 191 of 473 ~ 40.38%

%30.02
%29.6
%40.38

CMYK color model

#8E8CBF color CMYK value is (26,27,0,25).

  • cyan value is 25.65%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(26,27,0,25)
C26M27Y0K25 
(26%,27%,0%,25%)
(0.26/0.27/0.00/0.25)	

CMYK percentages

%25.65
%26.7
%0
%25.1

Codes

Color #8E8CBF in popluar color models

8E8CBF
RGB142140191
HSL242°28.49%64.90%
HSB/HSV242°26.70%74.90%
CMYK25.65%26.70%0.00%
25.10%

Color #8E8CBF in popluar number systems.

HEX8E8CBF
Decimal142140191
Binary100011101000110010111111
Octal216214277

Shades and tints

Shades of #8E8CBF

#8E8CBF
(142,140,191)
#8280AE
(130,128,174)
#76749D
(118,116,157)
#6A688C
(106,104,140)
#5E5C7B
(94,92,123)
#52506A
(82,80,106)
#464459
(70,68,89)
#3A3848
(58,56,72)
#2E2C37
(46,44,55)
#222026
(34,32,38)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #8E8CBF

#8E8CBF
(142,140,191)
#9896C4
(152,150,196)
#A2A0C9
(162,160,201)
#ACAACE
(172,170,206)
#B6B4D3
(182,180,211)
#C0BED8
(192,190,216)
#CAC8DD
(202,200,221)
#D4D2E2
(212,210,226)
#DEDCE7
(222,220,231)
#E8E6EC
(232,230,236)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8CBF; }

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

This text font color is #8E8CBF.


Background Color

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

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

This div background color is #8E8CBF.


Border color

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

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

This div border color is #8E8CBF.


Opacity

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

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

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

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

This text has shadow with #8E8CBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8CBF on black background.


Color preview on white background

This text has color #8E8CBF on white background.



Black color preview on #8E8CBF background

This text has black color on #8E8CBF background.


White color preview on #8E8CBF background

This text has white color on #8E8CBF background.