COLOR #888EE2

HEX: #888EE2
RGB: (136,142,226)

Color info

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

RGB color model

#888EE2 color RGB value is (136,142,226).

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

RGB channels and saturation

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

136
142
226

R + G + B ~ 66%. #888EE2 is quite light color.

Portions of RGB colors in percentages

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

%26.98
%28.17
%44.84

CMYK color model

#888EE2 color CMYK value is (40,37,0,11).

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

CMYK percentages

%39.82
%37.17
%0
%11.37

Codes

Color #888EE2 in popluar color models

888EE2
RGB136142226
HSL236°60.81%70.98%
HSB/HSV236°39.82%88.63%
CMYK39.82%37.17%0.00%
11.37%

Color #888EE2 in popluar number systems.

HEX888EE2
Decimal136142226
Binary100010001000111011100010
Octal210216342

Shades and tints

Shades of #888EE2

#888EE2
(136,142,226)
#7C82CE
(124,130,206)
#7076BA
(112,118,186)
#646AA6
(100,106,166)
#585E92
(88,94,146)
#4C527E
(76,82,126)
#40466A
(64,70,106)
#343A56
(52,58,86)
#282E42
(40,46,66)
#1C222E
(28,34,46)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #888EE2

#888EE2
(136,142,226)
#9298E4
(146,152,228)
#9CA2E6
(156,162,230)
#A6ACE8
(166,172,232)
#B0B6EA
(176,182,234)
#BAC0EC
(186,192,236)
#C4CAEE
(196,202,238)
#CED4F0
(206,212,240)
#D8DEF2
(216,222,242)
#E2E8F4
(226,232,244)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888EE2; }

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

This text font color is #888EE2.


Background Color

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

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

This div background color is #888EE2.


Border color

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

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

This div border color is #888EE2.


Opacity

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

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

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

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

This text has shadow with #888EE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888EE2 on black background.


Color preview on white background

This text has color #888EE2 on white background.



Black color preview on #888EE2 background

This text has black color on #888EE2 background.


White color preview on #888EE2 background

This text has white color on #888EE2 background.