COLOR #887BCD

HEX: #887BCD
RGB: (136,123,205)

Color info

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

RGB color model

#887BCD color RGB value is (136,123,205).

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

RGB channels and saturation

R 136 of 255 = 53%
G 123 of 255 = 48%
B 205 of 255 = 80%

136
123
205

R + G + B ~ 60%. #887BCD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 123 + 205 = 464 (100%)
R 136 of 464 ~ 29.31%
G 123 of 464 ~ 26.51%
B 205 of 464 ~ 44.18%

%29.31
%26.51
%44.18

CMYK color model

#887BCD color CMYK value is (34,40,0,20).

  • cyan value is 33.66%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(34,40,0,20)
C34M40Y0K20 
(34%,40%,0%,20%)
(0.34/0.40/0.00/0.20)	

CMYK percentages

%33.66
%40
%0
%19.61

Codes

Color #887BCD in popluar color models

887BCD
RGB136123205
HSL250°45.05%64.31%
HSB/HSV250°40.00%80.39%
CMYK33.66%40.00%0.00%
19.61%

Color #887BCD in popluar number systems.

HEX887BCD
Decimal136123205
Binary10001000111101111001101
Octal210173315

Shades and tints

Shades of #887BCD

#887BCD
(136,123,205)
#7C70BB
(124,112,187)
#7065A9
(112,101,169)
#645A97
(100,90,151)
#584F85
(88,79,133)
#4C4473
(76,68,115)
#403961
(64,57,97)
#342E4F
(52,46,79)
#28233D
(40,35,61)
#1C182B
(28,24,43)
#100D19
(16,13,25)
#000000
(0,0,0)

Tints of #887BCD

#887BCD
(136,123,205)
#9287D1
(146,135,209)
#9C93D5
(156,147,213)
#A69FD9
(166,159,217)
#B0ABDD
(176,171,221)
#BAB7E1
(186,183,225)
#C4C3E5
(196,195,229)
#CECFE9
(206,207,233)
#D8DBED
(216,219,237)
#E2E7F1
(226,231,241)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887BCD color. Also use rgb(136,123,205) instead hex code.

Text Font Color

.myTextColor { color: #887BCD; }

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

This text font color is #887BCD.


Background Color

.myBgColor { background-color: #887BCD; }

<div style="background-color:#887BCD">Inner text</div>

This div background color is #887BCD.


Border color

.myBorderColor { border: 1px solid #887BCD; }

<div style="border:3px solid #887BCD">Div</div>

This div border color is #887BCD.


Opacity

.myOpacity80 { color: #887BCD; opacity: 0.8; }

<p style="color:#887BCD;opacity:0.8;">80%</p>

Text with #887BCD 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 #887BCD;}

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

This text has shadow with #887BCD color.

.textShadow {text-shadow: 3px 3px 1px #887BCD, 3px 3px 1px red;}

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

This text has shadow with #887BCD primary color and red secondary color.


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

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

This text has shadow with #887BCD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887BCD on black background.


Color preview on white background

This text has color #887BCD on white background.



Black color preview on #887BCD background

This text has black color on #887BCD background.


White color preview on #887BCD background

This text has white color on #887BCD background.