COLOR #B887DE

HEX: #B887DE
RGB: (184,135,222)

Color info

#B887DE contains mainly red and blue colors. Web safe color of #B887DE is #CC99CC (or #C9C).

RGB color model

#B887DE color RGB value is (184,135,222).

  • red value is 184;
  • green value is 135;
  • blue value is 222.
RGB:
(184,135,222)
(72%,53%,87%)

RGB channels and saturation

R 184 of 255 = 72%
G 135 of 255 = 53%
B 222 of 255 = 87%

184
135
222

R + G + B ~ 71%. #B887DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 135 + 222 = 541 (100%)
R 184 of 541 ~ 34.01%
G 135 of 541 ~ 24.95%
B 222 of 541 ~ 41.04%

%34.01
%24.95
%41.04

CMYK color model

#B887DE color CMYK value is (17,39,0,13).

  • cyan value is 17.12%
  • magenta value is 39.19%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(17,39,0,13)
C17M39Y0K13 
(17%,39%,0%,13%)
(0.17/0.39/0.00/0.13)	

CMYK percentages

%17.12
%39.19
%0
%12.94

Codes

Color #B887DE in popluar color models

B887DE
RGB184135222
HSL274°56.86%70.00%
HSB/HSV274°39.19%87.06%
CMYK17.12%39.19%0.00%
12.94%

Color #B887DE in popluar number systems.

HEXB887DE
Decimal184135222
Binary101110001000011111011110
Octal270207336

Shades and tints

Shades of #B887DE

#B887DE
(184,135,222)
#A87BCA
(168,123,202)
#986FB6
(152,111,182)
#8863A2
(136,99,162)
#78578E
(120,87,142)
#684B7A
(104,75,122)
#583F66
(88,63,102)
#483352
(72,51,82)
#38273E
(56,39,62)
#281B2A
(40,27,42)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #B887DE

#B887DE
(184,135,222)
#BE91E1
(190,145,225)
#C49BE4
(196,155,228)
#CAA5E7
(202,165,231)
#D0AFEA
(208,175,234)
#D6B9ED
(214,185,237)
#DCC3F0
(220,195,240)
#E2CDF3
(226,205,243)
#E8D7F6
(232,215,246)
#EEE1F9
(238,225,249)
#F4EBFC
(244,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B887DE color. Also use rgb(184,135,222) instead hex code.

Text Font Color

.myTextColor { color: #B887DE; }

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

This text font color is #B887DE.


Background Color

.myBgColor { background-color: #B887DE; }

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

This div background color is #B887DE.


Border color

.myBorderColor { border: 1px solid #B887DE; }

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

This div border color is #B887DE.


Opacity

.myOpacity80 { color: #B887DE; opacity: 0.8; }

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

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

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

This text has shadow with #B887DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B887DE on black background.


Color preview on white background

This text has color #B887DE on white background.



Black color preview on #B887DE background

This text has black color on #B887DE background.


White color preview on #B887DE background

This text has white color on #B887DE background.