COLOR #B2ADAB

HEX: #B2ADAB
RGB: (178,173,171)

Color info

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

RGB color model

#B2ADAB color RGB value is (178,173,171).

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

RGB channels and saturation

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

178
173
171

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

Portions of RGB colors in percentages

R + G + B =
178 + 173 + 171 = 522 (100%)
R 178 of 522 ~ 34.1%
G 173 of 522 ~ 33.14%
B 171 of 522 ~ 32.76%

%34.1
%33.14
%32.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.81%
  • yellow value is 3.93%
  • key color value is 30.20%
CMYK:
(0,3,4,30)
C0M3Y4K30 
(0%,3%,4%,30%)
(0.00/0.03/0.04/0.30)	

CMYK percentages

%0
%2.81
%3.93
%30.2

Codes

Color #B2ADAB in popluar color models

B2ADAB
RGB178173171
HSL17°4.35%68.43%
HSB/HSV17°3.93%69.80%
CMYK0.00%2.81%3.93%
30.20%

Color #B2ADAB in popluar number systems.

HEXB2ADAB
Decimal178173171
Binary101100101010110110101011
Octal262255253

Shades and tints

Shades of #B2ADAB

#B2ADAB
(178,173,171)
#A29E9C
(162,158,156)
#928F8D
(146,143,141)
#82807E
(130,128,126)
#72716F
(114,113,111)
#626260
(98,98,96)
#525351
(82,83,81)
#424442
(66,68,66)
#323533
(50,53,51)
#222624
(34,38,36)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #B2ADAB

#B2ADAB
(178,173,171)
#B9B4B2
(185,180,178)
#C0BBB9
(192,187,185)
#C7C2C0
(199,194,192)
#CEC9C7
(206,201,199)
#D5D0CE
(213,208,206)
#DCD7D5
(220,215,213)
#E3DEDC
(227,222,220)
#EAE5E3
(234,229,227)
#F1ECEA
(241,236,234)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ADAB; }

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

This text font color is #B2ADAB.


Background Color

.myBgColor { background-color: #B2ADAB; }

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

This div background color is #B2ADAB.


Border color

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

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

This div border color is #B2ADAB.


Opacity

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

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

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

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

This text has shadow with #B2ADAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ADAB on black background.


Color preview on white background

This text has color #B2ADAB on white background.



Black color preview on #B2ADAB background

This text has black color on #B2ADAB background.


White color preview on #B2ADAB background

This text has white color on #B2ADAB background.