COLOR #888ED1

HEX: #888ED1 RGB: (136,142,209)

Color info

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

RGB color model

#888ED1 color RGB value is (136,142,209).

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

RGB channels and saturation

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

136
142
209

R + G + B ~ 64%. #888ED1 is quite light color.

Portions of RGB colors in percentages

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

%27.93
%29.16
%42.92

CMYK color model

#888ED1 color CMYK value is (35,32,0,18).

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

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

CMYK percentages

%34.93
%32.06
%0
%18.04

Codes

Color #888ED1 in popluar color models

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

Color #888ED1 in popluar number systems.

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

Shades and tints

Shades of #888ED1

#888ED1
(136,142,209)
#7C82BE
(124,130,190)
#7076AB
(112,118,171)
#646A98
(100,106,152)
#585E85
(88,94,133)
#4C5272
(76,82,114)
#40465F
(64,70,95)
#343A4C
(52,58,76)
#282E39
(40,46,57)
#1C2226
(28,34,38)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #888ED1

#888ED1
(136,142,209)
#9298D5
(146,152,213)
#9CA2D9
(156,162,217)
#A6ACDD
(166,172,221)
#B0B6E1
(176,182,225)
#BAC0E5
(186,192,229)
#C4CAE9
(196,202,233)
#CED4ED
(206,212,237)
#D8DEF1
(216,222,241)
#E2E8F5
(226,232,245)
#ECF2F9
(236,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888ED1; }

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

This text font color is #888ED1.

Background Color

.myBgColor { background-color: #888ED1; }

<div style="background-color:#888ED1">Inner text</div>

This div background color is #888ED1.

Border color

.myBorderColor { border: 1px solid #888ED1; }

<div style="border:3px solid #888ED1">Div</div>

This div border color is #888ED1.

Opacity

.myOpacity80 { color: #888ED1; opacity: 0.8; }

<p style="color:#888ED1;opacity:0.8;">80%</p>

Text with #888ED1 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 #888ED1;}

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

This text has shadow with #888ED1 color.


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

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

This text has shadow with #888ED1 primary color and red secondary color.


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

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

This text has shadow with #888ED1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #888ED1.

Preview

Color preview on black background

This text has color #888ED1 on black background.


Color preview on white background

This text has color #888ED1 on white background.


Black color preview on #888ED1 background

This text has black color on #888ED1 background.


White color preview on #888ED1 background

This text has white color on #888ED1 background.


Related colors

Complementary color

Complementary color for #hex is #77712E.


I love getcolorcode.com

Triadic colors

1 #D1888E and #8ED188 with #888ED1 are triadic colors.

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