COLOR #B787B4

HEX: #B787B4
RGB: (183,135,180)

Color info

#B787B4 contains red, green and blue colors in about the same proportion. Web safe color of #B787B4 is #CC99CC (or #C9C).

RGB color model

#B787B4 color RGB value is (183,135,180).

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

RGB channels and saturation

R 183 of 255 = 72%
G 135 of 255 = 53%
B 180 of 255 = 71%

183
135
180

R + G + B ~ 65%. #B787B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 135 + 180 = 498 (100%)
R 183 of 498 ~ 36.75%
G 135 of 498 ~ 27.11%
B 180 of 498 ~ 36.14%

%36.75
%27.11
%36.14

CMYK color model

#B787B4 color CMYK value is (0,26,2,28).

  • cyan value is 0.00%
  • magenta value is 26.23%
  • yellow value is 1.64%
  • key color value is 28.24%
CMYK:
(0,26,2,28)
C0M26Y2K28 
(0%,26%,2%,28%)
(0.00/0.26/0.02/0.28)	

CMYK percentages

%0
%26.23
%1.64
%28.24

Codes

Color #B787B4 in popluar color models

B787B4
RGB183135180
HSL304°25.00%62.35%
HSB/HSV304°26.23%71.76%
CMYK0.00%26.23%1.64%
28.24%

Color #B787B4 in popluar number systems.

HEXB787B4
Decimal183135180
Binary101101111000011110110100
Octal267207264

Shades and tints

Shades of #B787B4

#B787B4
(183,135,180)
#A77BA4
(167,123,164)
#976F94
(151,111,148)
#876384
(135,99,132)
#775774
(119,87,116)
#674B64
(103,75,100)
#573F54
(87,63,84)
#473344
(71,51,68)
#372734
(55,39,52)
#271B24
(39,27,36)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #B787B4

#B787B4
(183,135,180)
#BD91BA
(189,145,186)
#C39BC0
(195,155,192)
#C9A5C6
(201,165,198)
#CFAFCC
(207,175,204)
#D5B9D2
(213,185,210)
#DBC3D8
(219,195,216)
#E1CDDE
(225,205,222)
#E7D7E4
(231,215,228)
#EDE1EA
(237,225,234)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B787B4; }

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

This text font color is #B787B4.


Background Color

.myBgColor { background-color: #B787B4; }

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

This div background color is #B787B4.


Border color

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

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

This div border color is #B787B4.


Opacity

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

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

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

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

This text has shadow with #B787B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B787B4 on black background.


Color preview on white background

This text has color #B787B4 on white background.



Black color preview on #B787B4 background

This text has black color on #B787B4 background.


White color preview on #B787B4 background

This text has white color on #B787B4 background.