COLOR #8788EC

HEX: #8788EC RGB: (135,136,236)

Color info

#8788EC contains mainly blue color. Web safe color of #8788EC is #9999FF (or #99F).

RGB color model

#8788EC color RGB value is (135,136,236).

RGB: (135,136,236) (53%, 53%, 93%)

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 236 of 255 = 93%

135
136
236

R + G + B ~ 66%. #8788EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 136 + 236 = 507 (100%)
R 135 of 507 ~ 26.63%
G 136 of 507 ~ 26.82%
B 236 of 507 ~ 46.55'%

%26.63
%26.82
%46.55

CMYK color model

#8788EC color CMYK value is (43,42,0,7).

  • cyan value is 42.80%
  • magenta value is 42.37%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (43,42,0,7)
C43M42Y0K7 (43%, 42%, 0%, 7%)
(0.43 / 0.42 / 0.00 / 0.07)

CMYK percentages

%42.8
%42.37
%0
%7.45

Codes

Color #8788EC in popluar color models

87 88 EC
RGB 135 136 236
HSL 239° 72.66% 72.75%
HSB/HSV 239° 42.80% 92.55%
CMYK 42.80% 42.37% 0.00%
7.45%

Color #8788EC in popluar number systems.

HEX 87 88 EC
Decimal 135 136 236
Binary 10000111 10001000 11101100
Octal 207 210 354

Shades and tints

Shades of #8788EC

#8788EC
(135,136,236)
#7B7CD7
(123,124,215)
#6F70C2
(111,112,194)
#6364AD
(99,100,173)
#575898
(87,88,152)
#4B4C83
(75,76,131)
#3F406E
(63,64,110)
#333459
(51,52,89)
#272844
(39,40,68)
#1B1C2F
(27,28,47)
#0F101A
(15,16,26)
#000000
(0,0,0)

Tints of #8788EC

#8788EC
(135,136,236)
#9192ED
(145,146,237)
#9B9CEE
(155,156,238)
#A5A6EF
(165,166,239)
#AFB0F0
(175,176,240)
#B9BAF1
(185,186,241)
#C3C4F2
(195,196,242)
#CDCEF3
(205,206,243)
#D7D8F4
(215,216,244)
#E1E2F5
(225,226,245)
#EBECF6
(235,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8788EC color. Also use rgb(135,136,236) instead hex code.

Text Font Color

.myTextColor { color: #8788EC; }

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

This text font color is #8788EC.

Background Color

.myBgColor { background-color: #8788EC; }

<div style="background-color:#8788EC">Inner text</div>

This div background color is #8788EC.

Border color

.myBorderColor { border: 1px solid #8788EC; }

<div style="border:3px solid #8788EC">Div</div>

This div border color is #8788EC.

Opacity

.myOpacity80 { color: #8788EC; opacity: 0.8; }

<p style="color:#8788EC;opacity:0.8;">80%</p>

Text with #8788EC 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 #8788EC;}

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

This text has shadow with #8788EC color.


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

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

This text has shadow with #8788EC primary color and red secondary color.


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

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

This text has shadow with #8788EC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8788EC.

Preview

Color preview on black background

This text has color #8788EC on black background.


Color preview on white background

This text has color #8788EC on white background.


Black color preview on #8788EC background

This text has black color on #8788EC background.


White color preview on #8788EC background

This text has white color on #8788EC background.


Related colors

Complementary color

Complementary color for #hex is #787713.


I love getcolorcode.com

Triadic colors

1 #EC8788 and #88EC87 with #8788EC are triadic colors.

2 #EC8887 and #8887EC with #8788EC are triadic colors.