COLOR #B78FB8

HEX: #B78FB8
RGB: (183,143,184)

Color info

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

RGB color model

#B78FB8 color RGB value is (183,143,184).

  • red value is 183;
  • green value is 143;
  • blue value is 184.
RGB:
(183,143,184)
(72%,56%,72%)

RGB channels and saturation

R 183 of 255 = 72%
G 143 of 255 = 56%
B 184 of 255 = 72%

183
143
184

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

Portions of RGB colors in percentages

R + G + B =
183 + 143 + 184 = 510 (100%)
R 183 of 510 ~ 35.88%
G 143 of 510 ~ 28.04%
B 184 of 510 ~ 36.08%

%35.88
%28.04
%36.08

CMYK color model

#B78FB8 color CMYK value is (1,22,0,28).

  • cyan value is 0.54%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(1,22,0,28)
C1M22Y0K28 
(1%,22%,0%,28%)
(0.01/0.22/0.00/0.28)	

CMYK percentages

%0.54
%22.28
%0
%27.84

Codes

Color #B78FB8 in popluar color models

B78FB8
RGB183143184
HSL299°22.40%64.12%
HSB/HSV299°22.28%72.16%
CMYK0.54%22.28%0.00%
27.84%

Color #B78FB8 in popluar number systems.

HEXB78FB8
Decimal183143184
Binary101101111000111110111000
Octal267217270

Shades and tints

Shades of #B78FB8

#B78FB8
(183,143,184)
#A782A8
(167,130,168)
#977598
(151,117,152)
#876888
(135,104,136)
#775B78
(119,91,120)
#674E68
(103,78,104)
#574158
(87,65,88)
#473448
(71,52,72)
#372738
(55,39,56)
#271A28
(39,26,40)
#170D18
(23,13,24)
#000000
(0,0,0)

Tints of #B78FB8

#B78FB8
(183,143,184)
#BD99BE
(189,153,190)
#C3A3C4
(195,163,196)
#C9ADCA
(201,173,202)
#CFB7D0
(207,183,208)
#D5C1D6
(213,193,214)
#DBCBDC
(219,203,220)
#E1D5E2
(225,213,226)
#E7DFE8
(231,223,232)
#EDE9EE
(237,233,238)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78FB8 color. Also use rgb(183,143,184) instead hex code.

Text Font Color

.myTextColor { color: #B78FB8; }

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

This text font color is #B78FB8.


Background Color

.myBgColor { background-color: #B78FB8; }

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

This div background color is #B78FB8.


Border color

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

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

This div border color is #B78FB8.


Opacity

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

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

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

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

This text has shadow with #B78FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78FB8 on black background.


Color preview on white background

This text has color #B78FB8 on white background.



Black color preview on #B78FB8 background

This text has black color on #B78FB8 background.


White color preview on #B78FB8 background

This text has white color on #B78FB8 background.