COLOR #B8AB9A

HEX: #B8AB9A
RGB: (184,171,154)

Color info

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

RGB color model

#B8AB9A color RGB value is (184,171,154).

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

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 154 of 255 = 60%

184
171
154

R + G + B ~ 66%. #B8AB9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 171 + 154 = 509 (100%)
R 184 of 509 ~ 36.15%
G 171 of 509 ~ 33.6%
B 154 of 509 ~ 30.26%

%36.15
%33.6
%30.26

CMYK color model

#B8AB9A color CMYK value is (0,7,16,28).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 16.30%
  • key color value is 27.84%
CMYK:
(0,7,16,28)
C0M7Y16K28 
(0%,7%,16%,28%)
(0.00/0.07/0.16/0.28)	

CMYK percentages

%0
%7.07
%16.3
%27.84

Codes

Color #B8AB9A in popluar color models

B8AB9A
RGB184171154
HSL34°17.44%66.27%
HSB/HSV34°16.30%72.16%
CMYK0.00%7.07%16.30%
27.84%

Color #B8AB9A in popluar number systems.

HEXB8AB9A
Decimal184171154
Binary101110001010101110011010
Octal270253232

Shades and tints

Shades of #B8AB9A

#B8AB9A
(184,171,154)
#A89C8C
(168,156,140)
#988D7E
(152,141,126)
#887E70
(136,126,112)
#786F62
(120,111,98)
#686054
(104,96,84)
#585146
(88,81,70)
#484238
(72,66,56)
#38332A
(56,51,42)
#28241C
(40,36,28)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #B8AB9A

#B8AB9A
(184,171,154)
#BEB2A3
(190,178,163)
#C4B9AC
(196,185,172)
#CAC0B5
(202,192,181)
#D0C7BE
(208,199,190)
#D6CEC7
(214,206,199)
#DCD5D0
(220,213,208)
#E2DCD9
(226,220,217)
#E8E3E2
(232,227,226)
#EEEAEB
(238,234,235)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AB9A; }

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

This text font color is #B8AB9A.


Background Color

.myBgColor { background-color: #B8AB9A; }

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

This div background color is #B8AB9A.


Border color

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

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

This div border color is #B8AB9A.


Opacity

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

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

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

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

This text has shadow with #B8AB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AB9A on black background.


Color preview on white background

This text has color #B8AB9A on white background.



Black color preview on #B8AB9A background

This text has black color on #B8AB9A background.


White color preview on #B8AB9A background

This text has white color on #B8AB9A background.