COLOR #B878B7

HEX: #B878B7
RGB: (184,120,183)

Color info

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

RGB color model

#B878B7 color RGB value is (184,120,183).

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

RGB channels and saturation

R 184 of 255 = 72%
G 120 of 255 = 47%
B 183 of 255 = 72%

184
120
183

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

Portions of RGB colors in percentages

R + G + B =
184 + 120 + 183 = 487 (100%)
R 184 of 487 ~ 37.78%
G 120 of 487 ~ 24.64%
B 183 of 487 ~ 37.58%

%37.78
%24.64
%37.58

CMYK color model

#B878B7 color CMYK value is (0,35,1,28).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 0.54%
  • key color value is 27.84%
CMYK:
(0,35,1,28)
C0M35Y1K28 
(0%,35%,1%,28%)
(0.00/0.35/0.01/0.28)	

CMYK percentages

%0
%34.78
%0.54
%27.84

Codes

Color #B878B7 in popluar color models

B878B7
RGB184120183
HSL301°31.07%59.61%
HSB/HSV301°34.78%72.16%
CMYK0.00%34.78%0.54%
27.84%

Color #B878B7 in popluar number systems.

HEXB878B7
Decimal184120183
Binary10111000111100010110111
Octal270170267

Shades and tints

Shades of #B878B7

#B878B7
(184,120,183)
#A86EA7
(168,110,167)
#986497
(152,100,151)
#885A87
(136,90,135)
#785077
(120,80,119)
#684667
(104,70,103)
#583C57
(88,60,87)
#483247
(72,50,71)
#382837
(56,40,55)
#281E27
(40,30,39)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #B878B7

#B878B7
(184,120,183)
#BE84BD
(190,132,189)
#C490C3
(196,144,195)
#CA9CC9
(202,156,201)
#D0A8CF
(208,168,207)
#D6B4D5
(214,180,213)
#DCC0DB
(220,192,219)
#E2CCE1
(226,204,225)
#E8D8E7
(232,216,231)
#EEE4ED
(238,228,237)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B878B7; }

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

This text font color is #B878B7.


Background Color

.myBgColor { background-color: #B878B7; }

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

This div background color is #B878B7.


Border color

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

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

This div border color is #B878B7.


Opacity

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

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

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

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

This text has shadow with #B878B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B878B7 on black background.


Color preview on white background

This text has color #B878B7 on white background.



Black color preview on #B878B7 background

This text has black color on #B878B7 background.


White color preview on #B878B7 background

This text has white color on #B878B7 background.