COLOR #B4C4AB

HEX: #B4C4AB
RGB: (180,196,171)

Color info

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

RGB color model

#B4C4AB color RGB value is (180,196,171).

  • red value is 180;
  • green value is 196;
  • blue value is 171.
RGB:
(180,196,171)
(71%,77%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 196 of 255 = 77%
B 171 of 255 = 67%

180
196
171

R + G + B ~ 72%. #B4C4AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 196 + 171 = 547 (100%)
R 180 of 547 ~ 32.91%
G 196 of 547 ~ 35.83%
B 171 of 547 ~ 31.26%

%32.91
%35.83
%31.26

CMYK color model

#B4C4AB color CMYK value is (8,0,13,23).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 12.76%
  • key color value is 23.14%
CMYK:
(8,0,13,23)
C8M0Y13K23 
(8%,0%,13%,23%)
(0.08/0.00/0.13/0.23)	

CMYK percentages

%8.16
%0
%12.76
%23.14

Codes

Color #B4C4AB in popluar color models

B4C4AB
RGB180196171
HSL98°17.48%71.96%
HSB/HSV98°12.76%76.86%
CMYK8.16%0.00%12.76%
23.14%

Color #B4C4AB in popluar number systems.

HEXB4C4AB
Decimal180196171
Binary101101001100010010101011
Octal264304253

Shades and tints

Shades of #B4C4AB

#B4C4AB
(180,196,171)
#A4B39C
(164,179,156)
#94A28D
(148,162,141)
#84917E
(132,145,126)
#74806F
(116,128,111)
#646F60
(100,111,96)
#545E51
(84,94,81)
#444D42
(68,77,66)
#343C33
(52,60,51)
#242B24
(36,43,36)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #B4C4AB

#B4C4AB
(180,196,171)
#BAC9B2
(186,201,178)
#C0CEB9
(192,206,185)
#C6D3C0
(198,211,192)
#CCD8C7
(204,216,199)
#D2DDCE
(210,221,206)
#D8E2D5
(216,226,213)
#DEE7DC
(222,231,220)
#E4ECE3
(228,236,227)
#EAF1EA
(234,241,234)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C4AB color. Also use rgb(180,196,171) instead hex code.

Text Font Color

.myTextColor { color: #B4C4AB; }

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

This text font color is #B4C4AB.


Background Color

.myBgColor { background-color: #B4C4AB; }

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

This div background color is #B4C4AB.


Border color

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

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

This div border color is #B4C4AB.


Opacity

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

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

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

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

This text has shadow with #B4C4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C4AB on black background.


Color preview on white background

This text has color #B4C4AB on white background.



Black color preview on #B4C4AB background

This text has black color on #B4C4AB background.


White color preview on #B4C4AB background

This text has white color on #B4C4AB background.