COLOR #8887E6

HEX: #8887E6
RGB: (136,135,230)

Color info

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

RGB color model

#8887E6 color RGB value is (136,135,230).

  • red value is 136;
  • green value is 135;
  • blue value is 230.
RGB:
(136,135,230)
(53%,53%,90%)

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 230 of 255 = 90%

136
135
230

R + G + B ~ 65%. #8887E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 135 + 230 = 501 (100%)
R 136 of 501 ~ 27.15%
G 135 of 501 ~ 26.95%
B 230 of 501 ~ 45.91%

%27.15
%26.95
%45.91

CMYK color model

#8887E6 color CMYK value is (41,41,0,10).

  • cyan value is 40.87%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(41,41,0,10)
C41M41Y0K10 
(41%,41%,0%,10%)
(0.41/0.41/0.00/0.10)	

CMYK percentages

%40.87
%41.3
%0
%9.8

Codes

Color #8887E6 in popluar color models

8887E6
RGB136135230
HSL241°65.52%71.57%
HSB/HSV241°41.30%90.20%
CMYK40.87%41.30%0.00%
9.80%

Color #8887E6 in popluar number systems.

HEX8887E6
Decimal136135230
Binary100010001000011111100110
Octal210207346

Shades and tints

Shades of #8887E6

#8887E6
(136,135,230)
#7C7BD2
(124,123,210)
#706FBE
(112,111,190)
#6463AA
(100,99,170)
#585796
(88,87,150)
#4C4B82
(76,75,130)
#403F6E
(64,63,110)
#34335A
(52,51,90)
#282746
(40,39,70)
#1C1B32
(28,27,50)
#100F1E
(16,15,30)
#000000
(0,0,0)

Tints of #8887E6

#8887E6
(136,135,230)
#9291E8
(146,145,232)
#9C9BEA
(156,155,234)
#A6A5EC
(166,165,236)
#B0AFEE
(176,175,238)
#BAB9F0
(186,185,240)
#C4C3F2
(196,195,242)
#CECDF4
(206,205,244)
#D8D7F6
(216,215,246)
#E2E1F8
(226,225,248)
#ECEBFA
(236,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8887E6 color. Also use rgb(136,135,230) instead hex code.

Text Font Color

.myTextColor { color: #8887E6; }

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

This text font color is #8887E6.


Background Color

.myBgColor { background-color: #8887E6; }

<div style="background-color:#8887E6">Inner text</div>

This div background color is #8887E6.


Border color

.myBorderColor { border: 1px solid #8887E6; }

<div style="border:3px solid #8887E6">Div</div>

This div border color is #8887E6.


Opacity

.myOpacity80 { color: #8887E6; opacity: 0.8; }

<p style="color:#8887E6;opacity:0.8;">80%</p>

Text with #8887E6 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 #8887E6;}

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

This text has shadow with #8887E6 color.

.textShadow {text-shadow: 3px 3px 1px #8887E6, 3px 3px 1px red;}

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

This text has shadow with #8887E6 primary color and red secondary color.


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

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

This text has shadow with #8887E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8887E6 on black background.


Color preview on white background

This text has color #8887E6 on white background.



Black color preview on #8887E6 background

This text has black color on #8887E6 background.


White color preview on #8887E6 background

This text has white color on #8887E6 background.