COLOR #B5BCA6

HEX: #B5BCA6
RGB: (181,188,166)

Color info

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

RGB color model

#B5BCA6 color RGB value is (181,188,166).

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

RGB channels and saturation

R 181 of 255 = 71%
G 188 of 255 = 74%
B 166 of 255 = 65%

181
188
166

R + G + B ~ 70%. #B5BCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 188 + 166 = 535 (100%)
R 181 of 535 ~ 33.83%
G 188 of 535 ~ 35.14%
B 166 of 535 ~ 31.03%

%33.83
%35.14
%31.03

CMYK color model

#B5BCA6 color CMYK value is (4,0,12,26).

  • cyan value is 3.72%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(4,0,12,26)
C4M0Y12K26 
(4%,0%,12%,26%)
(0.04/0.00/0.12/0.26)	

CMYK percentages

%3.72
%0
%11.7
%26.27

Codes

Color #B5BCA6 in popluar color models

B5BCA6
RGB181188166
HSL79°14.10%69.41%
HSB/HSV79°11.70%73.73%
CMYK3.72%0.00%11.70%
26.27%

Color #B5BCA6 in popluar number systems.

HEXB5BCA6
Decimal181188166
Binary101101011011110010100110
Octal265274246

Shades and tints

Shades of #B5BCA6

#B5BCA6
(181,188,166)
#A5AB97
(165,171,151)
#959A88
(149,154,136)
#858979
(133,137,121)
#75786A
(117,120,106)
#65675B
(101,103,91)
#55564C
(85,86,76)
#45453D
(69,69,61)
#35342E
(53,52,46)
#25231F
(37,35,31)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #B5BCA6

#B5BCA6
(181,188,166)
#BBC2AE
(187,194,174)
#C1C8B6
(193,200,182)
#C7CEBE
(199,206,190)
#CDD4C6
(205,212,198)
#D3DACE
(211,218,206)
#D9E0D6
(217,224,214)
#DFE6DE
(223,230,222)
#E5ECE6
(229,236,230)
#EBF2EE
(235,242,238)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BCA6; }

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

This text font color is #B5BCA6.


Background Color

.myBgColor { background-color: #B5BCA6; }

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

This div background color is #B5BCA6.


Border color

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

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

This div border color is #B5BCA6.


Opacity

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

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

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

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

This text has shadow with #B5BCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BCA6 on black background.


Color preview on white background

This text has color #B5BCA6 on white background.



Black color preview on #B5BCA6 background

This text has black color on #B5BCA6 background.


White color preview on #B5BCA6 background

This text has white color on #B5BCA6 background.