COLOR #B4BDAC

HEX: #B4BDAC
RGB: (180,189,172)

Color info

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

RGB color model

#B4BDAC color RGB value is (180,189,172).

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

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 172 of 255 = 67%

180
189
172

R + G + B ~ 71%. #B4BDAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 189 + 172 = 541 (100%)
R 180 of 541 ~ 33.27%
G 189 of 541 ~ 34.94%
B 172 of 541 ~ 31.79%

%33.27
%34.94
%31.79

CMYK color model

#B4BDAC color CMYK value is (5,0,9,26).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 8.99%
  • key color value is 25.88%
CMYK:
(5,0,9,26)
C5M0Y9K26 
(5%,0%,9%,26%)
(0.05/0.00/0.09/0.26)	

CMYK percentages

%4.76
%0
%8.99
%25.88

Codes

Color #B4BDAC in popluar color models

B4BDAC
RGB180189172
HSL92°11.41%70.78%
HSB/HSV92°8.99%74.12%
CMYK4.76%0.00%8.99%
25.88%

Color #B4BDAC in popluar number systems.

HEXB4BDAC
Decimal180189172
Binary101101001011110110101100
Octal264275254

Shades and tints

Shades of #B4BDAC

#B4BDAC
(180,189,172)
#A4AC9D
(164,172,157)
#949B8E
(148,155,142)
#848A7F
(132,138,127)
#747970
(116,121,112)
#646861
(100,104,97)
#545752
(84,87,82)
#444643
(68,70,67)
#343534
(52,53,52)
#242425
(36,36,37)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #B4BDAC

#B4BDAC
(180,189,172)
#BAC3B3
(186,195,179)
#C0C9BA
(192,201,186)
#C6CFC1
(198,207,193)
#CCD5C8
(204,213,200)
#D2DBCF
(210,219,207)
#D8E1D6
(216,225,214)
#DEE7DD
(222,231,221)
#E4EDE4
(228,237,228)
#EAF3EB
(234,243,235)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BDAC; }

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

This text font color is #B4BDAC.


Background Color

.myBgColor { background-color: #B4BDAC; }

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

This div background color is #B4BDAC.


Border color

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

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

This div border color is #B4BDAC.


Opacity

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

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

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

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

This text has shadow with #B4BDAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BDAC on black background.


Color preview on white background

This text has color #B4BDAC on white background.



Black color preview on #B4BDAC background

This text has black color on #B4BDAC background.


White color preview on #B4BDAC background

This text has white color on #B4BDAC background.