COLOR #8D87C7

HEX: #8D87C7
RGB: (141,135,199)

Color info

#8D87C7 contains mainly red and blue colors. Web safe color of #8D87C7 is #9999CC (or #99C).

RGB color model

#8D87C7 color RGB value is (141,135,199).

  • red value is 141;
  • green value is 135;
  • blue value is 199.
RGB:
(141,135,199)
(55%,53%,78%)

RGB channels and saturation

R 141 of 255 = 55%
G 135 of 255 = 53%
B 199 of 255 = 78%

141
135
199

R + G + B ~ 62%. #8D87C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 135 + 199 = 475 (100%)
R 141 of 475 ~ 29.68%
G 135 of 475 ~ 28.42%
B 199 of 475 ~ 41.89%

%29.68
%28.42
%41.89

CMYK color model

#8D87C7 color CMYK value is (29,32,0,22).

  • cyan value is 29.15%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(29,32,0,22)
C29M32Y0K22 
(29%,32%,0%,22%)
(0.29/0.32/0.00/0.22)	

CMYK percentages

%29.15
%32.16
%0
%21.96

Codes

Color #8D87C7 in popluar color models

8D87C7
RGB141135199
HSL246°36.36%65.49%
HSB/HSV246°32.16%78.04%
CMYK29.15%32.16%0.00%
21.96%

Color #8D87C7 in popluar number systems.

HEX8D87C7
Decimal141135199
Binary100011011000011111000111
Octal215207307

Shades and tints

Shades of #8D87C7

#8D87C7
(141,135,199)
#817BB5
(129,123,181)
#756FA3
(117,111,163)
#696391
(105,99,145)
#5D577F
(93,87,127)
#514B6D
(81,75,109)
#453F5B
(69,63,91)
#393349
(57,51,73)
#2D2737
(45,39,55)
#211B25
(33,27,37)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #8D87C7

#8D87C7
(141,135,199)
#9791CC
(151,145,204)
#A19BD1
(161,155,209)
#ABA5D6
(171,165,214)
#B5AFDB
(181,175,219)
#BFB9E0
(191,185,224)
#C9C3E5
(201,195,229)
#D3CDEA
(211,205,234)
#DDD7EF
(221,215,239)
#E7E1F4
(231,225,244)
#F1EBF9
(241,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D87C7 color. Also use rgb(141,135,199) instead hex code.

Text Font Color

.myTextColor { color: #8D87C7; }

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

This text font color is #8D87C7.


Background Color

.myBgColor { background-color: #8D87C7; }

<div style="background-color:#8D87C7">Inner text</div>

This div background color is #8D87C7.


Border color

.myBorderColor { border: 1px solid #8D87C7; }

<div style="border:3px solid #8D87C7">Div</div>

This div border color is #8D87C7.


Opacity

.myOpacity80 { color: #8D87C7; opacity: 0.8; }

<p style="color:#8D87C7;opacity:0.8;">80%</p>

Text with #8D87C7 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 #8D87C7;}

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

This text has shadow with #8D87C7 color.

.textShadow {text-shadow: 3px 3px 1px #8D87C7, 3px 3px 1px red;}

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

This text has shadow with #8D87C7 primary color and red secondary color.


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

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

This text has shadow with #8D87C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D87C7 on black background.


Color preview on white background

This text has color #8D87C7 on white background.



Black color preview on #8D87C7 background

This text has black color on #8D87C7 background.


White color preview on #8D87C7 background

This text has white color on #8D87C7 background.