COLOR #B9ADB8

HEX: #B9ADB8
RGB: (185,173,184)

Color info

#B9ADB8 contains red, green and blue colors in about the same proportion. Web safe color of #B9ADB8 is #CC99CC (or #C9C).

RGB color model

#B9ADB8 color RGB value is (185,173,184).

  • red value is 185;
  • green value is 173;
  • blue value is 184.
RGB:
(185,173,184)
(73%,68%,72%)

RGB channels and saturation

R 185 of 255 = 73%
G 173 of 255 = 68%
B 184 of 255 = 72%

185
173
184

R + G + B ~ 71%. #B9ADB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 173 + 184 = 542 (100%)
R 185 of 542 ~ 34.13%
G 173 of 542 ~ 31.92%
B 184 of 542 ~ 33.95%

%34.13
%31.92
%33.95

CMYK color model

#B9ADB8 color CMYK value is (0,6,1,27).

  • cyan value is 0.00%
  • magenta value is 6.49%
  • yellow value is 0.54%
  • key color value is 27.45%
CMYK:
(0,6,1,27)
C0M6Y1K27 
(0%,6%,1%,27%)
(0.00/0.06/0.01/0.27)	

CMYK percentages

%0
%6.49
%0.54
%27.45

Codes

Color #B9ADB8 in popluar color models

B9ADB8
RGB185173184
HSL305°7.89%70.20%
HSB/HSV305°6.49%72.55%
CMYK0.00%6.49%0.54%
27.45%

Color #B9ADB8 in popluar number systems.

HEXB9ADB8
Decimal185173184
Binary101110011010110110111000
Octal271255270

Shades and tints

Shades of #B9ADB8

#B9ADB8
(185,173,184)
#A99EA8
(169,158,168)
#998F98
(153,143,152)
#898088
(137,128,136)
#797178
(121,113,120)
#696268
(105,98,104)
#595358
(89,83,88)
#494448
(73,68,72)
#393538
(57,53,56)
#292628
(41,38,40)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #B9ADB8

#B9ADB8
(185,173,184)
#BFB4BE
(191,180,190)
#C5BBC4
(197,187,196)
#CBC2CA
(203,194,202)
#D1C9D0
(209,201,208)
#D7D0D6
(215,208,214)
#DDD7DC
(221,215,220)
#E3DEE2
(227,222,226)
#E9E5E8
(233,229,232)
#EFECEE
(239,236,238)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ADB8; }

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

This text font color is #B9ADB8.


Background Color

.myBgColor { background-color: #B9ADB8; }

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

This div background color is #B9ADB8.


Border color

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

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

This div border color is #B9ADB8.


Opacity

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

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

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

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

This text has shadow with #B9ADB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ADB8 on black background.


Color preview on white background

This text has color #B9ADB8 on white background.



Black color preview on #B9ADB8 background

This text has black color on #B9ADB8 background.


White color preview on #B9ADB8 background

This text has white color on #B9ADB8 background.