COLOR #B887B3

HEX: #B887B3
RGB: (184,135,179)

Color info

#B887B3 contains red, green and blue colors in about the same proportion. Web safe color of #B887B3 is #CC9999 (or #C99).

RGB color model

#B887B3 color RGB value is (184,135,179).

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

RGB channels and saturation

R 184 of 255 = 72%
G 135 of 255 = 53%
B 179 of 255 = 70%

184
135
179

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

Portions of RGB colors in percentages

R + G + B =
184 + 135 + 179 = 498 (100%)
R 184 of 498 ~ 36.95%
G 135 of 498 ~ 27.11%
B 179 of 498 ~ 35.94%

%36.95
%27.11
%35.94

CMYK color model

#B887B3 color CMYK value is (0,27,3,28).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 2.72%
  • key color value is 27.84%
CMYK:
(0,27,3,28)
C0M27Y3K28 
(0%,27%,3%,28%)
(0.00/0.27/0.03/0.28)	

CMYK percentages

%0
%26.63
%2.72
%27.84

Codes

Color #B887B3 in popluar color models

B887B3
RGB184135179
HSL306°25.65%62.55%
HSB/HSV306°26.63%72.16%
CMYK0.00%26.63%2.72%
27.84%

Color #B887B3 in popluar number systems.

HEXB887B3
Decimal184135179
Binary101110001000011110110011
Octal270207263

Shades and tints

Shades of #B887B3

#B887B3
(184,135,179)
#A87BA3
(168,123,163)
#986F93
(152,111,147)
#886383
(136,99,131)
#785773
(120,87,115)
#684B63
(104,75,99)
#583F53
(88,63,83)
#483343
(72,51,67)
#382733
(56,39,51)
#281B23
(40,27,35)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #B887B3

#B887B3
(184,135,179)
#BE91B9
(190,145,185)
#C49BBF
(196,155,191)
#CAA5C5
(202,165,197)
#D0AFCB
(208,175,203)
#D6B9D1
(214,185,209)
#DCC3D7
(220,195,215)
#E2CDDD
(226,205,221)
#E8D7E3
(232,215,227)
#EEE1E9
(238,225,233)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B887B3; }

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

This text font color is #B887B3.


Background Color

.myBgColor { background-color: #B887B3; }

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

This div background color is #B887B3.


Border color

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

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

This div border color is #B887B3.


Opacity

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

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

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

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

This text has shadow with #B887B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B887B3 on black background.


Color preview on white background

This text has color #B887B3 on white background.



Black color preview on #B887B3 background

This text has black color on #B887B3 background.


White color preview on #B887B3 background

This text has white color on #B887B3 background.