COLOR #B4B2AB

HEX: #B4B2AB RGB: (180,178,171)

Color info

#B4B2AB contains red, green and blue colors in about the same proportion. Web safe color of #B4B2AB is #CC9999 (or #C99).

RGB color model

#B4B2AB color RGB value is (180,178,171).

RGB: (180,178,171) (71%, 70%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 178 of 255 = 70%
B 171 of 255 = 67%

180
178
171

R + G + B ~ 69%. #B4B2AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 178 + 171 = 529 (100%)
R 180 of 529 ~ 34.03%
G 178 of 529 ~ 33.65%
B 171 of 529 ~ 32.33'%

%34.03
%33.65
%32.33

CMYK color model

#B4B2AB color CMYK value is (0,1,5,29).

  • cyan value is 0.00%
  • magenta value is 1.11%
  • yellow value is 5.00%
  • key color value is 29.41%

CMYK: (0,1,5,29)
C0M1Y5K29 (0%, 1%, 5%, 29%)
(0.00 / 0.01 / 0.05 / 0.29)

CMYK percentages

%0
%1.11
%5
%29.41

Codes

Color #B4B2AB in popluar color models

B4 B2 AB
RGB 180 178 171
HSL 47° 5.66% 68.82%
HSB/HSV 47° 5.00% 70.59%
CMYK 0.00% 1.11% 5.00%
29.41%

Color #B4B2AB in popluar number systems.

HEX B4 B2 AB
Decimal 180 178 171
Binary 10110100 10110010 10101011
Octal 264 262 253

Shades and tints

Shades of #B4B2AB

#B4B2AB
(180,178,171)
#A4A29C
(164,162,156)
#94928D
(148,146,141)
#84827E
(132,130,126)
#74726F
(116,114,111)
#646260
(100,98,96)
#545251
(84,82,81)
#444242
(68,66,66)
#343233
(52,50,51)
#242224
(36,34,36)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #B4B2AB

#B4B2AB
(180,178,171)
#BAB9B2
(186,185,178)
#C0C0B9
(192,192,185)
#C6C7C0
(198,199,192)
#CCCEC7
(204,206,199)
#D2D5CE
(210,213,206)
#D8DCD5
(216,220,213)
#DEE3DC
(222,227,220)
#E4EAE3
(228,234,227)
#EAF1EA
(234,241,234)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B2AB; }

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

This text font color is #B4B2AB.

Background Color

.myBgColor { background-color: #B4B2AB; }

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

This div background color is #B4B2AB.

Border color

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

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

This div border color is #B4B2AB.

Opacity

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

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

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

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

This text has shadow with #B4B2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B2AB.

Preview

Color preview on black background

This text has color #B4B2AB on black background.


Color preview on white background

This text has color #B4B2AB on white background.


Black color preview on #B4B2AB background

This text has black color on #B4B2AB background.


White color preview on #B4B2AB background

This text has white color on #B4B2AB background.


Related colors

Complementary color

Complementary color for #hex is #4B4D54.


I love getcolorcode.com

Triadic colors

1 #ABB4B2 and #B2ABB4 with #B4B2AB are triadic colors.

2 #ABB2B4 and #B2B4AB with #B4B2AB are triadic colors.