COLOR #B2BC87

HEX: #B2BC87 RGB: (178,188,135)

Color info

#B2BC87 contains red, green and blue colors in about the same proportion. Web safe color of #B2BC87 is #99CC99 (or #9C9).

RGB color model

#B2BC87 color RGB value is (178,188,135).

RGB: (178,188,135) (70%, 74%, 53%)

RGB channels and saturation

R 178 of 255 = 70%
G 188 of 255 = 74%
B 135 of 255 = 53%

178
188
135

R + G + B ~ 66%. #B2BC87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 188 + 135 = 501 (100%)
R 178 of 501 ~ 35.53%
G 188 of 501 ~ 37.52%
B 135 of 501 ~ 26.95'%

%35.53
%37.52
%26.95

CMYK color model

#B2BC87 color CMYK value is (5,0,28,26).

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

CMYK: (5,0,28,26)
C5M0Y28K26 (5%, 0%, 28%, 26%)
(0.05 / 0.00 / 0.28 / 0.26)

CMYK percentages

%5.32
%0
%28.19
%26.27

Codes

Color #B2BC87 in popluar color models

B2 BC 87
RGB 178 188 135
HSL 71° 28.34% 63.33%
HSB/HSV 71° 28.19% 73.73%
CMYK 5.32% 0.00% 28.19%
26.27%

Color #B2BC87 in popluar number systems.

HEX B2 BC 87
Decimal 178 188 135
Binary 10110010 10111100 10000111
Octal 262 274 207

Shades and tints

Shades of #B2BC87

#B2BC87
(178,188,135)
#A2AB7B
(162,171,123)
#929A6F
(146,154,111)
#828963
(130,137,99)
#727857
(114,120,87)
#62674B
(98,103,75)
#52563F
(82,86,63)
#424533
(66,69,51)
#323427
(50,52,39)
#22231B
(34,35,27)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #B2BC87

#B2BC87
(178,188,135)
#B9C291
(185,194,145)
#C0C89B
(192,200,155)
#C7CEA5
(199,206,165)
#CED4AF
(206,212,175)
#D5DAB9
(213,218,185)
#DCE0C3
(220,224,195)
#E3E6CD
(227,230,205)
#EAECD7
(234,236,215)
#F1F2E1
(241,242,225)
#F8F8EB
(248,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BC87; }

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

This text font color is #B2BC87.

Background Color

.myBgColor { background-color: #B2BC87; }

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

This div background color is #B2BC87.

Border color

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

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

This div border color is #B2BC87.

Opacity

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

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

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

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

This text has shadow with #B2BC87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BC87.

Preview

Color preview on black background

This text has color #B2BC87 on black background.


Color preview on white background

This text has color #B2BC87 on white background.


Black color preview on #B2BC87 background

This text has black color on #B2BC87 background.


White color preview on #B2BC87 background

This text has white color on #B2BC87 background.


Related colors

Complementary color

Complementary color for #hex is #4D4378.


I love getcolorcode.com

Triadic colors

1 #87B2BC and #BC87B2 with #B2BC87 are triadic colors.

2 #87BCB2 and #BCB287 with #B2BC87 are triadic colors.