COLOR #B4BCA8

HEX: #B4BCA8
RGB: (180,188,168)

Color info

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

RGB color model

#B4BCA8 color RGB value is (180,188,168).

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

RGB channels and saturation

R 180 of 255 = 71%
G 188 of 255 = 74%
B 168 of 255 = 66%

180
188
168

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

Portions of RGB colors in percentages

R + G + B =
180 + 188 + 168 = 536 (100%)
R 180 of 536 ~ 33.58%
G 188 of 536 ~ 35.07%
B 168 of 536 ~ 31.34%

%33.58
%35.07
%31.34

CMYK color model

#B4BCA8 color CMYK value is (4,0,11,26).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 26.27%
CMYK:
(4,0,11,26)
C4M0Y11K26 
(4%,0%,11%,26%)
(0.04/0.00/0.11/0.26)	

CMYK percentages

%4.26
%0
%10.64
%26.27

Codes

Color #B4BCA8 in popluar color models

B4BCA8
RGB180188168
HSL84°12.99%69.80%
HSB/HSV84°10.64%73.73%
CMYK4.26%0.00%10.64%
26.27%

Color #B4BCA8 in popluar number systems.

HEXB4BCA8
Decimal180188168
Binary101101001011110010101000
Octal264274250

Shades and tints

Shades of #B4BCA8

#B4BCA8
(180,188,168)
#A4AB99
(164,171,153)
#949A8A
(148,154,138)
#84897B
(132,137,123)
#74786C
(116,120,108)
#64675D
(100,103,93)
#54564E
(84,86,78)
#44453F
(68,69,63)
#343430
(52,52,48)
#242321
(36,35,33)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #B4BCA8

#B4BCA8
(180,188,168)
#BAC2AF
(186,194,175)
#C0C8B6
(192,200,182)
#C6CEBD
(198,206,189)
#CCD4C4
(204,212,196)
#D2DACB
(210,218,203)
#D8E0D2
(216,224,210)
#DEE6D9
(222,230,217)
#E4ECE0
(228,236,224)
#EAF2E7
(234,242,231)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BCA8; }

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

This text font color is #B4BCA8.


Background Color

.myBgColor { background-color: #B4BCA8; }

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

This div background color is #B4BCA8.


Border color

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

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

This div border color is #B4BCA8.


Opacity

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

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

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

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

This text has shadow with #B4BCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BCA8 on black background.


Color preview on white background

This text has color #B4BCA8 on white background.



Black color preview on #B4BCA8 background

This text has black color on #B4BCA8 background.


White color preview on #B4BCA8 background

This text has white color on #B4BCA8 background.