COLOR #8788CD

HEX: #8788CD
RGB: (135,136,205)

Color info

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

RGB color model

#8788CD color RGB value is (135,136,205).

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

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 205 of 255 = 80%

135
136
205

R + G + B ~ 62%. #8788CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 136 + 205 = 476 (100%)
R 135 of 476 ~ 28.36%
G 136 of 476 ~ 28.57%
B 205 of 476 ~ 43.07%

%28.36
%28.57
%43.07

CMYK color model

#8788CD color CMYK value is (34,34,0,20).

  • cyan value is 34.15%
  • magenta value is 33.66%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(34,34,0,20)
C34M34Y0K20 
(34%,34%,0%,20%)
(0.34/0.34/0.00/0.20)	

CMYK percentages

%34.15
%33.66
%0
%19.61

Codes

Color #8788CD in popluar color models

8788CD
RGB135136205
HSL239°41.18%66.67%
HSB/HSV239°34.15%80.39%
CMYK34.15%33.66%0.00%
19.61%

Color #8788CD in popluar number systems.

HEX8788CD
Decimal135136205
Binary100001111000100011001101
Octal207210315

Shades and tints

Shades of #8788CD

#8788CD
(135,136,205)
#7B7CBB
(123,124,187)
#6F70A9
(111,112,169)
#636497
(99,100,151)
#575885
(87,88,133)
#4B4C73
(75,76,115)
#3F4061
(63,64,97)
#33344F
(51,52,79)
#27283D
(39,40,61)
#1B1C2B
(27,28,43)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #8788CD

#8788CD
(135,136,205)
#9192D1
(145,146,209)
#9B9CD5
(155,156,213)
#A5A6D9
(165,166,217)
#AFB0DD
(175,176,221)
#B9BAE1
(185,186,225)
#C3C4E5
(195,196,229)
#CDCEE9
(205,206,233)
#D7D8ED
(215,216,237)
#E1E2F1
(225,226,241)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8788CD; }

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

This text font color is #8788CD.


Background Color

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

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

This div background color is #8788CD.


Border color

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

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

This div border color is #8788CD.


Opacity

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

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

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

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

This text has shadow with #8788CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8788CD on black background.


Color preview on white background

This text has color #8788CD on white background.



Black color preview on #8788CD background

This text has black color on #8788CD background.


White color preview on #8788CD background

This text has white color on #8788CD background.