COLOR #B787C5

HEX: #B787C5
RGB: (183,135,197)

Color info

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

RGB color model

#B787C5 color RGB value is (183,135,197).

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

RGB channels and saturation

R 183 of 255 = 72%
G 135 of 255 = 53%
B 197 of 255 = 77%

183
135
197

R + G + B ~ 67%. #B787C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 135 + 197 = 515 (100%)
R 183 of 515 ~ 35.53%
G 135 of 515 ~ 26.21%
B 197 of 515 ~ 38.25%

%35.53
%26.21
%38.25

CMYK color model

#B787C5 color CMYK value is (7,31,0,23).

  • cyan value is 7.11%
  • magenta value is 31.47%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(7,31,0,23)
C7M31Y0K23 
(7%,31%,0%,23%)
(0.07/0.31/0.00/0.23)	

CMYK percentages

%7.11
%31.47
%0
%22.75

Codes

Color #B787C5 in popluar color models

B787C5
RGB183135197
HSL286°34.83%65.10%
HSB/HSV286°31.47%77.25%
CMYK7.11%31.47%0.00%
22.75%

Color #B787C5 in popluar number systems.

HEXB787C5
Decimal183135197
Binary101101111000011111000101
Octal267207305

Shades and tints

Shades of #B787C5

#B787C5
(183,135,197)
#A77BB4
(167,123,180)
#976FA3
(151,111,163)
#876392
(135,99,146)
#775781
(119,87,129)
#674B70
(103,75,112)
#573F5F
(87,63,95)
#47334E
(71,51,78)
#37273D
(55,39,61)
#271B2C
(39,27,44)
#170F1B
(23,15,27)
#000000
(0,0,0)

Tints of #B787C5

#B787C5
(183,135,197)
#BD91CA
(189,145,202)
#C39BCF
(195,155,207)
#C9A5D4
(201,165,212)
#CFAFD9
(207,175,217)
#D5B9DE
(213,185,222)
#DBC3E3
(219,195,227)
#E1CDE8
(225,205,232)
#E7D7ED
(231,215,237)
#EDE1F2
(237,225,242)
#F3EBF7
(243,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B787C5; }

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

This text font color is #B787C5.


Background Color

.myBgColor { background-color: #B787C5; }

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

This div background color is #B787C5.


Border color

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

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

This div border color is #B787C5.


Opacity

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

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

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

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

This text has shadow with #B787C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B787C5 on black background.


Color preview on white background

This text has color #B787C5 on white background.



Black color preview on #B787C5 background

This text has black color on #B787C5 background.


White color preview on #B787C5 background

This text has white color on #B787C5 background.