COLOR #B8A6AC

HEX: #B8A6AC
RGB: (184,166,172)

Color info

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

RGB color model

#B8A6AC color RGB value is (184,166,172).

  • red value is 184;
  • green value is 166;
  • blue value is 172.
RGB:
(184,166,172)
(72%,65%,67%)

RGB channels and saturation

R 184 of 255 = 72%
G 166 of 255 = 65%
B 172 of 255 = 67%

184
166
172

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

Portions of RGB colors in percentages

R + G + B =
184 + 166 + 172 = 522 (100%)
R 184 of 522 ~ 35.25%
G 166 of 522 ~ 31.8%
B 172 of 522 ~ 32.95%

%35.25
%31.8
%32.95

CMYK color model

#B8A6AC color CMYK value is (0,10,7,28).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 6.52%
  • key color value is 27.84%
CMYK:
(0,10,7,28)
C0M10Y7K28 
(0%,10%,7%,28%)
(0.00/0.10/0.07/0.28)	

CMYK percentages

%0
%9.78
%6.52
%27.84

Codes

Color #B8A6AC in popluar color models

B8A6AC
RGB184166172
HSL340°11.25%68.63%
HSB/HSV340°9.78%72.16%
CMYK0.00%9.78%6.52%
27.84%

Color #B8A6AC in popluar number systems.

HEXB8A6AC
Decimal184166172
Binary101110001010011010101100
Octal270246254

Shades and tints

Shades of #B8A6AC

#B8A6AC
(184,166,172)
#A8979D
(168,151,157)
#98888E
(152,136,142)
#88797F
(136,121,127)
#786A70
(120,106,112)
#685B61
(104,91,97)
#584C52
(88,76,82)
#483D43
(72,61,67)
#382E34
(56,46,52)
#281F25
(40,31,37)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #B8A6AC

#B8A6AC
(184,166,172)
#BEAEB3
(190,174,179)
#C4B6BA
(196,182,186)
#CABEC1
(202,190,193)
#D0C6C8
(208,198,200)
#D6CECF
(214,206,207)
#DCD6D6
(220,214,214)
#E2DEDD
(226,222,221)
#E8E6E4
(232,230,228)
#EEEEEB
(238,238,235)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A6AC color. Also use rgb(184,166,172) instead hex code.

Text Font Color

.myTextColor { color: #B8A6AC; }

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

This text font color is #B8A6AC.


Background Color

.myBgColor { background-color: #B8A6AC; }

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

This div background color is #B8A6AC.


Border color

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

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

This div border color is #B8A6AC.


Opacity

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

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

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

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

This text has shadow with #B8A6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A6AC on black background.


Color preview on white background

This text has color #B8A6AC on white background.



Black color preview on #B8A6AC background

This text has black color on #B8A6AC background.


White color preview on #B8A6AC background

This text has white color on #B8A6AC background.