COLOR #8E8EBC

HEX: #8E8EBC
RGB: (142,142,188)

Color info

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

RGB color model

#8E8EBC color RGB value is (142,142,188).

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

RGB channels and saturation

R 142 of 255 = 56%
G 142 of 255 = 56%
B 188 of 255 = 74%

142
142
188

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

Portions of RGB colors in percentages

R + G + B =
142 + 142 + 188 = 472 (100%)
R 142 of 472 ~ 30.08%
G 142 of 472 ~ 30.08%
B 188 of 472 ~ 39.83%

%30.08
%30.08
%39.83

CMYK color model

#8E8EBC color CMYK value is (24,24,0,26).

  • cyan value is 24.47%
  • magenta value is 24.47%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(24,24,0,26)
C24M24Y0K26 
(24%,24%,0%,26%)
(0.24/0.24/0.00/0.26)	

CMYK percentages

%24.47
%24.47
%0
%26.27

Codes

Color #8E8EBC in popluar color models

8E8EBC
RGB142142188
HSL240°25.56%64.71%
HSB/HSV240°24.47%73.73%
CMYK24.47%24.47%0.00%
26.27%

Color #8E8EBC in popluar number systems.

HEX8E8EBC
Decimal142142188
Binary100011101000111010111100
Octal216216274

Shades and tints

Shades of #8E8EBC

#8E8EBC
(142,142,188)
#8282AB
(130,130,171)
#76769A
(118,118,154)
#6A6A89
(106,106,137)
#5E5E78
(94,94,120)
#525267
(82,82,103)
#464656
(70,70,86)
#3A3A45
(58,58,69)
#2E2E34
(46,46,52)
#222223
(34,34,35)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #8E8EBC

#8E8EBC
(142,142,188)
#9898C2
(152,152,194)
#A2A2C8
(162,162,200)
#ACACCE
(172,172,206)
#B6B6D4
(182,182,212)
#C0C0DA
(192,192,218)
#CACAE0
(202,202,224)
#D4D4E6
(212,212,230)
#DEDEEC
(222,222,236)
#E8E8F2
(232,232,242)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8EBC; }

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

This text font color is #8E8EBC.


Background Color

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

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

This div background color is #8E8EBC.


Border color

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

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

This div border color is #8E8EBC.


Opacity

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

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

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

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

This text has shadow with #8E8EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8EBC on black background.


Color preview on white background

This text has color #8E8EBC on white background.



Black color preview on #8E8EBC background

This text has black color on #8E8EBC background.


White color preview on #8E8EBC background

This text has white color on #8E8EBC background.