COLOR #B8ACAA

HEX: #B8ACAA
RGB: (184,172,170)

Color info

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

RGB color model

#B8ACAA color RGB value is (184,172,170).

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

RGB channels and saturation

R 184 of 255 = 72%
G 172 of 255 = 67%
B 170 of 255 = 67%

184
172
170

R + G + B ~ 69%. #B8ACAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 172 + 170 = 526 (100%)
R 184 of 526 ~ 34.98%
G 172 of 526 ~ 32.7%
B 170 of 526 ~ 32.32%

%34.98
%32.7
%32.32

CMYK color model

#B8ACAA color CMYK value is (0,7,8,28).

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 7.61%
  • key color value is 27.84%
CMYK:
(0,7,8,28)
C0M7Y8K28 
(0%,7%,8%,28%)
(0.00/0.07/0.08/0.28)	

CMYK percentages

%0
%6.52
%7.61
%27.84

Codes

Color #B8ACAA in popluar color models

B8ACAA
RGB184172170
HSL8.97%69.41%
HSB/HSV7.61%72.16%
CMYK0.00%6.52%7.61%
27.84%

Color #B8ACAA in popluar number systems.

HEXB8ACAA
Decimal184172170
Binary101110001010110010101010
Octal270254252

Shades and tints

Shades of #B8ACAA

#B8ACAA
(184,172,170)
#A89D9B
(168,157,155)
#988E8C
(152,142,140)
#887F7D
(136,127,125)
#78706E
(120,112,110)
#68615F
(104,97,95)
#585250
(88,82,80)
#484341
(72,67,65)
#383432
(56,52,50)
#282523
(40,37,35)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #B8ACAA

#B8ACAA
(184,172,170)
#BEB3B1
(190,179,177)
#C4BAB8
(196,186,184)
#CAC1BF
(202,193,191)
#D0C8C6
(208,200,198)
#D6CFCD
(214,207,205)
#DCD6D4
(220,214,212)
#E2DDDB
(226,221,219)
#E8E4E2
(232,228,226)
#EEEBE9
(238,235,233)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ACAA; }

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

This text font color is #B8ACAA.


Background Color

.myBgColor { background-color: #B8ACAA; }

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

This div background color is #B8ACAA.


Border color

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

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

This div border color is #B8ACAA.


Opacity

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

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

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

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

This text has shadow with #B8ACAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ACAA on black background.


Color preview on white background

This text has color #B8ACAA on white background.



Black color preview on #B8ACAA background

This text has black color on #B8ACAA background.


White color preview on #B8ACAA background

This text has white color on #B8ACAA background.