COLOR #B2ADB3

HEX: #B2ADB3
RGB: (178,173,179)

Color info

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

RGB color model

#B2ADB3 color RGB value is (178,173,179).

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

RGB channels and saturation

R 178 of 255 = 70%
G 173 of 255 = 68%
B 179 of 255 = 70%

178
173
179

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

Portions of RGB colors in percentages

R + G + B =
178 + 173 + 179 = 530 (100%)
R 178 of 530 ~ 33.58%
G 173 of 530 ~ 32.64%
B 179 of 530 ~ 33.77%

%33.58
%32.64
%33.77

CMYK color model

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

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

CMYK percentages

%0.56
%3.35
%0
%29.8

Codes

Color #B2ADB3 in popluar color models

B2ADB3
RGB178173179
HSL290°3.80%69.02%
HSB/HSV290°3.35%70.20%
CMYK0.56%3.35%0.00%
29.80%

Color #B2ADB3 in popluar number systems.

HEXB2ADB3
Decimal178173179
Binary101100101010110110110011
Octal262255263

Shades and tints

Shades of #B2ADB3

#B2ADB3
(178,173,179)
#A29EA3
(162,158,163)
#928F93
(146,143,147)
#828083
(130,128,131)
#727173
(114,113,115)
#626263
(98,98,99)
#525353
(82,83,83)
#424443
(66,68,67)
#323533
(50,53,51)
#222623
(34,38,35)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #B2ADB3

#B2ADB3
(178,173,179)
#B9B4B9
(185,180,185)
#C0BBBF
(192,187,191)
#C7C2C5
(199,194,197)
#CEC9CB
(206,201,203)
#D5D0D1
(213,208,209)
#DCD7D7
(220,215,215)
#E3DEDD
(227,222,221)
#EAE5E3
(234,229,227)
#F1ECE9
(241,236,233)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ADB3; }

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

This text font color is #B2ADB3.


Background Color

.myBgColor { background-color: #B2ADB3; }

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

This div background color is #B2ADB3.


Border color

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

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

This div border color is #B2ADB3.


Opacity

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

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

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

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

This text has shadow with #B2ADB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ADB3 on black background.


Color preview on white background

This text has color #B2ADB3 on white background.



Black color preview on #B2ADB3 background

This text has black color on #B2ADB3 background.


White color preview on #B2ADB3 background

This text has white color on #B2ADB3 background.