COLOR #B9ADBB

HEX: #B9ADBB
RGB: (185,173,187)

Color info

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

RGB color model

#B9ADBB color RGB value is (185,173,187).

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

RGB channels and saturation

R 185 of 255 = 73%
G 173 of 255 = 68%
B 187 of 255 = 73%

185
173
187

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

Portions of RGB colors in percentages

R + G + B =
185 + 173 + 187 = 545 (100%)
R 185 of 545 ~ 33.94%
G 173 of 545 ~ 31.74%
B 187 of 545 ~ 34.31%

%33.94
%31.74
%34.31

CMYK color model

#B9ADBB color CMYK value is (1,7,0,27).

  • cyan value is 1.07%
  • magenta value is 7.49%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,7,0,27)
C1M7Y0K27 
(1%,7%,0%,27%)
(0.01/0.07/0.00/0.27)	

CMYK percentages

%1.07
%7.49
%0
%26.67

Codes

Color #B9ADBB in popluar color models

B9ADBB
RGB185173187
HSL291°9.33%70.59%
HSB/HSV291°7.49%73.33%
CMYK1.07%7.49%0.00%
26.67%

Color #B9ADBB in popluar number systems.

HEXB9ADBB
Decimal185173187
Binary101110011010110110111011
Octal271255273

Shades and tints

Shades of #B9ADBB

#B9ADBB
(185,173,187)
#A99EAA
(169,158,170)
#998F99
(153,143,153)
#898088
(137,128,136)
#797177
(121,113,119)
#696266
(105,98,102)
#595355
(89,83,85)
#494444
(73,68,68)
#393533
(57,53,51)
#292622
(41,38,34)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #B9ADBB

#B9ADBB
(185,173,187)
#BFB4C1
(191,180,193)
#C5BBC7
(197,187,199)
#CBC2CD
(203,194,205)
#D1C9D3
(209,201,211)
#D7D0D9
(215,208,217)
#DDD7DF
(221,215,223)
#E3DEE5
(227,222,229)
#E9E5EB
(233,229,235)
#EFECF1
(239,236,241)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ADBB; }

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

This text font color is #B9ADBB.


Background Color

.myBgColor { background-color: #B9ADBB; }

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

This div background color is #B9ADBB.


Border color

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

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

This div border color is #B9ADBB.


Opacity

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

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

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

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

This text has shadow with #B9ADBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ADBB on black background.


Color preview on white background

This text has color #B9ADBB on white background.



Black color preview on #B9ADBB background

This text has black color on #B9ADBB background.


White color preview on #B9ADBB background

This text has white color on #B9ADBB background.