COLOR #B087BC

HEX: #B087BC RGB: (176,135,188)

Color info

#B087BC contains red, green and blue colors in about the same proportion. Web safe color of #B087BC is #9999CC (or #99C).

RGB color model

#B087BC color RGB value is (176,135,188).

RGB: (176,135,188) (69%, 53%, 74%)

RGB channels and saturation

R 176 of 255 = 69%
G 135 of 255 = 53%
B 188 of 255 = 74%

176
135
188

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

Portions of RGB colors in percentages

R + G + B = 176 + 135 + 188 = 499 (100%)
R 176 of 499 ~ 35.27%
G 135 of 499 ~ 27.05%
B 188 of 499 ~ 37.68'%

%35.27
%27.05
%37.68

CMYK color model

#B087BC color CMYK value is (6,28,0,26).

  • cyan value is 6.38%
  • magenta value is 28.19%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (6,28,0,26)
C6M28Y0K26 (6%, 28%, 0%, 26%)
(0.06 / 0.28 / 0.00 / 0.26)

CMYK percentages

%6.38
%28.19
%0
%26.27

Codes

Color #B087BC in popluar color models

B0 87 BC
RGB 176 135 188
HSL 286° 28.34% 63.33%
HSB/HSV 286° 28.19% 73.73%
CMYK 6.38% 28.19% 0.00%
26.27%

Color #B087BC in popluar number systems.

HEX B0 87 BC
Decimal 176 135 188
Binary 10110000 10000111 10111100
Octal 260 207 274

Shades and tints

Shades of #B087BC

#B087BC
(176,135,188)
#A07BAB
(160,123,171)
#906F9A
(144,111,154)
#806389
(128,99,137)
#705778
(112,87,120)
#604B67
(96,75,103)
#503F56
(80,63,86)
#403345
(64,51,69)
#302734
(48,39,52)
#201B23
(32,27,35)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #B087BC

#B087BC
(176,135,188)
#B791C2
(183,145,194)
#BE9BC8
(190,155,200)
#C5A5CE
(197,165,206)
#CCAFD4
(204,175,212)
#D3B9DA
(211,185,218)
#DAC3E0
(218,195,224)
#E1CDE6
(225,205,230)
#E8D7EC
(232,215,236)
#EFE1F2
(239,225,242)
#F6EBF8
(246,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B087BC color. Also use rgb(176,135,188) instead hex code.

Text Font Color

.myTextColor { color: #B087BC; }

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

This text font color is #B087BC.

Background Color

.myBgColor { background-color: #B087BC; }

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

This div background color is #B087BC.

Border color

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

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

This div border color is #B087BC.

Opacity

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

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

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

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

This text has shadow with #B087BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B087BC.

Preview

Color preview on black background

This text has color #B087BC on black background.


Color preview on white background

This text has color #B087BC on white background.


Black color preview on #B087BC background

This text has black color on #B087BC background.


White color preview on #B087BC background

This text has white color on #B087BC background.


Related colors

Complementary color

Complementary color for #hex is #4F7843.


I love getcolorcode.com

Triadic colors

1 #BCB087 and #87BCB0 with #B087BC are triadic colors.

2 #BC87B0 and #87B0BC with #B087BC are triadic colors.