COLOR #8870C7

HEX: #8870C7
RGB: (136,112,199)

Color info

#8870C7 contains mainly blue color. Web safe color of #8870C7 is #9966CC (or #96C).

RGB color model

#8870C7 color RGB value is (136,112,199).

  • red value is 136;
  • green value is 112;
  • blue value is 199.
RGB:
(136,112,199)
(53%,44%,78%)

RGB channels and saturation

R 136 of 255 = 53%
G 112 of 255 = 44%
B 199 of 255 = 78%

136
112
199

R + G + B ~ 58%. #8870C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 112 + 199 = 447 (100%)
R 136 of 447 ~ 30.43%
G 112 of 447 ~ 25.06%
B 199 of 447 ~ 44.52%

%30.43
%25.06
%44.52

CMYK color model

#8870C7 color CMYK value is (32,44,0,22).

  • cyan value is 31.66%
  • magenta value is 43.72%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(32,44,0,22)
C32M44Y0K22 
(32%,44%,0%,22%)
(0.32/0.44/0.00/0.22)	

CMYK percentages

%31.66
%43.72
%0
%21.96

Codes

Color #8870C7 in popluar color models

8870C7
RGB136112199
HSL257°43.72%60.98%
HSB/HSV257°43.72%78.04%
CMYK31.66%43.72%0.00%
21.96%

Color #8870C7 in popluar number systems.

HEX8870C7
Decimal136112199
Binary10001000111000011000111
Octal210160307

Shades and tints

Shades of #8870C7

#8870C7
(136,112,199)
#7C66B5
(124,102,181)
#705CA3
(112,92,163)
#645291
(100,82,145)
#58487F
(88,72,127)
#4C3E6D
(76,62,109)
#40345B
(64,52,91)
#342A49
(52,42,73)
#282037
(40,32,55)
#1C1625
(28,22,37)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #8870C7

#8870C7
(136,112,199)
#927DCC
(146,125,204)
#9C8AD1
(156,138,209)
#A697D6
(166,151,214)
#B0A4DB
(176,164,219)
#BAB1E0
(186,177,224)
#C4BEE5
(196,190,229)
#CECBEA
(206,203,234)
#D8D8EF
(216,216,239)
#E2E5F4
(226,229,244)
#ECF2F9
(236,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8870C7 color. Also use rgb(136,112,199) instead hex code.

Text Font Color

.myTextColor { color: #8870C7; }

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

This text font color is #8870C7.


Background Color

.myBgColor { background-color: #8870C7; }

<div style="background-color:#8870C7">Inner text</div>

This div background color is #8870C7.


Border color

.myBorderColor { border: 1px solid #8870C7; }

<div style="border:3px solid #8870C7">Div</div>

This div border color is #8870C7.


Opacity

.myOpacity80 { color: #8870C7; opacity: 0.8; }

<p style="color:#8870C7;opacity:0.8;">80%</p>

Text with #8870C7 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 #8870C7;}

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

This text has shadow with #8870C7 color.

.textShadow {text-shadow: 3px 3px 1px #8870C7, 3px 3px 1px red;}

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

This text has shadow with #8870C7 primary color and red secondary color.


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

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

This text has shadow with #8870C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8870C7 on black background.


Color preview on white background

This text has color #8870C7 on white background.



Black color preview on #8870C7 background

This text has black color on #8870C7 background.


White color preview on #8870C7 background

This text has white color on #8870C7 background.