COLOR #B5BCA4

HEX: #B5BCA4
RGB: (181,188,164)

Color info

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

RGB color model

#B5BCA4 color RGB value is (181,188,164).

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

RGB channels and saturation

R 181 of 255 = 71%
G 188 of 255 = 74%
B 164 of 255 = 64%

181
188
164

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

Portions of RGB colors in percentages

R + G + B =
181 + 188 + 164 = 533 (100%)
R 181 of 533 ~ 33.96%
G 188 of 533 ~ 35.27%
B 164 of 533 ~ 30.77%

%33.96
%35.27
%30.77

CMYK color model

#B5BCA4 color CMYK value is (4,0,13,26).

  • cyan value is 3.72%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 26.27%
CMYK:
(4,0,13,26)
C4M0Y13K26 
(4%,0%,13%,26%)
(0.04/0.00/0.13/0.26)	

CMYK percentages

%3.72
%0
%12.77
%26.27

Codes

Color #B5BCA4 in popluar color models

B5BCA4
RGB181188164
HSL78°15.19%69.02%
HSB/HSV78°12.77%73.73%
CMYK3.72%0.00%12.77%
26.27%

Color #B5BCA4 in popluar number systems.

HEXB5BCA4
Decimal181188164
Binary101101011011110010100100
Octal265274244

Shades and tints

Shades of #B5BCA4

#B5BCA4
(181,188,164)
#A5AB96
(165,171,150)
#959A88
(149,154,136)
#85897A
(133,137,122)
#75786C
(117,120,108)
#65675E
(101,103,94)
#555650
(85,86,80)
#454542
(69,69,66)
#353434
(53,52,52)
#252326
(37,35,38)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #B5BCA4

#B5BCA4
(181,188,164)
#BBC2AC
(187,194,172)
#C1C8B4
(193,200,180)
#C7CEBC
(199,206,188)
#CDD4C4
(205,212,196)
#D3DACC
(211,218,204)
#D9E0D4
(217,224,212)
#DFE6DC
(223,230,220)
#E5ECE4
(229,236,228)
#EBF2EC
(235,242,236)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BCA4; }

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

This text font color is #B5BCA4.


Background Color

.myBgColor { background-color: #B5BCA4; }

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

This div background color is #B5BCA4.


Border color

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

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

This div border color is #B5BCA4.


Opacity

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

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

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

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

This text has shadow with #B5BCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BCA4 on black background.


Color preview on white background

This text has color #B5BCA4 on white background.



Black color preview on #B5BCA4 background

This text has black color on #B5BCA4 background.


White color preview on #B5BCA4 background

This text has white color on #B5BCA4 background.