COLOR #B78EB6

HEX: #B78EB6
RGB: (183,142,182)

Color info

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

RGB color model

#B78EB6 color RGB value is (183,142,182).

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

RGB channels and saturation

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

183
142
182

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

Portions of RGB colors in percentages

R + G + B =
183 + 142 + 182 = 507 (100%)
R 183 of 507 ~ 36.09%
G 142 of 507 ~ 28.01%
B 182 of 507 ~ 35.9%

%36.09
%28.01
%35.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 0.55%
  • key color value is 28.24%
CMYK:
(0,22,1,28)
C0M22Y1K28 
(0%,22%,1%,28%)
(0.00/0.22/0.01/0.28)	

CMYK percentages

%0
%22.4
%0.55
%28.24

Codes

Color #B78EB6 in popluar color models

B78EB6
RGB183142182
HSL301°22.16%63.73%
HSB/HSV301°22.40%71.76%
CMYK0.00%22.40%0.55%
28.24%

Color #B78EB6 in popluar number systems.

HEXB78EB6
Decimal183142182
Binary101101111000111010110110
Octal267216266

Shades and tints

Shades of #B78EB6

#B78EB6
(183,142,182)
#A782A6
(167,130,166)
#977696
(151,118,150)
#876A86
(135,106,134)
#775E76
(119,94,118)
#675266
(103,82,102)
#574656
(87,70,86)
#473A46
(71,58,70)
#372E36
(55,46,54)
#272226
(39,34,38)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #B78EB6

#B78EB6
(183,142,182)
#BD98BC
(189,152,188)
#C3A2C2
(195,162,194)
#C9ACC8
(201,172,200)
#CFB6CE
(207,182,206)
#D5C0D4
(213,192,212)
#DBCADA
(219,202,218)
#E1D4E0
(225,212,224)
#E7DEE6
(231,222,230)
#EDE8EC
(237,232,236)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78EB6; }

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

This text font color is #B78EB6.


Background Color

.myBgColor { background-color: #B78EB6; }

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

This div background color is #B78EB6.


Border color

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

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

This div border color is #B78EB6.


Opacity

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

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

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

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

This text has shadow with #B78EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78EB6 on black background.


Color preview on white background

This text has color #B78EB6 on white background.



Black color preview on #B78EB6 background

This text has black color on #B78EB6 background.


White color preview on #B78EB6 background

This text has white color on #B78EB6 background.