COLOR #B3ACB8

HEX: #B3ACB8
RGB: (179,172,184)

Color info

#B3ACB8 contains red, green and blue colors in about the same proportion. Web safe color of #B3ACB8 is #9999CC (or #99C).

RGB color model

#B3ACB8 color RGB value is (179,172,184).

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

RGB channels and saturation

R 179 of 255 = 70%
G 172 of 255 = 67%
B 184 of 255 = 72%

179
172
184

R + G + B ~ 70%. #B3ACB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 172 + 184 = 535 (100%)
R 179 of 535 ~ 33.46%
G 172 of 535 ~ 32.15%
B 184 of 535 ~ 34.39%

%33.46
%32.15
%34.39

CMYK color model

#B3ACB8 color CMYK value is (3,7,0,28).

  • cyan value is 2.72%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(3,7,0,28)
C3M7Y0K28 
(3%,7%,0%,28%)
(0.03/0.07/0.00/0.28)	

CMYK percentages

%2.72
%6.52
%0
%27.84

Codes

Color #B3ACB8 in popluar color models

B3ACB8
RGB179172184
HSL275°7.79%69.80%
HSB/HSV275°6.52%72.16%
CMYK2.72%6.52%0.00%
27.84%

Color #B3ACB8 in popluar number systems.

HEXB3ACB8
Decimal179172184
Binary101100111010110010111000
Octal263254270

Shades and tints

Shades of #B3ACB8

#B3ACB8
(179,172,184)
#A39DA8
(163,157,168)
#938E98
(147,142,152)
#837F88
(131,127,136)
#737078
(115,112,120)
#636168
(99,97,104)
#535258
(83,82,88)
#434348
(67,67,72)
#333438
(51,52,56)
#232528
(35,37,40)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #B3ACB8

#B3ACB8
(179,172,184)
#B9B3BE
(185,179,190)
#BFBAC4
(191,186,196)
#C5C1CA
(197,193,202)
#CBC8D0
(203,200,208)
#D1CFD6
(209,207,214)
#D7D6DC
(215,214,220)
#DDDDE2
(221,221,226)
#E3E4E8
(227,228,232)
#E9EBEE
(233,235,238)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ACB8; }

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

This text font color is #B3ACB8.


Background Color

.myBgColor { background-color: #B3ACB8; }

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

This div background color is #B3ACB8.


Border color

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

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

This div border color is #B3ACB8.


Opacity

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

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

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

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

This text has shadow with #B3ACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ACB8 on black background.


Color preview on white background

This text has color #B3ACB8 on white background.



Black color preview on #B3ACB8 background

This text has black color on #B3ACB8 background.


White color preview on #B3ACB8 background

This text has white color on #B3ACB8 background.