COLOR #B787C6

HEX: #B787C6
RGB: (183,135,198)

Color info

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

RGB color model

#B787C6 color RGB value is (183,135,198).

  • red value is 183;
  • green value is 135;
  • blue value is 198.
RGB:
(183,135,198)
(72%,53%,78%)

RGB channels and saturation

R 183 of 255 = 72%
G 135 of 255 = 53%
B 198 of 255 = 78%

183
135
198

R + G + B ~ 68%. #B787C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 135 + 198 = 516 (100%)
R 183 of 516 ~ 35.47%
G 135 of 516 ~ 26.16%
B 198 of 516 ~ 38.37%

%35.47
%26.16
%38.37

CMYK color model

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

  • cyan value is 7.58%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(8,32,0,22)
C8M32Y0K22 
(8%,32%,0%,22%)
(0.08/0.32/0.00/0.22)	

CMYK percentages

%7.58
%31.82
%0
%22.35

Codes

Color #B787C6 in popluar color models

B787C6
RGB183135198
HSL286°35.59%65.29%
HSB/HSV286°31.82%77.65%
CMYK7.58%31.82%0.00%
22.35%

Color #B787C6 in popluar number systems.

HEXB787C6
Decimal183135198
Binary101101111000011111000110
Octal267207306

Shades and tints

Shades of #B787C6

#B787C6
(183,135,198)
#A77BB4
(167,123,180)
#976FA2
(151,111,162)
#876390
(135,99,144)
#77577E
(119,87,126)
#674B6C
(103,75,108)
#573F5A
(87,63,90)
#473348
(71,51,72)
#372736
(55,39,54)
#271B24
(39,27,36)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #B787C6

#B787C6
(183,135,198)
#BD91CB
(189,145,203)
#C39BD0
(195,155,208)
#C9A5D5
(201,165,213)
#CFAFDA
(207,175,218)
#D5B9DF
(213,185,223)
#DBC3E4
(219,195,228)
#E1CDE9
(225,205,233)
#E7D7EE
(231,215,238)
#EDE1F3
(237,225,243)
#F3EBF8
(243,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B787C6 color. Also use rgb(183,135,198) instead hex code.

Text Font Color

.myTextColor { color: #B787C6; }

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

This text font color is #B787C6.


Background Color

.myBgColor { background-color: #B787C6; }

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

This div background color is #B787C6.


Border color

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

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

This div border color is #B787C6.


Opacity

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

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

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

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

This text has shadow with #B787C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B787C6 on black background.


Color preview on white background

This text has color #B787C6 on white background.



Black color preview on #B787C6 background

This text has black color on #B787C6 background.


White color preview on #B787C6 background

This text has white color on #B787C6 background.