COLOR #B78AB6

HEX: #B78AB6
RGB: (183,138,182)

Color info

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

RGB color model

#B78AB6 color RGB value is (183,138,182).

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

RGB channels and saturation

R 183 of 255 = 72%
G 138 of 255 = 54%
B 182 of 255 = 71%

183
138
182

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

Portions of RGB colors in percentages

R + G + B =
183 + 138 + 182 = 503 (100%)
R 183 of 503 ~ 36.38%
G 138 of 503 ~ 27.44%
B 182 of 503 ~ 36.18%

%36.38
%27.44
%36.18

CMYK color model

#B78AB6 color CMYK value is (0,25,1,28).

  • cyan value is 0.00%
  • magenta value is 24.59%
  • yellow value is 0.55%
  • key color value is 28.24%
CMYK:
(0,25,1,28)
C0M25Y1K28 
(0%,25%,1%,28%)
(0.00/0.25/0.01/0.28)	

CMYK percentages

%0
%24.59
%0.55
%28.24

Codes

Color #B78AB6 in popluar color models

B78AB6
RGB183138182
HSL301°23.81%62.94%
HSB/HSV301°24.59%71.76%
CMYK0.00%24.59%0.55%
28.24%

Color #B78AB6 in popluar number systems.

HEXB78AB6
Decimal183138182
Binary101101111000101010110110
Octal267212266

Shades and tints

Shades of #B78AB6

#B78AB6
(183,138,182)
#A77EA6
(167,126,166)
#977296
(151,114,150)
#876686
(135,102,134)
#775A76
(119,90,118)
#674E66
(103,78,102)
#574256
(87,66,86)
#473646
(71,54,70)
#372A36
(55,42,54)
#271E26
(39,30,38)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #B78AB6

#B78AB6
(183,138,182)
#BD94BC
(189,148,188)
#C39EC2
(195,158,194)
#C9A8C8
(201,168,200)
#CFB2CE
(207,178,206)
#D5BCD4
(213,188,212)
#DBC6DA
(219,198,218)
#E1D0E0
(225,208,224)
#E7DAE6
(231,218,230)
#EDE4EC
(237,228,236)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78AB6; }

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

This text font color is #B78AB6.


Background Color

.myBgColor { background-color: #B78AB6; }

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

This div background color is #B78AB6.


Border color

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

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

This div border color is #B78AB6.


Opacity

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

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

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

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

This text has shadow with #B78AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78AB6 on black background.


Color preview on white background

This text has color #B78AB6 on white background.



Black color preview on #B78AB6 background

This text has black color on #B78AB6 background.


White color preview on #B78AB6 background

This text has white color on #B78AB6 background.