COLOR #B4B9A6

HEX: #B4B9A6 RGB: (180,185,166)

Color info

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

RGB color model

#B4B9A6 color RGB value is (180,185,166).

RGB: (180,185,166) (71%, 73%, 65%)

RGB channels and saturation

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

180
185
166

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

Portions of RGB colors in percentages

R + G + B = 180 + 185 + 166 = 531 (100%)
R 180 of 531 ~ 33.9%
G 185 of 531 ~ 34.84%
B 166 of 531 ~ 31.26'%

%33.9
%34.84
%31.26

CMYK color model

#B4B9A6 color CMYK value is (3,0,10,27).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 10.27%
  • key color value is 27.45%

CMYK: (3,0,10,27)
C3M0Y10K27 (3%, 0%, 10%, 27%)
(0.03 / 0.00 / 0.10 / 0.27)

CMYK percentages

%2.7
%0
%10.27
%27.45

Codes

Color #B4B9A6 in popluar color models

B4 B9 A6
RGB 180 185 166
HSL 76° 11.95% 68.82%
HSB/HSV 76° 10.27% 72.55%
CMYK 2.70% 0.00% 10.27%
27.45%

Color #B4B9A6 in popluar number systems.

HEX B4 B9 A6
Decimal 180 185 166
Binary 10110100 10111001 10100110
Octal 264 271 246

Shades and tints

Shades of #B4B9A6

#B4B9A6
(180,185,166)
#A4A997
(164,169,151)
#949988
(148,153,136)
#848979
(132,137,121)
#74796A
(116,121,106)
#64695B
(100,105,91)
#54594C
(84,89,76)
#44493D
(68,73,61)
#34392E
(52,57,46)
#24291F
(36,41,31)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #B4B9A6

#B4B9A6
(180,185,166)
#BABFAE
(186,191,174)
#C0C5B6
(192,197,182)
#C6CBBE
(198,203,190)
#CCD1C6
(204,209,198)
#D2D7CE
(210,215,206)
#D8DDD6
(216,221,214)
#DEE3DE
(222,227,222)
#E4E9E6
(228,233,230)
#EAEFEE
(234,239,238)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B9A6; }

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

This text font color is #B4B9A6.

Background Color

.myBgColor { background-color: #B4B9A6; }

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

This div background color is #B4B9A6.

Border color

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

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

This div border color is #B4B9A6.

Opacity

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

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

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

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

This text has shadow with #B4B9A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B9A6.

Preview

Color preview on black background

This text has color #B4B9A6 on black background.


Color preview on white background

This text has color #B4B9A6 on white background.


Black color preview on #B4B9A6 background

This text has black color on #B4B9A6 background.


White color preview on #B4B9A6 background

This text has white color on #B4B9A6 background.


Related colors

Complementary color

Complementary color for #hex is #4B4659.


I love getcolorcode.com

Triadic colors

1 #A6B4B9 and #B9A6B4 with #B4B9A6 are triadic colors.

2 #A6B9B4 and #B9B4A6 with #B4B9A6 are triadic colors.