COLOR #B78BA4

HEX: #B78BA4
RGB: (183,139,164)

Color info

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

RGB color model

#B78BA4 color RGB value is (183,139,164).

  • red value is 183;
  • green value is 139;
  • blue value is 164.
RGB:
(183,139,164)
(72%,55%,64%)

RGB channels and saturation

R 183 of 255 = 72%
G 139 of 255 = 55%
B 164 of 255 = 64%

183
139
164

R + G + B ~ 64%. #B78BA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 139 + 164 = 486 (100%)
R 183 of 486 ~ 37.65%
G 139 of 486 ~ 28.6%
B 164 of 486 ~ 33.74%

%37.65
%28.6
%33.74

CMYK color model

#B78BA4 color CMYK value is (0,24,10,28).

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 10.38%
  • key color value is 28.24%
CMYK:
(0,24,10,28)
C0M24Y10K28 
(0%,24%,10%,28%)
(0.00/0.24/0.10/0.28)	

CMYK percentages

%0
%24.04
%10.38
%28.24

Codes

Color #B78BA4 in popluar color models

B78BA4
RGB183139164
HSL326°23.40%63.14%
HSB/HSV326°24.04%71.76%
CMYK0.00%24.04%10.38%
28.24%

Color #B78BA4 in popluar number systems.

HEXB78BA4
Decimal183139164
Binary101101111000101110100100
Octal267213244

Shades and tints

Shades of #B78BA4

#B78BA4
(183,139,164)
#A77F96
(167,127,150)
#977388
(151,115,136)
#87677A
(135,103,122)
#775B6C
(119,91,108)
#674F5E
(103,79,94)
#574350
(87,67,80)
#473742
(71,55,66)
#372B34
(55,43,52)
#271F26
(39,31,38)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #B78BA4

#B78BA4
(183,139,164)
#BD95AC
(189,149,172)
#C39FB4
(195,159,180)
#C9A9BC
(201,169,188)
#CFB3C4
(207,179,196)
#D5BDCC
(213,189,204)
#DBC7D4
(219,199,212)
#E1D1DC
(225,209,220)
#E7DBE4
(231,219,228)
#EDE5EC
(237,229,236)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78BA4 color. Also use rgb(183,139,164) instead hex code.

Text Font Color

.myTextColor { color: #B78BA4; }

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

This text font color is #B78BA4.


Background Color

.myBgColor { background-color: #B78BA4; }

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

This div background color is #B78BA4.


Border color

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

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

This div border color is #B78BA4.


Opacity

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

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

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

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

This text has shadow with #B78BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78BA4 on black background.


Color preview on white background

This text has color #B78BA4 on white background.



Black color preview on #B78BA4 background

This text has black color on #B78BA4 background.


White color preview on #B78BA4 background

This text has white color on #B78BA4 background.