COLOR #B2ACA3

HEX: #B2ACA3
RGB: (178,172,163)

Color info

#B2ACA3 contains red, green and blue colors in about the same proportion. Web safe color of #B2ACA3 is #999999 (or #999).

RGB color model

#B2ACA3 color RGB value is (178,172,163).

  • red value is 178;
  • green value is 172;
  • blue value is 163.
RGB:
(178,172,163)
(70%,67%,64%)

RGB channels and saturation

R 178 of 255 = 70%
G 172 of 255 = 67%
B 163 of 255 = 64%

178
172
163

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

Portions of RGB colors in percentages

R + G + B =
178 + 172 + 163 = 513 (100%)
R 178 of 513 ~ 34.7%
G 172 of 513 ~ 33.53%
B 163 of 513 ~ 31.77%

%34.7
%33.53
%31.77

CMYK color model

#B2ACA3 color CMYK value is (0,3,8,30).

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 8.43%
  • key color value is 30.20%
CMYK:
(0,3,8,30)
C0M3Y8K30 
(0%,3%,8%,30%)
(0.00/0.03/0.08/0.30)	

CMYK percentages

%0
%3.37
%8.43
%30.2

Codes

Color #B2ACA3 in popluar color models

B2ACA3
RGB178172163
HSL36°8.88%66.86%
HSB/HSV36°8.43%69.80%
CMYK0.00%3.37%8.43%
30.20%

Color #B2ACA3 in popluar number systems.

HEXB2ACA3
Decimal178172163
Binary101100101010110010100011
Octal262254243

Shades and tints

Shades of #B2ACA3

#B2ACA3
(178,172,163)
#A29D95
(162,157,149)
#928E87
(146,142,135)
#827F79
(130,127,121)
#72706B
(114,112,107)
#62615D
(98,97,93)
#52524F
(82,82,79)
#424341
(66,67,65)
#323433
(50,52,51)
#222525
(34,37,37)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B2ACA3

#B2ACA3
(178,172,163)
#B9B3AB
(185,179,171)
#C0BAB3
(192,186,179)
#C7C1BB
(199,193,187)
#CEC8C3
(206,200,195)
#D5CFCB
(213,207,203)
#DCD6D3
(220,214,211)
#E3DDDB
(227,221,219)
#EAE4E3
(234,228,227)
#F1EBEB
(241,235,235)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2ACA3 color. Also use rgb(178,172,163) instead hex code.

Text Font Color

.myTextColor { color: #B2ACA3; }

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

This text font color is #B2ACA3.


Background Color

.myBgColor { background-color: #B2ACA3; }

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

This div background color is #B2ACA3.


Border color

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

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

This div border color is #B2ACA3.


Opacity

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

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

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

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

This text has shadow with #B2ACA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ACA3 on black background.


Color preview on white background

This text has color #B2ACA3 on white background.



Black color preview on #B2ACA3 background

This text has black color on #B2ACA3 background.


White color preview on #B2ACA3 background

This text has white color on #B2ACA3 background.