COLOR #B878B9

HEX: #B878B9
RGB: (184,120,185)

Color info

#B878B9 contains mainly red and blue colors. Web safe color of #B878B9 is #CC66CC (or #C6C).

RGB color model

#B878B9 color RGB value is (184,120,185).

  • red value is 184;
  • green value is 120;
  • blue value is 185.
RGB:
(184,120,185)
(72%,47%,73%)

RGB channels and saturation

R 184 of 255 = 72%
G 120 of 255 = 47%
B 185 of 255 = 73%

184
120
185

R + G + B ~ 64%. #B878B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 120 + 185 = 489 (100%)
R 184 of 489 ~ 37.63%
G 120 of 489 ~ 24.54%
B 185 of 489 ~ 37.83%

%37.63
%24.54
%37.83

CMYK color model

#B878B9 color CMYK value is (1,35,0,27).

  • cyan value is 0.54%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(1,35,0,27)
C1M35Y0K27 
(1%,35%,0%,27%)
(0.01/0.35/0.00/0.27)	

CMYK percentages

%0.54
%35.14
%0
%27.45

Codes

Color #B878B9 in popluar color models

B878B9
RGB184120185
HSL299°31.71%59.80%
HSB/HSV299°35.14%72.55%
CMYK0.54%35.14%0.00%
27.45%

Color #B878B9 in popluar number systems.

HEXB878B9
Decimal184120185
Binary10111000111100010111001
Octal270170271

Shades and tints

Shades of #B878B9

#B878B9
(184,120,185)
#A86EA9
(168,110,169)
#986499
(152,100,153)
#885A89
(136,90,137)
#785079
(120,80,121)
#684669
(104,70,105)
#583C59
(88,60,89)
#483249
(72,50,73)
#382839
(56,40,57)
#281E29
(40,30,41)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #B878B9

#B878B9
(184,120,185)
#BE84BF
(190,132,191)
#C490C5
(196,144,197)
#CA9CCB
(202,156,203)
#D0A8D1
(208,168,209)
#D6B4D7
(214,180,215)
#DCC0DD
(220,192,221)
#E2CCE3
(226,204,227)
#E8D8E9
(232,216,233)
#EEE4EF
(238,228,239)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B878B9 color. Also use rgb(184,120,185) instead hex code.

Text Font Color

.myTextColor { color: #B878B9; }

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

This text font color is #B878B9.


Background Color

.myBgColor { background-color: #B878B9; }

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

This div background color is #B878B9.


Border color

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

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

This div border color is #B878B9.


Opacity

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

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

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

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

This text has shadow with #B878B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B878B9 on black background.


Color preview on white background

This text has color #B878B9 on white background.



Black color preview on #B878B9 background

This text has black color on #B878B9 background.


White color preview on #B878B9 background

This text has white color on #B878B9 background.