COLOR #B4ABA9

HEX: #B4ABA9 RGB: (180,171,169)

Color info

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

RGB color model

#B4ABA9 color RGB value is (180,171,169).

RGB: (180,171,169) (71%, 67%, 66%)

RGB channels and saturation

R 180 of 255 = 71%
G 171 of 255 = 67%
B 169 of 255 = 66%

180
171
169

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

Portions of RGB colors in percentages

R + G + B = 180 + 171 + 169 = 520 (100%)
R 180 of 520 ~ 34.62%
G 171 of 520 ~ 32.88%
B 169 of 520 ~ 32.5'%

%34.62
%32.88
%32.5

CMYK color model

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

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

CMYK: (0,5,6,29)
C0M5Y6K29 (0%, 5%, 6%, 29%)
(0.00 / 0.05 / 0.06 / 0.29)

CMYK percentages

%0
%5
%6.11
%29.41

Codes

Color #B4ABA9 in popluar color models

B4 AB A9
RGB 180 171 169
HSL 11° 6.83% 68.43%
HSB/HSV 11° 6.11% 70.59%
CMYK 0.00% 5.00% 6.11%
29.41%

Color #B4ABA9 in popluar number systems.

HEX B4 AB A9
Decimal 180 171 169
Binary 10110100 10101011 10101001
Octal 264 253 251

Shades and tints

Shades of #B4ABA9

#B4ABA9
(180,171,169)
#A49C9A
(164,156,154)
#948D8B
(148,141,139)
#847E7C
(132,126,124)
#746F6D
(116,111,109)
#64605E
(100,96,94)
#54514F
(84,81,79)
#444240
(68,66,64)
#343331
(52,51,49)
#242422
(36,36,34)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B4ABA9

#B4ABA9
(180,171,169)
#BAB2B0
(186,178,176)
#C0B9B7
(192,185,183)
#C6C0BE
(198,192,190)
#CCC7C5
(204,199,197)
#D2CECC
(210,206,204)
#D8D5D3
(216,213,211)
#DEDCDA
(222,220,218)
#E4E3E1
(228,227,225)
#EAEAE8
(234,234,232)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ABA9; }

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

This text font color is #B4ABA9.

Background Color

.myBgColor { background-color: #B4ABA9; }

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

This div background color is #B4ABA9.

Border color

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

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

This div border color is #B4ABA9.

Opacity

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

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

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

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

This text has shadow with #B4ABA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4ABA9.

Preview

Color preview on black background

This text has color #B4ABA9 on black background.


Color preview on white background

This text has color #B4ABA9 on white background.


Black color preview on #B4ABA9 background

This text has black color on #B4ABA9 background.


White color preview on #B4ABA9 background

This text has white color on #B4ABA9 background.


Related colors

Complementary color

Complementary color for #hex is #4B5456.


I love getcolorcode.com

Triadic colors

1 #A9B4AB and #ABA9B4 with #B4ABA9 are triadic colors.

2 #A9ABB4 and #ABB4A9 with #B4ABA9 are triadic colors.