COLOR #B5BC9C

HEX: #B5BC9C
RGB: (181,188,156)

Color info

#B5BC9C contains red, green and blue colors in about the same proportion. Web safe color of #B5BC9C is #CCCC99 (or #CC9).

RGB color model

#B5BC9C color RGB value is (181,188,156).

  • red value is 181;
  • green value is 188;
  • blue value is 156.
RGB:
(181,188,156)
(71%,74%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 188 of 255 = 74%
B 156 of 255 = 61%

181
188
156

R + G + B ~ 69%. #B5BC9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 188 + 156 = 525 (100%)
R 181 of 525 ~ 34.48%
G 188 of 525 ~ 35.81%
B 156 of 525 ~ 29.71%

%34.48
%35.81
%29.71

CMYK color model

#B5BC9C color CMYK value is (4,0,17,26).

  • cyan value is 3.72%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 26.27%
CMYK:
(4,0,17,26)
C4M0Y17K26 
(4%,0%,17%,26%)
(0.04/0.00/0.17/0.26)	

CMYK percentages

%3.72
%0
%17.02
%26.27

Codes

Color #B5BC9C in popluar color models

B5BC9C
RGB181188156
HSL73°19.28%67.45%
HSB/HSV73°17.02%73.73%
CMYK3.72%0.00%17.02%
26.27%

Color #B5BC9C in popluar number systems.

HEXB5BC9C
Decimal181188156
Binary101101011011110010011100
Octal265274234

Shades and tints

Shades of #B5BC9C

#B5BC9C
(181,188,156)
#A5AB8E
(165,171,142)
#959A80
(149,154,128)
#858972
(133,137,114)
#757864
(117,120,100)
#656756
(101,103,86)
#555648
(85,86,72)
#45453A
(69,69,58)
#35342C
(53,52,44)
#25231E
(37,35,30)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #B5BC9C

#B5BC9C
(181,188,156)
#BBC2A5
(187,194,165)
#C1C8AE
(193,200,174)
#C7CEB7
(199,206,183)
#CDD4C0
(205,212,192)
#D3DAC9
(211,218,201)
#D9E0D2
(217,224,210)
#DFE6DB
(223,230,219)
#E5ECE4
(229,236,228)
#EBF2ED
(235,242,237)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BC9C color. Also use rgb(181,188,156) instead hex code.

Text Font Color

.myTextColor { color: #B5BC9C; }

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

This text font color is #B5BC9C.


Background Color

.myBgColor { background-color: #B5BC9C; }

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

This div background color is #B5BC9C.


Border color

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

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

This div border color is #B5BC9C.


Opacity

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

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

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

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

This text has shadow with #B5BC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BC9C on black background.


Color preview on white background

This text has color #B5BC9C on white background.



Black color preview on #B5BC9C background

This text has black color on #B5BC9C background.


White color preview on #B5BC9C background

This text has white color on #B5BC9C background.