COLOR #B4B8AC

HEX: #B4B8AC
RGB: (180,184,172)

Color info

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

RGB color model

#B4B8AC color RGB value is (180,184,172).

  • red value is 180;
  • green value is 184;
  • blue value is 172.
RGB:
(180,184,172)
(71%,72%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 184 of 255 = 72%
B 172 of 255 = 67%

180
184
172

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

Portions of RGB colors in percentages

R + G + B =
180 + 184 + 172 = 536 (100%)
R 180 of 536 ~ 33.58%
G 184 of 536 ~ 34.33%
B 172 of 536 ~ 32.09%

%33.58
%34.33
%32.09

CMYK color model

#B4B8AC color CMYK value is (2,0,7,28).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 27.84%
CMYK:
(2,0,7,28)
C2M0Y7K28 
(2%,0%,7%,28%)
(0.02/0.00/0.07/0.28)	

CMYK percentages

%2.17
%0
%6.52
%27.84

Codes

Color #B4B8AC in popluar color models

B4B8AC
RGB180184172
HSL80°7.79%69.80%
HSB/HSV80°6.52%72.16%
CMYK2.17%0.00%6.52%
27.84%

Color #B4B8AC in popluar number systems.

HEXB4B8AC
Decimal180184172
Binary101101001011100010101100
Octal264270254

Shades and tints

Shades of #B4B8AC

#B4B8AC
(180,184,172)
#A4A89D
(164,168,157)
#94988E
(148,152,142)
#84887F
(132,136,127)
#747870
(116,120,112)
#646861
(100,104,97)
#545852
(84,88,82)
#444843
(68,72,67)
#343834
(52,56,52)
#242825
(36,40,37)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #B4B8AC

#B4B8AC
(180,184,172)
#BABEB3
(186,190,179)
#C0C4BA
(192,196,186)
#C6CAC1
(198,202,193)
#CCD0C8
(204,208,200)
#D2D6CF
(210,214,207)
#D8DCD6
(216,220,214)
#DEE2DD
(222,226,221)
#E4E8E4
(228,232,228)
#EAEEEB
(234,238,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B8AC color. Also use rgb(180,184,172) instead hex code.

Text Font Color

.myTextColor { color: #B4B8AC; }

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

This text font color is #B4B8AC.


Background Color

.myBgColor { background-color: #B4B8AC; }

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

This div background color is #B4B8AC.


Border color

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

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

This div border color is #B4B8AC.


Opacity

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

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

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

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

This text has shadow with #B4B8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B8AC on black background.


Color preview on white background

This text has color #B4B8AC on white background.



Black color preview on #B4B8AC background

This text has black color on #B4B8AC background.


White color preview on #B4B8AC background

This text has white color on #B4B8AC background.