COLOR #B8A4AB

HEX: #B8A4AB
RGB: (184,164,171)

Color info

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

RGB color model

#B8A4AB color RGB value is (184,164,171).

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

RGB channels and saturation

R 184 of 255 = 72%
G 164 of 255 = 64%
B 171 of 255 = 67%

184
164
171

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

Portions of RGB colors in percentages

R + G + B =
184 + 164 + 171 = 519 (100%)
R 184 of 519 ~ 35.45%
G 164 of 519 ~ 31.6%
B 171 of 519 ~ 32.95%

%35.45
%31.6
%32.95

CMYK color model

#B8A4AB color CMYK value is (0,11,7,28).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 7.07%
  • key color value is 27.84%
CMYK:
(0,11,7,28)
C0M11Y7K28 
(0%,11%,7%,28%)
(0.00/0.11/0.07/0.28)	

CMYK percentages

%0
%10.87
%7.07
%27.84

Codes

Color #B8A4AB in popluar color models

B8A4AB
RGB184164171
HSL339°12.35%68.24%
HSB/HSV339°10.87%72.16%
CMYK0.00%10.87%7.07%
27.84%

Color #B8A4AB in popluar number systems.

HEXB8A4AB
Decimal184164171
Binary101110001010010010101011
Octal270244253

Shades and tints

Shades of #B8A4AB

#B8A4AB
(184,164,171)
#A8969C
(168,150,156)
#98888D
(152,136,141)
#887A7E
(136,122,126)
#786C6F
(120,108,111)
#685E60
(104,94,96)
#585051
(88,80,81)
#484242
(72,66,66)
#383433
(56,52,51)
#282624
(40,38,36)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #B8A4AB

#B8A4AB
(184,164,171)
#BEACB2
(190,172,178)
#C4B4B9
(196,180,185)
#CABCC0
(202,188,192)
#D0C4C7
(208,196,199)
#D6CCCE
(214,204,206)
#DCD4D5
(220,212,213)
#E2DCDC
(226,220,220)
#E8E4E3
(232,228,227)
#EEECEA
(238,236,234)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A4AB; }

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

This text font color is #B8A4AB.


Background Color

.myBgColor { background-color: #B8A4AB; }

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

This div background color is #B8A4AB.


Border color

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

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

This div border color is #B8A4AB.


Opacity

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

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

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

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

This text has shadow with #B8A4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A4AB on black background.


Color preview on white background

This text has color #B8A4AB on white background.



Black color preview on #B8A4AB background

This text has black color on #B8A4AB background.


White color preview on #B8A4AB background

This text has white color on #B8A4AB background.