COLOR #B4AB9E

HEX: #B4AB9E
RGB: (180,171,158)

Color info

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

RGB color model

#B4AB9E color RGB value is (180,171,158).

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

RGB channels and saturation

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

180
171
158

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

Portions of RGB colors in percentages

R + G + B =
180 + 171 + 158 = 509 (100%)
R 180 of 509 ~ 35.36%
G 171 of 509 ~ 33.6%
B 158 of 509 ~ 31.04%

%35.36
%33.6
%31.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 12.22%
  • 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
%12.22
%29.41

Codes

Color #B4AB9E in popluar color models

B4AB9E
RGB180171158
HSL35°12.79%66.27%
HSB/HSV35°12.22%70.59%
CMYK0.00%5.00%12.22%
29.41%

Color #B4AB9E in popluar number systems.

HEXB4AB9E
Decimal180171158
Binary101101001010101110011110
Octal264253236

Shades and tints

Shades of #B4AB9E

#B4AB9E
(180,171,158)
#A49C90
(164,156,144)
#948D82
(148,141,130)
#847E74
(132,126,116)
#746F66
(116,111,102)
#646058
(100,96,88)
#54514A
(84,81,74)
#44423C
(68,66,60)
#34332E
(52,51,46)
#242420
(36,36,32)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #B4AB9E

#B4AB9E
(180,171,158)
#BAB2A6
(186,178,166)
#C0B9AE
(192,185,174)
#C6C0B6
(198,192,182)
#CCC7BE
(204,199,190)
#D2CEC6
(210,206,198)
#D8D5CE
(216,213,206)
#DEDCD6
(222,220,214)
#E4E3DE
(228,227,222)
#EAEAE6
(234,234,230)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AB9E; }

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

This text font color is #B4AB9E.


Background Color

.myBgColor { background-color: #B4AB9E; }

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

This div background color is #B4AB9E.


Border color

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

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

This div border color is #B4AB9E.


Opacity

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

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

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

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

This text has shadow with #B4AB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AB9E on black background.


Color preview on white background

This text has color #B4AB9E on white background.



Black color preview on #B4AB9E background

This text has black color on #B4AB9E background.


White color preview on #B4AB9E background

This text has white color on #B4AB9E background.