COLOR #B78BBA

HEX: #B78BBA
RGB: (183,139,186)

Color info

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

RGB color model

#B78BBA color RGB value is (183,139,186).

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

RGB channels and saturation

R 183 of 255 = 72%
G 139 of 255 = 55%
B 186 of 255 = 73%

183
139
186

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

Portions of RGB colors in percentages

R + G + B =
183 + 139 + 186 = 508 (100%)
R 183 of 508 ~ 36.02%
G 139 of 508 ~ 27.36%
B 186 of 508 ~ 36.61%

%36.02
%27.36
%36.61

CMYK color model

#B78BBA color CMYK value is (2,25,0,27).

  • cyan value is 1.61%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(2,25,0,27)
C2M25Y0K27 
(2%,25%,0%,27%)
(0.02/0.25/0.00/0.27)	

CMYK percentages

%1.61
%25.27
%0
%27.06

Codes

Color #B78BBA in popluar color models

B78BBA
RGB183139186
HSL296°25.41%63.73%
HSB/HSV296°25.27%72.94%
CMYK1.61%25.27%0.00%
27.06%

Color #B78BBA in popluar number systems.

HEXB78BBA
Decimal183139186
Binary101101111000101110111010
Octal267213272

Shades and tints

Shades of #B78BBA

#B78BBA
(183,139,186)
#A77FAA
(167,127,170)
#97739A
(151,115,154)
#87678A
(135,103,138)
#775B7A
(119,91,122)
#674F6A
(103,79,106)
#57435A
(87,67,90)
#47374A
(71,55,74)
#372B3A
(55,43,58)
#271F2A
(39,31,42)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #B78BBA

#B78BBA
(183,139,186)
#BD95C0
(189,149,192)
#C39FC6
(195,159,198)
#C9A9CC
(201,169,204)
#CFB3D2
(207,179,210)
#D5BDD8
(213,189,216)
#DBC7DE
(219,199,222)
#E1D1E4
(225,209,228)
#E7DBEA
(231,219,234)
#EDE5F0
(237,229,240)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78BBA; }

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

This text font color is #B78BBA.


Background Color

.myBgColor { background-color: #B78BBA; }

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

This div background color is #B78BBA.


Border color

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

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

This div border color is #B78BBA.


Opacity

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

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

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

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

This text has shadow with #B78BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78BBA on black background.


Color preview on white background

This text has color #B78BBA on white background.



Black color preview on #B78BBA background

This text has black color on #B78BBA background.


White color preview on #B78BBA background

This text has white color on #B78BBA background.