COLOR #B4BCA4

HEX: #B4BCA4
RGB: (180,188,164)

Color info

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

RGB color model

#B4BCA4 color RGB value is (180,188,164).

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

RGB channels and saturation

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

180
188
164

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

Portions of RGB colors in percentages

R + G + B =
180 + 188 + 164 = 532 (100%)
R 180 of 532 ~ 33.83%
G 188 of 532 ~ 35.34%
B 164 of 532 ~ 30.83%

%33.83
%35.34
%30.83

CMYK color model

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

  • cyan value is 4.26%
  • 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

%4.26
%0
%12.77
%26.27

Codes

Color #B4BCA4 in popluar color models

B4BCA4
RGB180188164
HSL80°15.19%69.02%
HSB/HSV80°12.77%73.73%
CMYK4.26%0.00%12.77%
26.27%

Color #B4BCA4 in popluar number systems.

HEXB4BCA4
Decimal180188164
Binary101101001011110010100100
Octal264274244

Shades and tints

Shades of #B4BCA4

#B4BCA4
(180,188,164)
#A4AB96
(164,171,150)
#949A88
(148,154,136)
#84897A
(132,137,122)
#74786C
(116,120,108)
#64675E
(100,103,94)
#545650
(84,86,80)
#444542
(68,69,66)
#343434
(52,52,52)
#242326
(36,35,38)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #B4BCA4

#B4BCA4
(180,188,164)
#BAC2AC
(186,194,172)
#C0C8B4
(192,200,180)
#C6CEBC
(198,206,188)
#CCD4C4
(204,212,196)
#D2DACC
(210,218,204)
#D8E0D4
(216,224,212)
#DEE6DC
(222,230,220)
#E4ECE4
(228,236,228)
#EAF2EC
(234,242,236)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BCA4; }

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

This text font color is #B4BCA4.


Background Color

.myBgColor { background-color: #B4BCA4; }

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

This div background color is #B4BCA4.


Border color

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

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

This div border color is #B4BCA4.


Opacity

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

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

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

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

This text has shadow with #B4BCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BCA4 on black background.


Color preview on white background

This text has color #B4BCA4 on white background.



Black color preview on #B4BCA4 background

This text has black color on #B4BCA4 background.


White color preview on #B4BCA4 background

This text has white color on #B4BCA4 background.