COLOR #B2ADB1

HEX: #B2ADB1
RGB: (178,173,177)

Color info

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

RGB color model

#B2ADB1 color RGB value is (178,173,177).

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

RGB channels and saturation

R 178 of 255 = 70%
G 173 of 255 = 68%
B 177 of 255 = 69%

178
173
177

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

Portions of RGB colors in percentages

R + G + B =
178 + 173 + 177 = 528 (100%)
R 178 of 528 ~ 33.71%
G 173 of 528 ~ 32.77%
B 177 of 528 ~ 33.52%

%33.71
%32.77
%33.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.81%
  • yellow value is 0.56%
  • key color value is 30.20%
CMYK:
(0,3,1,30)
C0M3Y1K30 
(0%,3%,1%,30%)
(0.00/0.03/0.01/0.30)	

CMYK percentages

%0
%2.81
%0.56
%30.2

Codes

Color #B2ADB1 in popluar color models

B2ADB1
RGB178173177
HSL312°3.14%68.82%
HSB/HSV312°2.81%69.80%
CMYK0.00%2.81%0.56%
30.20%

Color #B2ADB1 in popluar number systems.

HEXB2ADB1
Decimal178173177
Binary101100101010110110110001
Octal262255261

Shades and tints

Shades of #B2ADB1

#B2ADB1
(178,173,177)
#A29EA1
(162,158,161)
#928F91
(146,143,145)
#828081
(130,128,129)
#727171
(114,113,113)
#626261
(98,98,97)
#525351
(82,83,81)
#424441
(66,68,65)
#323531
(50,53,49)
#222621
(34,38,33)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #B2ADB1

#B2ADB1
(178,173,177)
#B9B4B8
(185,180,184)
#C0BBBF
(192,187,191)
#C7C2C6
(199,194,198)
#CEC9CD
(206,201,205)
#D5D0D4
(213,208,212)
#DCD7DB
(220,215,219)
#E3DEE2
(227,222,226)
#EAE5E9
(234,229,233)
#F1ECF0
(241,236,240)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ADB1; }

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

This text font color is #B2ADB1.


Background Color

.myBgColor { background-color: #B2ADB1; }

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

This div background color is #B2ADB1.


Border color

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

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

This div border color is #B2ADB1.


Opacity

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

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

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

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

This text has shadow with #B2ADB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ADB1 on black background.


Color preview on white background

This text has color #B2ADB1 on white background.



Black color preview on #B2ADB1 background

This text has black color on #B2ADB1 background.


White color preview on #B2ADB1 background

This text has white color on #B2ADB1 background.