COLOR #8E88D1

HEX: #8E88D1 RGB: (142,136,209)

Color info

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

RGB color model

#8E88D1 color RGB value is (142,136,209).

RGB: (142,136,209) (56%, 53%, 82%)

RGB channels and saturation

R 142 of 255 = 56%
G 136 of 255 = 53%
B 209 of 255 = 82%

142
136
209

R + G + B ~ 64%. #8E88D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 136 + 209 = 487 (100%)
R 142 of 487 ~ 29.16%
G 136 of 487 ~ 27.93%
B 209 of 487 ~ 42.92'%

%29.16
%27.93
%42.92

CMYK color model

#8E88D1 color CMYK value is (32,35,0,18).

  • cyan value is 32.06%
  • magenta value is 34.93%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (32,35,0,18)
C32M35Y0K18 (32%, 35%, 0%, 18%)
(0.32 / 0.35 / 0.00 / 0.18)

CMYK percentages

%32.06
%34.93
%0
%18.04

Codes

Color #8E88D1 in popluar color models

8E 88 D1
RGB 142 136 209
HSL 245° 44.24% 67.65%
HSB/HSV 245° 34.93% 81.96%
CMYK 32.06% 34.93% 0.00%
18.04%

Color #8E88D1 in popluar number systems.

HEX 8E 88 D1
Decimal 142 136 209
Binary 10001110 10001000 11010001
Octal 216 210 321

Shades and tints

Shades of #8E88D1

#8E88D1
(142,136,209)
#827CBE
(130,124,190)
#7670AB
(118,112,171)
#6A6498
(106,100,152)
#5E5885
(94,88,133)
#524C72
(82,76,114)
#46405F
(70,64,95)
#3A344C
(58,52,76)
#2E2839
(46,40,57)
#221C26
(34,28,38)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #8E88D1

#8E88D1
(142,136,209)
#9892D5
(152,146,213)
#A29CD9
(162,156,217)
#ACA6DD
(172,166,221)
#B6B0E1
(182,176,225)
#C0BAE5
(192,186,229)
#CAC4E9
(202,196,233)
#D4CEED
(212,206,237)
#DED8F1
(222,216,241)
#E8E2F5
(232,226,245)
#F2ECF9
(242,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E88D1; }

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

This text font color is #8E88D1.

Background Color

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

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

This div background color is #8E88D1.

Border color

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

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

This div border color is #8E88D1.

Opacity

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

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

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

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

This text has shadow with #8E88D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E88D1.

Preview

Color preview on black background

This text has color #8E88D1 on black background.


Color preview on white background

This text has color #8E88D1 on white background.


Black color preview on #8E88D1 background

This text has black color on #8E88D1 background.


White color preview on #8E88D1 background

This text has white color on #8E88D1 background.


Related colors

Complementary color

Complementary color for #hex is #71772E.


I love getcolorcode.com

Triadic colors

1 #D18E88 and #88D18E with #8E88D1 are triadic colors.

2 #D1888E and #888ED1 with #8E88D1 are triadic colors.