COLOR #B8AC9E

HEX: #B8AC9E
RGB: (184,172,158)

Color info

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

RGB color model

#B8AC9E color RGB value is (184,172,158).

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

RGB channels and saturation

R 184 of 255 = 72%
G 172 of 255 = 67%
B 158 of 255 = 62%

184
172
158

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

Portions of RGB colors in percentages

R + G + B =
184 + 172 + 158 = 514 (100%)
R 184 of 514 ~ 35.8%
G 172 of 514 ~ 33.46%
B 158 of 514 ~ 30.74%

%35.8
%33.46
%30.74

CMYK color model

#B8AC9E color CMYK value is (0,7,14,28).

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 14.13%
  • key color value is 27.84%
CMYK:
(0,7,14,28)
C0M7Y14K28 
(0%,7%,14%,28%)
(0.00/0.07/0.14/0.28)	

CMYK percentages

%0
%6.52
%14.13
%27.84

Codes

Color #B8AC9E in popluar color models

B8AC9E
RGB184172158
HSL32°15.48%67.06%
HSB/HSV32°14.13%72.16%
CMYK0.00%6.52%14.13%
27.84%

Color #B8AC9E in popluar number systems.

HEXB8AC9E
Decimal184172158
Binary101110001010110010011110
Octal270254236

Shades and tints

Shades of #B8AC9E

#B8AC9E
(184,172,158)
#A89D90
(168,157,144)
#988E82
(152,142,130)
#887F74
(136,127,116)
#787066
(120,112,102)
#686158
(104,97,88)
#58524A
(88,82,74)
#48433C
(72,67,60)
#38342E
(56,52,46)
#282520
(40,37,32)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #B8AC9E

#B8AC9E
(184,172,158)
#BEB3A6
(190,179,166)
#C4BAAE
(196,186,174)
#CAC1B6
(202,193,182)
#D0C8BE
(208,200,190)
#D6CFC6
(214,207,198)
#DCD6CE
(220,214,206)
#E2DDD6
(226,221,214)
#E8E4DE
(232,228,222)
#EEEBE6
(238,235,230)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AC9E; }

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

This text font color is #B8AC9E.


Background Color

.myBgColor { background-color: #B8AC9E; }

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

This div background color is #B8AC9E.


Border color

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

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

This div border color is #B8AC9E.


Opacity

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

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

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

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

This text has shadow with #B8AC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AC9E on black background.


Color preview on white background

This text has color #B8AC9E on white background.



Black color preview on #B8AC9E background

This text has black color on #B8AC9E background.


White color preview on #B8AC9E background

This text has white color on #B8AC9E background.