COLOR #B78EB4

HEX: #B78EB4
RGB: (183,142,180)

Color info

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

RGB color model

#B78EB4 color RGB value is (183,142,180).

  • red value is 183;
  • green value is 142;
  • blue value is 180.
RGB:
(183,142,180)
(72%,56%,71%)

RGB channels and saturation

R 183 of 255 = 72%
G 142 of 255 = 56%
B 180 of 255 = 71%

183
142
180

R + G + B ~ 66%. #B78EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 142 + 180 = 505 (100%)
R 183 of 505 ~ 36.24%
G 142 of 505 ~ 28.12%
B 180 of 505 ~ 35.64%

%36.24
%28.12
%35.64

CMYK color model

#B78EB4 color CMYK value is (0,22,2,28).

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 1.64%
  • key color value is 28.24%
CMYK:
(0,22,2,28)
C0M22Y2K28 
(0%,22%,2%,28%)
(0.00/0.22/0.02/0.28)	

CMYK percentages

%0
%22.4
%1.64
%28.24

Codes

Color #B78EB4 in popluar color models

B78EB4
RGB183142180
HSL304°22.16%63.73%
HSB/HSV304°22.40%71.76%
CMYK0.00%22.40%1.64%
28.24%

Color #B78EB4 in popluar number systems.

HEXB78EB4
Decimal183142180
Binary101101111000111010110100
Octal267216264

Shades and tints

Shades of #B78EB4

#B78EB4
(183,142,180)
#A782A4
(167,130,164)
#977694
(151,118,148)
#876A84
(135,106,132)
#775E74
(119,94,116)
#675264
(103,82,100)
#574654
(87,70,84)
#473A44
(71,58,68)
#372E34
(55,46,52)
#272224
(39,34,36)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #B78EB4

#B78EB4
(183,142,180)
#BD98BA
(189,152,186)
#C3A2C0
(195,162,192)
#C9ACC6
(201,172,198)
#CFB6CC
(207,182,204)
#D5C0D2
(213,192,210)
#DBCAD8
(219,202,216)
#E1D4DE
(225,212,222)
#E7DEE4
(231,222,228)
#EDE8EA
(237,232,234)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78EB4 color. Also use rgb(183,142,180) instead hex code.

Text Font Color

.myTextColor { color: #B78EB4; }

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

This text font color is #B78EB4.


Background Color

.myBgColor { background-color: #B78EB4; }

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

This div background color is #B78EB4.


Border color

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

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

This div border color is #B78EB4.


Opacity

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

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

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

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

This text has shadow with #B78EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78EB4 on black background.


Color preview on white background

This text has color #B78EB4 on white background.



Black color preview on #B78EB4 background

This text has black color on #B78EB4 background.


White color preview on #B78EB4 background

This text has white color on #B78EB4 background.