COLOR #888ECE

HEX: #888ECE RGB: (136,142,206)

Color info

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

RGB color model

#888ECE color RGB value is (136,142,206).

RGB: (136,142,206) (53%, 56%, 81%)

RGB channels and saturation

R 136 of 255 = 53%
G 142 of 255 = 56%
B 206 of 255 = 81%

136
142
206

R + G + B ~ 63%. #888ECE is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 142 + 206 = 484 (100%)
R 136 of 484 ~ 28.1%
G 142 of 484 ~ 29.34%
B 206 of 484 ~ 42.56'%

%28.1
%29.34
%42.56

CMYK color model

#888ECE color CMYK value is (34,31,0,19).

  • cyan value is 33.98%
  • magenta value is 31.07%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (34,31,0,19)
C34M31Y0K19 (34%, 31%, 0%, 19%)
(0.34 / 0.31 / 0.00 / 0.19)

CMYK percentages

%33.98
%31.07
%0
%19.22

Codes

Color #888ECE in popluar color models

88 8E CE
RGB 136 142 206
HSL 235° 41.67% 67.06%
HSB/HSV 235° 33.98% 80.78%
CMYK 33.98% 31.07% 0.00%
19.22%

Color #888ECE in popluar number systems.

HEX 88 8E CE
Decimal 136 142 206
Binary 10001000 10001110 11001110
Octal 210 216 316

Shades and tints

Shades of #888ECE

#888ECE
(136,142,206)
#7C82BC
(124,130,188)
#7076AA
(112,118,170)
#646A98
(100,106,152)
#585E86
(88,94,134)
#4C5274
(76,82,116)
#404662
(64,70,98)
#343A50
(52,58,80)
#282E3E
(40,46,62)
#1C222C
(28,34,44)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #888ECE

#888ECE
(136,142,206)
#9298D2
(146,152,210)
#9CA2D6
(156,162,214)
#A6ACDA
(166,172,218)
#B0B6DE
(176,182,222)
#BAC0E2
(186,192,226)
#C4CAE6
(196,202,230)
#CED4EA
(206,212,234)
#D8DEEE
(216,222,238)
#E2E8F2
(226,232,242)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888ECE; }

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

This text font color is #888ECE.

Background Color

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

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

This div background color is #888ECE.

Border color

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

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

This div border color is #888ECE.

Opacity

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

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

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

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

This text has shadow with #888ECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888ECE.

Preview

Color preview on black background

This text has color #888ECE on black background.


Color preview on white background

This text has color #888ECE on white background.


Black color preview on #888ECE background

This text has black color on #888ECE background.


White color preview on #888ECE background

This text has white color on #888ECE background.


Related colors

Complementary color

Complementary color for #hex is #777131.


I love getcolorcode.com

Triadic colors

1 #CE888E and #8ECE88 with #888ECE are triadic colors.

2 #CE8E88 and #8E88CE with #888ECE are triadic colors.