COLOR #B687D2

HEX: #B687D2
RGB: (182,135,210)

Color info

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

RGB color model

#B687D2 color RGB value is (182,135,210).

  • red value is 182;
  • green value is 135;
  • blue value is 210.
RGB:
(182,135,210)
(71%,53%,82%)

RGB channels and saturation

R 182 of 255 = 71%
G 135 of 255 = 53%
B 210 of 255 = 82%

182
135
210

R + G + B ~ 69%. #B687D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 135 + 210 = 527 (100%)
R 182 of 527 ~ 34.54%
G 135 of 527 ~ 25.62%
B 210 of 527 ~ 39.85%

%34.54
%25.62
%39.85

CMYK color model

#B687D2 color CMYK value is (13,36,0,18).

  • cyan value is 13.33%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(13,36,0,18)
C13M36Y0K18 
(13%,36%,0%,18%)
(0.13/0.36/0.00/0.18)	

CMYK percentages

%13.33
%35.71
%0
%17.65

Codes

Color #B687D2 in popluar color models

B687D2
RGB182135210
HSL278°45.45%67.65%
HSB/HSV278°35.71%82.35%
CMYK13.33%35.71%0.00%
17.65%

Color #B687D2 in popluar number systems.

HEXB687D2
Decimal182135210
Binary101101101000011111010010
Octal266207322

Shades and tints

Shades of #B687D2

#B687D2
(182,135,210)
#A67BBF
(166,123,191)
#966FAC
(150,111,172)
#866399
(134,99,153)
#765786
(118,87,134)
#664B73
(102,75,115)
#563F60
(86,63,96)
#46334D
(70,51,77)
#36273A
(54,39,58)
#261B27
(38,27,39)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #B687D2

#B687D2
(182,135,210)
#BC91D6
(188,145,214)
#C29BDA
(194,155,218)
#C8A5DE
(200,165,222)
#CEAFE2
(206,175,226)
#D4B9E6
(212,185,230)
#DAC3EA
(218,195,234)
#E0CDEE
(224,205,238)
#E6D7F2
(230,215,242)
#ECE1F6
(236,225,246)
#F2EBFA
(242,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B687D2 color. Also use rgb(182,135,210) instead hex code.

Text Font Color

.myTextColor { color: #B687D2; }

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

This text font color is #B687D2.


Background Color

.myBgColor { background-color: #B687D2; }

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

This div background color is #B687D2.


Border color

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

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

This div border color is #B687D2.


Opacity

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

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

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

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

This text has shadow with #B687D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B687D2 on black background.


Color preview on white background

This text has color #B687D2 on white background.



Black color preview on #B687D2 background

This text has black color on #B687D2 background.


White color preview on #B687D2 background

This text has white color on #B687D2 background.