COLOR #B2ACAD

HEX: #B2ACAD
RGB: (178,172,173)

Color info

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

RGB color model

#B2ACAD color RGB value is (178,172,173).

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

RGB channels and saturation

R 178 of 255 = 70%
G 172 of 255 = 67%
B 173 of 255 = 68%

178
172
173

R + G + B ~ 68%. #B2ACAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 172 + 173 = 523 (100%)
R 178 of 523 ~ 34.03%
G 172 of 523 ~ 32.89%
B 173 of 523 ~ 33.08%

%34.03
%32.89
%33.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 2.81%
  • key color value is 30.20%
CMYK:
(0,3,3,30)
C0M3Y3K30 
(0%,3%,3%,30%)
(0.00/0.03/0.03/0.30)	

CMYK percentages

%0
%3.37
%2.81
%30.2

Codes

Color #B2ACAD in popluar color models

B2ACAD
RGB178172173
HSL350°3.75%68.63%
HSB/HSV350°3.37%69.80%
CMYK0.00%3.37%2.81%
30.20%

Color #B2ACAD in popluar number systems.

HEXB2ACAD
Decimal178172173
Binary101100101010110010101101
Octal262254255

Shades and tints

Shades of #B2ACAD

#B2ACAD
(178,172,173)
#A29D9E
(162,157,158)
#928E8F
(146,142,143)
#827F80
(130,127,128)
#727071
(114,112,113)
#626162
(98,97,98)
#525253
(82,82,83)
#424344
(66,67,68)
#323435
(50,52,53)
#222526
(34,37,38)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B2ACAD

#B2ACAD
(178,172,173)
#B9B3B4
(185,179,180)
#C0BABB
(192,186,187)
#C7C1C2
(199,193,194)
#CEC8C9
(206,200,201)
#D5CFD0
(213,207,208)
#DCD6D7
(220,214,215)
#E3DDDE
(227,221,222)
#EAE4E5
(234,228,229)
#F1EBEC
(241,235,236)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ACAD; }

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

This text font color is #B2ACAD.


Background Color

.myBgColor { background-color: #B2ACAD; }

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

This div background color is #B2ACAD.


Border color

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

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

This div border color is #B2ACAD.


Opacity

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

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

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

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

This text has shadow with #B2ACAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ACAD on black background.


Color preview on white background

This text has color #B2ACAD on white background.



Black color preview on #B2ACAD background

This text has black color on #B2ACAD background.


White color preview on #B2ACAD background

This text has white color on #B2ACAD background.