COLOR #B9ADA9

HEX: #B9ADA9
RGB: (185,173,169)

Color info

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

RGB color model

#B9ADA9 color RGB value is (185,173,169).

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

RGB channels and saturation

R 185 of 255 = 73%
G 173 of 255 = 68%
B 169 of 255 = 66%

185
173
169

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

Portions of RGB colors in percentages

R + G + B =
185 + 173 + 169 = 527 (100%)
R 185 of 527 ~ 35.1%
G 173 of 527 ~ 32.83%
B 169 of 527 ~ 32.07%

%35.1
%32.83
%32.07

CMYK color model

#B9ADA9 color CMYK value is (0,6,9,27).

  • cyan value is 0.00%
  • magenta value is 6.49%
  • yellow value is 8.65%
  • key color value is 27.45%
CMYK:
(0,6,9,27)
C0M6Y9K27 
(0%,6%,9%,27%)
(0.00/0.06/0.09/0.27)	

CMYK percentages

%0
%6.49
%8.65
%27.45

Codes

Color #B9ADA9 in popluar color models

B9ADA9
RGB185173169
HSL15°10.26%69.41%
HSB/HSV15°8.65%72.55%
CMYK0.00%6.49%8.65%
27.45%

Color #B9ADA9 in popluar number systems.

HEXB9ADA9
Decimal185173169
Binary101110011010110110101001
Octal271255251

Shades and tints

Shades of #B9ADA9

#B9ADA9
(185,173,169)
#A99E9A
(169,158,154)
#998F8B
(153,143,139)
#89807C
(137,128,124)
#79716D
(121,113,109)
#69625E
(105,98,94)
#59534F
(89,83,79)
#494440
(73,68,64)
#393531
(57,53,49)
#292622
(41,38,34)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #B9ADA9

#B9ADA9
(185,173,169)
#BFB4B0
(191,180,176)
#C5BBB7
(197,187,183)
#CBC2BE
(203,194,190)
#D1C9C5
(209,201,197)
#D7D0CC
(215,208,204)
#DDD7D3
(221,215,211)
#E3DEDA
(227,222,218)
#E9E5E1
(233,229,225)
#EFECE8
(239,236,232)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ADA9; }

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

This text font color is #B9ADA9.


Background Color

.myBgColor { background-color: #B9ADA9; }

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

This div background color is #B9ADA9.


Border color

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

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

This div border color is #B9ADA9.


Opacity

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

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

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

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

This text has shadow with #B9ADA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ADA9 on black background.


Color preview on white background

This text has color #B9ADA9 on white background.



Black color preview on #B9ADA9 background

This text has black color on #B9ADA9 background.


White color preview on #B9ADA9 background

This text has white color on #B9ADA9 background.