COLOR #B887B4

HEX: #B887B4
RGB: (184,135,180)

Color info

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

RGB color model

#B887B4 color RGB value is (184,135,180).

  • red value is 184;
  • green value is 135;
  • blue value is 180.
RGB:
(184,135,180)
(72%,53%,71%)

RGB channels and saturation

R 184 of 255 = 72%
G 135 of 255 = 53%
B 180 of 255 = 71%

184
135
180

R + G + B ~ 65%. #B887B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 135 + 180 = 499 (100%)
R 184 of 499 ~ 36.87%
G 135 of 499 ~ 27.05%
B 180 of 499 ~ 36.07%

%36.87
%27.05
%36.07

CMYK color model

#B887B4 color CMYK value is (0,27,2,28).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 2.17%
  • key color value is 27.84%
CMYK:
(0,27,2,28)
C0M27Y2K28 
(0%,27%,2%,28%)
(0.00/0.27/0.02/0.28)	

CMYK percentages

%0
%26.63
%2.17
%27.84

Codes

Color #B887B4 in popluar color models

B887B4
RGB184135180
HSL305°25.65%62.55%
HSB/HSV305°26.63%72.16%
CMYK0.00%26.63%2.17%
27.84%

Color #B887B4 in popluar number systems.

HEXB887B4
Decimal184135180
Binary101110001000011110110100
Octal270207264

Shades and tints

Shades of #B887B4

#B887B4
(184,135,180)
#A87BA4
(168,123,164)
#986F94
(152,111,148)
#886384
(136,99,132)
#785774
(120,87,116)
#684B64
(104,75,100)
#583F54
(88,63,84)
#483344
(72,51,68)
#382734
(56,39,52)
#281B24
(40,27,36)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #B887B4

#B887B4
(184,135,180)
#BE91BA
(190,145,186)
#C49BC0
(196,155,192)
#CAA5C6
(202,165,198)
#D0AFCC
(208,175,204)
#D6B9D2
(214,185,210)
#DCC3D8
(220,195,216)
#E2CDDE
(226,205,222)
#E8D7E4
(232,215,228)
#EEE1EA
(238,225,234)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B887B4 color. Also use rgb(184,135,180) instead hex code.

Text Font Color

.myTextColor { color: #B887B4; }

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

This text font color is #B887B4.


Background Color

.myBgColor { background-color: #B887B4; }

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

This div background color is #B887B4.


Border color

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

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

This div border color is #B887B4.


Opacity

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

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

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

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

This text has shadow with #B887B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B887B4 on black background.


Color preview on white background

This text has color #B887B4 on white background.



Black color preview on #B887B4 background

This text has black color on #B887B4 background.


White color preview on #B887B4 background

This text has white color on #B887B4 background.