COLOR #B4AB9F

HEX: #B4AB9F RGB: (180,171,159)

Color info

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

RGB color model

#B4AB9F color RGB value is (180,171,159).

RGB: (180,171,159) (71%, 67%, 62%)

RGB channels and saturation

R 180 of 255 = 71%
G 171 of 255 = 67%
B 159 of 255 = 62%

180
171
159

R + G + B ~ 67%. #B4AB9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 171 + 159 = 510 (100%)
R 180 of 510 ~ 35.29%
G 171 of 510 ~ 33.53%
B 159 of 510 ~ 31.18'%

%35.29
%33.53
%31.18

CMYK color model

#B4AB9F color CMYK value is (0,5,12,29).

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

CMYK: (0,5,12,29)
C0M5Y12K29 (0%, 5%, 12%, 29%)
(0.00 / 0.05 / 0.12 / 0.29)

CMYK percentages

%0
%5
%11.67
%29.41

Codes

Color #B4AB9F in popluar color models

B4 AB 9F
RGB 180 171 159
HSL 34° 12.28% 66.47%
HSB/HSV 34° 11.67% 70.59%
CMYK 0.00% 5.00% 11.67%
29.41%

Color #B4AB9F in popluar number systems.

HEX B4 AB 9F
Decimal 180 171 159
Binary 10110100 10101011 10011111
Octal 264 253 237

Shades and tints

Shades of #B4AB9F

#B4AB9F
(180,171,159)
#A49C91
(164,156,145)
#948D83
(148,141,131)
#847E75
(132,126,117)
#746F67
(116,111,103)
#646059
(100,96,89)
#54514B
(84,81,75)
#44423D
(68,66,61)
#34332F
(52,51,47)
#242421
(36,36,33)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B4AB9F

#B4AB9F
(180,171,159)
#BAB2A7
(186,178,167)
#C0B9AF
(192,185,175)
#C6C0B7
(198,192,183)
#CCC7BF
(204,199,191)
#D2CEC7
(210,206,199)
#D8D5CF
(216,213,207)
#DEDCD7
(222,220,215)
#E4E3DF
(228,227,223)
#EAEAE7
(234,234,231)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AB9F; }

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

This text font color is #B4AB9F.

Background Color

.myBgColor { background-color: #B4AB9F; }

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

This div background color is #B4AB9F.

Border color

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

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

This div border color is #B4AB9F.

Opacity

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

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

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

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

This text has shadow with #B4AB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AB9F.

Preview

Color preview on black background

This text has color #B4AB9F on black background.


Color preview on white background

This text has color #B4AB9F on white background.


Black color preview on #B4AB9F background

This text has black color on #B4AB9F background.


White color preview on #B4AB9F background

This text has white color on #B4AB9F background.


Related colors

Complementary color

Complementary color for #hex is #4B5460.


I love getcolorcode.com

Triadic colors

1 #9FB4AB and #AB9FB4 with #B4AB9F are triadic colors.

2 #9FABB4 and #ABB49F with #B4AB9F are triadic colors.