COLOR #B3ACB5

HEX: #B3ACB5 RGB: (179,172,181)

Color info

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

RGB color model

#B3ACB5 color RGB value is (179,172,181).

RGB: (179,172,181) (70%, 67%, 71%)

RGB channels and saturation

R 179 of 255 = 70%
G 172 of 255 = 67%
B 181 of 255 = 71%

179
172
181

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

Portions of RGB colors in percentages

R + G + B = 179 + 172 + 181 = 532 (100%)
R 179 of 532 ~ 33.65%
G 172 of 532 ~ 32.33%
B 181 of 532 ~ 34.02'%

%33.65
%32.33
%34.02

CMYK color model

#B3ACB5 color CMYK value is (1,5,0,29).

  • cyan value is 1.10%
  • magenta value is 4.97%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (1,5,0,29)
C1M5Y0K29 (1%, 5%, 0%, 29%)
(0.01 / 0.05 / 0.00 / 0.29)

CMYK percentages

%1.1
%4.97
%0
%29.02

Codes

Color #B3ACB5 in popluar color models

B3 AC B5
RGB 179 172 181
HSL 287° 5.73% 69.22%
HSB/HSV 287° 4.97% 70.98%
CMYK 1.10% 4.97% 0.00%
29.02%

Color #B3ACB5 in popluar number systems.

HEX B3 AC B5
Decimal 179 172 181
Binary 10110011 10101100 10110101
Octal 263 254 265

Shades and tints

Shades of #B3ACB5

#B3ACB5
(179,172,181)
#A39DA5
(163,157,165)
#938E95
(147,142,149)
#837F85
(131,127,133)
#737075
(115,112,117)
#636165
(99,97,101)
#535255
(83,82,85)
#434345
(67,67,69)
#333435
(51,52,53)
#232525
(35,37,37)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #B3ACB5

#B3ACB5
(179,172,181)
#B9B3BB
(185,179,187)
#BFBAC1
(191,186,193)
#C5C1C7
(197,193,199)
#CBC8CD
(203,200,205)
#D1CFD3
(209,207,211)
#D7D6D9
(215,214,217)
#DDDDDF
(221,221,223)
#E3E4E5
(227,228,229)
#E9EBEB
(233,235,235)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ACB5; }

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

This text font color is #B3ACB5.

Background Color

.myBgColor { background-color: #B3ACB5; }

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

This div background color is #B3ACB5.

Border color

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

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

This div border color is #B3ACB5.

Opacity

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

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

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

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

This text has shadow with #B3ACB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3ACB5.

Preview

Color preview on black background

This text has color #B3ACB5 on black background.


Color preview on white background

This text has color #B3ACB5 on white background.


Black color preview on #B3ACB5 background

This text has black color on #B3ACB5 background.


White color preview on #B3ACB5 background

This text has white color on #B3ACB5 background.


Related colors

Complementary color

Complementary color for #hex is #4C534A.


I love getcolorcode.com

Triadic colors

1 #B5B3AC and #ACB5B3 with #B3ACB5 are triadic colors.

2 #B5ACB3 and #ACB3B5 with #B3ACB5 are triadic colors.