COLOR #8E88E2

HEX: #8E88E2
RGB: (142,136,226)

Color info

#8E88E2 contains mainly blue color. Web safe color of #8E88E2 is #9999CC (or #99C).

RGB color model

#8E88E2 color RGB value is (142,136,226).

  • red value is 142;
  • green value is 136;
  • blue value is 226.
RGB:
(142,136,226)
(56%,53%,89%)

RGB channels and saturation

R 142 of 255 = 56%
G 136 of 255 = 53%
B 226 of 255 = 89%

142
136
226

R + G + B ~ 66%. #8E88E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 136 + 226 = 504 (100%)
R 142 of 504 ~ 28.17%
G 136 of 504 ~ 26.98%
B 226 of 504 ~ 44.84%

%28.17
%26.98
%44.84

CMYK color model

#8E88E2 color CMYK value is (37,40,0,11).

  • cyan value is 37.17%
  • magenta value is 39.82%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(37,40,0,11)
C37M40Y0K11 
(37%,40%,0%,11%)
(0.37/0.40/0.00/0.11)	

CMYK percentages

%37.17
%39.82
%0
%11.37

Codes

Color #8E88E2 in popluar color models

8E88E2
RGB142136226
HSL244°60.81%70.98%
HSB/HSV244°39.82%88.63%
CMYK37.17%39.82%0.00%
11.37%

Color #8E88E2 in popluar number systems.

HEX8E88E2
Decimal142136226
Binary100011101000100011100010
Octal216210342

Shades and tints

Shades of #8E88E2

#8E88E2
(142,136,226)
#827CCE
(130,124,206)
#7670BA
(118,112,186)
#6A64A6
(106,100,166)
#5E5892
(94,88,146)
#524C7E
(82,76,126)
#46406A
(70,64,106)
#3A3456
(58,52,86)
#2E2842
(46,40,66)
#221C2E
(34,28,46)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #8E88E2

#8E88E2
(142,136,226)
#9892E4
(152,146,228)
#A29CE6
(162,156,230)
#ACA6E8
(172,166,232)
#B6B0EA
(182,176,234)
#C0BAEC
(192,186,236)
#CAC4EE
(202,196,238)
#D4CEF0
(212,206,240)
#DED8F2
(222,216,242)
#E8E2F4
(232,226,244)
#F2ECF6
(242,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E88E2; }

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

This text font color is #8E88E2.


Background Color

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

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

This div background color is #8E88E2.


Border color

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

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

This div border color is #8E88E2.


Opacity

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

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

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

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

This text has shadow with #8E88E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E88E2 on black background.


Color preview on white background

This text has color #8E88E2 on white background.



Black color preview on #8E88E2 background

This text has black color on #8E88E2 background.


White color preview on #8E88E2 background

This text has white color on #8E88E2 background.