COLOR #B78B9B

HEX: #B78B9B
RGB: (183,139,155)

Color info

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

RGB color model

#B78B9B color RGB value is (183,139,155).

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

RGB channels and saturation

R 183 of 255 = 72%
G 139 of 255 = 55%
B 155 of 255 = 61%

183
139
155

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

Portions of RGB colors in percentages

R + G + B =
183 + 139 + 155 = 477 (100%)
R 183 of 477 ~ 38.36%
G 139 of 477 ~ 29.14%
B 155 of 477 ~ 32.49%

%38.36
%29.14
%32.49

CMYK color model

#B78B9B color CMYK value is (0,24,15,28).

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(0,24,15,28)
C0M24Y15K28 
(0%,24%,15%,28%)
(0.00/0.24/0.15/0.28)	

CMYK percentages

%0
%24.04
%15.3
%28.24

Codes

Color #B78B9B in popluar color models

B78B9B
RGB183139155
HSL338°23.40%63.14%
HSB/HSV338°24.04%71.76%
CMYK0.00%24.04%15.30%
28.24%

Color #B78B9B in popluar number systems.

HEXB78B9B
Decimal183139155
Binary101101111000101110011011
Octal267213233

Shades and tints

Shades of #B78B9B

#B78B9B
(183,139,155)
#A77F8D
(167,127,141)
#97737F
(151,115,127)
#876771
(135,103,113)
#775B63
(119,91,99)
#674F55
(103,79,85)
#574347
(87,67,71)
#473739
(71,55,57)
#372B2B
(55,43,43)
#271F1D
(39,31,29)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #B78B9B

#B78B9B
(183,139,155)
#BD95A4
(189,149,164)
#C39FAD
(195,159,173)
#C9A9B6
(201,169,182)
#CFB3BF
(207,179,191)
#D5BDC8
(213,189,200)
#DBC7D1
(219,199,209)
#E1D1DA
(225,209,218)
#E7DBE3
(231,219,227)
#EDE5EC
(237,229,236)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78B9B; }

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

This text font color is #B78B9B.


Background Color

.myBgColor { background-color: #B78B9B; }

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

This div background color is #B78B9B.


Border color

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

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

This div border color is #B78B9B.


Opacity

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

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

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

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

This text has shadow with #B78B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78B9B on black background.


Color preview on white background

This text has color #B78B9B on white background.



Black color preview on #B78B9B background

This text has black color on #B78B9B background.


White color preview on #B78B9B background

This text has white color on #B78B9B background.