COLOR #8887E3

HEX: #8887E3 RGB: (136,135,227)

Color info

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

RGB color model

#8887E3 color RGB value is (136,135,227).

RGB: (136,135,227) (53%, 53%, 89%)

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 227 of 255 = 89%

136
135
227

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

Portions of RGB colors in percentages

R + G + B = 136 + 135 + 227 = 498 (100%)
R 136 of 498 ~ 27.31%
G 135 of 498 ~ 27.11%
B 227 of 498 ~ 45.58'%

%27.31
%27.11
%45.58

CMYK color model

#8887E3 color CMYK value is (40,41,0,11).

  • cyan value is 40.09%
  • magenta value is 40.53%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (40,41,0,11)
C40M41Y0K11 (40%, 41%, 0%, 11%)
(0.40 / 0.41 / 0.00 / 0.11)

CMYK percentages

%40.09
%40.53
%0
%10.98

Codes

Color #8887E3 in popluar color models

88 87 E3
RGB 136 135 227
HSL 241° 62.16% 70.98%
HSB/HSV 241° 40.53% 89.02%
CMYK 40.09% 40.53% 0.00%
10.98%

Color #8887E3 in popluar number systems.

HEX 88 87 E3
Decimal 136 135 227
Binary 10001000 10000111 11100011
Octal 210 207 343

Shades and tints

Shades of #8887E3

#8887E3
(136,135,227)
#7C7BCF
(124,123,207)
#706FBB
(112,111,187)
#6463A7
(100,99,167)
#585793
(88,87,147)
#4C4B7F
(76,75,127)
#403F6B
(64,63,107)
#343357
(52,51,87)
#282743
(40,39,67)
#1C1B2F
(28,27,47)
#100F1B
(16,15,27)
#000000
(0,0,0)

Tints of #8887E3

#8887E3
(136,135,227)
#9291E5
(146,145,229)
#9C9BE7
(156,155,231)
#A6A5E9
(166,165,233)
#B0AFEB
(176,175,235)
#BAB9ED
(186,185,237)
#C4C3EF
(196,195,239)
#CECDF1
(206,205,241)
#D8D7F3
(216,215,243)
#E2E1F5
(226,225,245)
#ECEBF7
(236,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8887E3; }

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

This text font color is #8887E3.

Background Color

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

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

This div background color is #8887E3.

Border color

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

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

This div border color is #8887E3.

Opacity

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

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

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

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

This text has shadow with #8887E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8887E3.

Preview

Color preview on black background

This text has color #8887E3 on black background.


Color preview on white background

This text has color #8887E3 on white background.


Black color preview on #8887E3 background

This text has black color on #8887E3 background.


White color preview on #8887E3 background

This text has white color on #8887E3 background.


Related colors

Complementary color

Complementary color for #hex is #77781C.


I love getcolorcode.com

Triadic colors

1 #E38887 and #87E388 with #8887E3 are triadic colors.

2 #E38788 and #8788E3 with #8887E3 are triadic colors.