COLOR #B9ADB2

HEX: #B9ADB2 RGB: (185,173,178)

Color info

#B9ADB2 contains red, green and blue colors in about the same proportion. Web safe color of #B9ADB2 is #CC9999 (or #C99).

RGB color model

#B9ADB2 color RGB value is (185,173,178).

RGB: (185,173,178) (73%, 68%, 70%)

RGB channels and saturation

R 185 of 255 = 73%
G 173 of 255 = 68%
B 178 of 255 = 70%

185
173
178

R + G + B ~ 70%. #B9ADB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 173 + 178 = 536 (100%)
R 185 of 536 ~ 34.51%
G 173 of 536 ~ 32.28%
B 178 of 536 ~ 33.21'%

%34.51
%32.28
%33.21

CMYK color model

#B9ADB2 color CMYK value is (0,6,4,27).

  • cyan value is 0.00%
  • magenta value is 6.49%
  • yellow value is 3.78%
  • key color value is 27.45%

CMYK: (0,6,4,27)
C0M6Y4K27 (0%, 6%, 4%, 27%)
(0.00 / 0.06 / 0.04 / 0.27)

CMYK percentages

%0
%6.49
%3.78
%27.45

Codes

Color #B9ADB2 in popluar color models

B9 AD B2
RGB 185 173 178
HSL 335° 7.89% 70.20%
HSB/HSV 335° 6.49% 72.55%
CMYK 0.00% 6.49% 3.78%
27.45%

Color #B9ADB2 in popluar number systems.

HEX B9 AD B2
Decimal 185 173 178
Binary 10111001 10101101 10110010
Octal 271 255 262

Shades and tints

Shades of #B9ADB2

#B9ADB2
(185,173,178)
#A99EA2
(169,158,162)
#998F92
(153,143,146)
#898082
(137,128,130)
#797172
(121,113,114)
#696262
(105,98,98)
#595352
(89,83,82)
#494442
(73,68,66)
#393532
(57,53,50)
#292622
(41,38,34)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #B9ADB2

#B9ADB2
(185,173,178)
#BFB4B9
(191,180,185)
#C5BBC0
(197,187,192)
#CBC2C7
(203,194,199)
#D1C9CE
(209,201,206)
#D7D0D5
(215,208,213)
#DDD7DC
(221,215,220)
#E3DEE3
(227,222,227)
#E9E5EA
(233,229,234)
#EFECF1
(239,236,241)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ADB2; }

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

This text font color is #B9ADB2.

Background Color

.myBgColor { background-color: #B9ADB2; }

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

This div background color is #B9ADB2.

Border color

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

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

This div border color is #B9ADB2.

Opacity

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

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

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

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

This text has shadow with #B9ADB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ADB2.

Preview

Color preview on black background

This text has color #B9ADB2 on black background.


Color preview on white background

This text has color #B9ADB2 on white background.


Black color preview on #B9ADB2 background

This text has black color on #B9ADB2 background.


White color preview on #B9ADB2 background

This text has white color on #B9ADB2 background.


Related colors

Complementary color

Complementary color for #hex is #46524D.


I love getcolorcode.com

Triadic colors

1 #B2B9AD and #ADB2B9 with #B9ADB2 are triadic colors.

2 #B2ADB9 and #ADB9B2 with #B9ADB2 are triadic colors.