COLOR #B878AB

HEX: #B878AB RGB: (184,120,171)

Color info

#B878AB contains mainly red and blue colors. Web safe color of #B878AB is #CC6699 (or #C69).

RGB color model

#B878AB color RGB value is (184,120,171).

RGB: (184,120,171) (72%, 47%, 67%)

RGB channels and saturation

R 184 of 255 = 72%
G 120 of 255 = 47%
B 171 of 255 = 67%

184
120
171

R + G + B ~ 62%. #B878AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 120 + 171 = 475 (100%)
R 184 of 475 ~ 38.74%
G 120 of 475 ~ 25.26%
B 171 of 475 ~ 36'%

%38.74
%25.26
%36

CMYK color model

#B878AB color CMYK value is (0,35,7,28).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 7.07%
  • key color value is 27.84%
CMYK: (0,35,7,28) C0M35Y7K28 (0%,35%,7%,28%) (0.00/0.35/0.07/0.28) 

CMYK percentages

%0
%34.78
%7.07
%27.84

Codes

Color #B878AB in popluar color models

B8 78 AB
RGB 184 120 171
HSL 312° 31.07% 59.61%
HSB/HSV 312° 34.78% 72.16%
CMYK 0.00% 34.78% 7.07%
27.84%

Color #B878AB in popluar number systems.

HEX B8 78 AB
Decimal 184 120 171
Binary 10111000 1111000 10101011
Octal 270 170 253

Shades and tints

Shades of #B878AB

#B878AB
(184,120,171)
#A86E9C
(168,110,156)
#98648D
(152,100,141)
#885A7E
(136,90,126)
#78506F
(120,80,111)
#684660
(104,70,96)
#583C51
(88,60,81)
#483242
(72,50,66)
#382833
(56,40,51)
#281E24
(40,30,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #B878AB

#B878AB
(184,120,171)
#BE84B2
(190,132,178)
#C490B9
(196,144,185)
#CA9CC0
(202,156,192)
#D0A8C7
(208,168,199)
#D6B4CE
(214,180,206)
#DCC0D5
(220,192,213)
#E2CCDC
(226,204,220)
#E8D8E3
(232,216,227)
#EEE4EA
(238,228,234)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B878AB; }

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

This text font color is #B878AB.

Background Color

.myBgColor { background-color: #B878AB; }

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

This div background color is #B878AB.

Border color

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

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

This div border color is #B878AB.

Opacity

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

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

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

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

This text has shadow with #B878AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B878AB.

Preview

Color preview on black background

This text has color #B878AB on black background.


Color preview on white background

This text has color #B878AB on white background.


Black color preview on #B878AB background

This text has black color on #B878AB background.


White color preview on #B878AB background

This text has white color on #B878AB background.


Related colors

Complementary color

Complementary color for #hex is #478754.


I love getcolorcode.com

Triadic colors

1 #ABB878 and #78ABB8 with #B878AB are triadic colors.

2 #AB78B8 and #78B8AB with #B878AB are triadic colors.