COLOR #8E8EBE

HEX: #8E8EBE
RGB: (142,142,190)

Color info

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

RGB color model

#8E8EBE color RGB value is (142,142,190).

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

RGB channels and saturation

R 142 of 255 = 56%
G 142 of 255 = 56%
B 190 of 255 = 75%

142
142
190

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

Portions of RGB colors in percentages

R + G + B =
142 + 142 + 190 = 474 (100%)
R 142 of 474 ~ 29.96%
G 142 of 474 ~ 29.96%
B 190 of 474 ~ 40.08%

%29.96
%29.96
%40.08

CMYK color model

#8E8EBE color CMYK value is (25,25,0,25).

  • cyan value is 25.26%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(25,25,0,25)
C25M25Y0K25 
(25%,25%,0%,25%)
(0.25/0.25/0.00/0.25)	

CMYK percentages

%25.26
%25.26
%0
%25.49

Codes

Color #8E8EBE in popluar color models

8E8EBE
RGB142142190
HSL240°26.97%65.10%
HSB/HSV240°25.26%74.51%
CMYK25.26%25.26%0.00%
25.49%

Color #8E8EBE in popluar number systems.

HEX8E8EBE
Decimal142142190
Binary100011101000111010111110
Octal216216276

Shades and tints

Shades of #8E8EBE

#8E8EBE
(142,142,190)
#8282AD
(130,130,173)
#76769C
(118,118,156)
#6A6A8B
(106,106,139)
#5E5E7A
(94,94,122)
#525269
(82,82,105)
#464658
(70,70,88)
#3A3A47
(58,58,71)
#2E2E36
(46,46,54)
#222225
(34,34,37)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #8E8EBE

#8E8EBE
(142,142,190)
#9898C3
(152,152,195)
#A2A2C8
(162,162,200)
#ACACCD
(172,172,205)
#B6B6D2
(182,182,210)
#C0C0D7
(192,192,215)
#CACADC
(202,202,220)
#D4D4E1
(212,212,225)
#DEDEE6
(222,222,230)
#E8E8EB
(232,232,235)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8EBE; }

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

This text font color is #8E8EBE.


Background Color

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

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

This div background color is #8E8EBE.


Border color

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

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

This div border color is #8E8EBE.


Opacity

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

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

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

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

This text has shadow with #8E8EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8EBE on black background.


Color preview on white background

This text has color #8E8EBE on white background.



Black color preview on #8E8EBE background

This text has black color on #8E8EBE background.


White color preview on #8E8EBE background

This text has white color on #8E8EBE background.