COLOR #B787A5

HEX: #B787A5
RGB: (183,135,165)

Color info

#B787A5 contains red, green and blue colors in about the same proportion. Web safe color of #B787A5 is #CC9999 (or #C99).

RGB color model

#B787A5 color RGB value is (183,135,165).

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

RGB channels and saturation

R 183 of 255 = 72%
G 135 of 255 = 53%
B 165 of 255 = 65%

183
135
165

R + G + B ~ 63%. #B787A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 135 + 165 = 483 (100%)
R 183 of 483 ~ 37.89%
G 135 of 483 ~ 27.95%
B 165 of 483 ~ 34.16%

%37.89
%27.95
%34.16

CMYK color model

#B787A5 color CMYK value is (0,26,10,28).

  • cyan value is 0.00%
  • magenta value is 26.23%
  • yellow value is 9.84%
  • key color value is 28.24%
CMYK: (0,26,10,28) C0M26Y10K28 (0%,26%,10%,28%) (0.00/0.26/0.10/0.28)

CMYK percentages

%0
%26.23
%9.84
%28.24

Codes

Color #B787A5 in popluar color models

B787A5
RGB183135165
HSL323°25.00%62.35%
HSB/HSV323°26.23%71.76%
CMYK0.00%26.23%9.84%
28.24%

Color #B787A5 in popluar number systems.

HEXB787A5
Decimal183135165
Binary101101111000011110100101
Octal267207245

Shades and tints

Shades of #B787A5

#B787A5
(183,135,165)
#A77B96
(167,123,150)
#976F87
(151,111,135)
#876378
(135,99,120)
#775769
(119,87,105)
#674B5A
(103,75,90)
#573F4B
(87,63,75)
#47333C
(71,51,60)
#37272D
(55,39,45)
#271B1E
(39,27,30)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #B787A5

#B787A5
(183,135,165)
#BD91AD
(189,145,173)
#C39BB5
(195,155,181)
#C9A5BD
(201,165,189)
#CFAFC5
(207,175,197)
#D5B9CD
(213,185,205)
#DBC3D5
(219,195,213)
#E1CDDD
(225,205,221)
#E7D7E5
(231,215,229)
#EDE1ED
(237,225,237)
#F3EBF5
(243,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B787A5; }

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

This text font color is #B787A5.


Background Color

.myBgColor { background-color: #B787A5; }

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

This div background color is #B787A5.


Border color

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

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

This div border color is #B787A5.


Opacity

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

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

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

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

This text has shadow with #B787A5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B787A5 on black background.


Color preview on white background

This text has color #B787A5 on white background.



Black color preview on #B787A5 background

This text has black color on #B787A5 background.


White color preview on #B787A5 background

This text has white color on #B787A5 background.