COLOR #B4BAA6

HEX: #B4BAA6
RGB: (180,186,166)

Color info

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

RGB color model

#B4BAA6 color RGB value is (180,186,166).

  • red value is 180;
  • green value is 186;
  • blue value is 166.
RGB:
(180,186,166)
(71%,73%,65%)

RGB channels and saturation

R 180 of 255 = 71%
G 186 of 255 = 73%
B 166 of 255 = 65%

180
186
166

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

Portions of RGB colors in percentages

R + G + B =
180 + 186 + 166 = 532 (100%)
R 180 of 532 ~ 33.83%
G 186 of 532 ~ 34.96%
B 166 of 532 ~ 31.2%

%33.83
%34.96
%31.2

CMYK color model

#B4BAA6 color CMYK value is (3,0,11,27).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 10.75%
  • key color value is 27.06%
CMYK:
(3,0,11,27)
C3M0Y11K27 
(3%,0%,11%,27%)
(0.03/0.00/0.11/0.27)	

CMYK percentages

%3.23
%0
%10.75
%27.06

Codes

Color #B4BAA6 in popluar color models

B4BAA6
RGB180186166
HSL78°12.66%69.02%
HSB/HSV78°10.75%72.94%
CMYK3.23%0.00%10.75%
27.06%

Color #B4BAA6 in popluar number systems.

HEXB4BAA6
Decimal180186166
Binary101101001011101010100110
Octal264272246

Shades and tints

Shades of #B4BAA6

#B4BAA6
(180,186,166)
#A4AA97
(164,170,151)
#949A88
(148,154,136)
#848A79
(132,138,121)
#747A6A
(116,122,106)
#646A5B
(100,106,91)
#545A4C
(84,90,76)
#444A3D
(68,74,61)
#343A2E
(52,58,46)
#242A1F
(36,42,31)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #B4BAA6

#B4BAA6
(180,186,166)
#BAC0AE
(186,192,174)
#C0C6B6
(192,198,182)
#C6CCBE
(198,204,190)
#CCD2C6
(204,210,198)
#D2D8CE
(210,216,206)
#D8DED6
(216,222,214)
#DEE4DE
(222,228,222)
#E4EAE6
(228,234,230)
#EAF0EE
(234,240,238)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BAA6 color. Also use rgb(180,186,166) instead hex code.

Text Font Color

.myTextColor { color: #B4BAA6; }

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

This text font color is #B4BAA6.


Background Color

.myBgColor { background-color: #B4BAA6; }

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

This div background color is #B4BAA6.


Border color

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

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

This div border color is #B4BAA6.


Opacity

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

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

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

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

This text has shadow with #B4BAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BAA6 on black background.


Color preview on white background

This text has color #B4BAA6 on white background.



Black color preview on #B4BAA6 background

This text has black color on #B4BAA6 background.


White color preview on #B4BAA6 background

This text has white color on #B4BAA6 background.