COLOR #B8AB8D

HEX: #B8AB8D
RGB: (184,171,141)

Color info

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

RGB color model

#B8AB8D color RGB value is (184,171,141).

  • red value is 184;
  • green value is 171;
  • blue value is 141.
RGB:
(184,171,141)
(72%,67%,55%)

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 141 of 255 = 55%

184
171
141

R + G + B ~ 65%. #B8AB8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 171 + 141 = 496 (100%)
R 184 of 496 ~ 37.1%
G 171 of 496 ~ 34.48%
B 141 of 496 ~ 28.43%

%37.1
%34.48
%28.43

CMYK color model

#B8AB8D color CMYK value is (0,7,23,28).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 23.37%
  • key color value is 27.84%
CMYK:
(0,7,23,28)
C0M7Y23K28 
(0%,7%,23%,28%)
(0.00/0.07/0.23/0.28)	

CMYK percentages

%0
%7.07
%23.37
%27.84

Codes

Color #B8AB8D in popluar color models

B8AB8D
RGB184171141
HSL42°23.24%63.73%
HSB/HSV42°23.37%72.16%
CMYK0.00%7.07%23.37%
27.84%

Color #B8AB8D in popluar number systems.

HEXB8AB8D
Decimal184171141
Binary101110001010101110001101
Octal270253215

Shades and tints

Shades of #B8AB8D

#B8AB8D
(184,171,141)
#A89C81
(168,156,129)
#988D75
(152,141,117)
#887E69
(136,126,105)
#786F5D
(120,111,93)
#686051
(104,96,81)
#585145
(88,81,69)
#484239
(72,66,57)
#38332D
(56,51,45)
#282421
(40,36,33)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #B8AB8D

#B8AB8D
(184,171,141)
#BEB297
(190,178,151)
#C4B9A1
(196,185,161)
#CAC0AB
(202,192,171)
#D0C7B5
(208,199,181)
#D6CEBF
(214,206,191)
#DCD5C9
(220,213,201)
#E2DCD3
(226,220,211)
#E8E3DD
(232,227,221)
#EEEAE7
(238,234,231)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AB8D color. Also use rgb(184,171,141) instead hex code.

Text Font Color

.myTextColor { color: #B8AB8D; }

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

This text font color is #B8AB8D.


Background Color

.myBgColor { background-color: #B8AB8D; }

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

This div background color is #B8AB8D.


Border color

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

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

This div border color is #B8AB8D.


Opacity

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

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

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

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

This text has shadow with #B8AB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AB8D on black background.


Color preview on white background

This text has color #B8AB8D on white background.



Black color preview on #B8AB8D background

This text has black color on #B8AB8D background.


White color preview on #B8AB8D background

This text has white color on #B8AB8D background.