COLOR #B4AAAB

HEX: #B4AAAB
RGB: (180,170,171)

Color info

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

RGB color model

#B4AAAB color RGB value is (180,170,171).

  • red value is 180;
  • green value is 170;
  • blue value is 171.
RGB:
(180,170,171)
(71%,67%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 171 of 255 = 67%

180
170
171

R + G + B ~ 68%. #B4AAAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 170 + 171 = 521 (100%)
R 180 of 521 ~ 34.55%
G 170 of 521 ~ 32.63%
B 171 of 521 ~ 32.82%

%34.55
%32.63
%32.82

CMYK color model

#B4AAAB color CMYK value is (0,6,5,29).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 5.00%
  • key color value is 29.41%
CMYK:
(0,6,5,29)
C0M6Y5K29 
(0%,6%,5%,29%)
(0.00/0.06/0.05/0.29)	

CMYK percentages

%0
%5.56
%5
%29.41

Codes

Color #B4AAAB in popluar color models

B4AAAB
RGB180170171
HSL354°6.25%68.63%
HSB/HSV354°5.56%70.59%
CMYK0.00%5.56%5.00%
29.41%

Color #B4AAAB in popluar number systems.

HEXB4AAAB
Decimal180170171
Binary101101001010101010101011
Octal264252253

Shades and tints

Shades of #B4AAAB

#B4AAAB
(180,170,171)
#A49B9C
(164,155,156)
#948C8D
(148,140,141)
#847D7E
(132,125,126)
#746E6F
(116,110,111)
#645F60
(100,95,96)
#545051
(84,80,81)
#444142
(68,65,66)
#343233
(52,50,51)
#242324
(36,35,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #B4AAAB

#B4AAAB
(180,170,171)
#BAB1B2
(186,177,178)
#C0B8B9
(192,184,185)
#C6BFC0
(198,191,192)
#CCC6C7
(204,198,199)
#D2CDCE
(210,205,206)
#D8D4D5
(216,212,213)
#DEDBDC
(222,219,220)
#E4E2E3
(228,226,227)
#EAE9EA
(234,233,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AAAB; }

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

This text font color is #B4AAAB.


Background Color

.myBgColor { background-color: #B4AAAB; }

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

This div background color is #B4AAAB.


Border color

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

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

This div border color is #B4AAAB.


Opacity

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

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

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

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

This text has shadow with #B4AAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AAAB on black background.


Color preview on white background

This text has color #B4AAAB on white background.



Black color preview on #B4AAAB background

This text has black color on #B4AAAB background.


White color preview on #B4AAAB background

This text has white color on #B4AAAB background.