COLOR #B9ADA7

HEX: #B9ADA7
RGB: (185,173,167)

Color info

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

RGB color model

#B9ADA7 color RGB value is (185,173,167).

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

RGB channels and saturation

R 185 of 255 = 73%
G 173 of 255 = 68%
B 167 of 255 = 65%

185
173
167

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

Portions of RGB colors in percentages

R + G + B =
185 + 173 + 167 = 525 (100%)
R 185 of 525 ~ 35.24%
G 173 of 525 ~ 32.95%
B 167 of 525 ~ 31.81%

%35.24
%32.95
%31.81

CMYK color model

#B9ADA7 color CMYK value is (0,6,10,27).

  • cyan value is 0.00%
  • magenta value is 6.49%
  • yellow value is 9.73%
  • key color value is 27.45%
CMYK:
(0,6,10,27)
C0M6Y10K27 
(0%,6%,10%,27%)
(0.00/0.06/0.10/0.27)	

CMYK percentages

%0
%6.49
%9.73
%27.45

Codes

Color #B9ADA7 in popluar color models

B9ADA7
RGB185173167
HSL20°11.39%69.02%
HSB/HSV20°9.73%72.55%
CMYK0.00%6.49%9.73%
27.45%

Color #B9ADA7 in popluar number systems.

HEXB9ADA7
Decimal185173167
Binary101110011010110110100111
Octal271255247

Shades and tints

Shades of #B9ADA7

#B9ADA7
(185,173,167)
#A99E98
(169,158,152)
#998F89
(153,143,137)
#89807A
(137,128,122)
#79716B
(121,113,107)
#69625C
(105,98,92)
#59534D
(89,83,77)
#49443E
(73,68,62)
#39352F
(57,53,47)
#292620
(41,38,32)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #B9ADA7

#B9ADA7
(185,173,167)
#BFB4AF
(191,180,175)
#C5BBB7
(197,187,183)
#CBC2BF
(203,194,191)
#D1C9C7
(209,201,199)
#D7D0CF
(215,208,207)
#DDD7D7
(221,215,215)
#E3DEDF
(227,222,223)
#E9E5E7
(233,229,231)
#EFECEF
(239,236,239)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ADA7; }

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

This text font color is #B9ADA7.


Background Color

.myBgColor { background-color: #B9ADA7; }

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

This div background color is #B9ADA7.


Border color

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

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

This div border color is #B9ADA7.


Opacity

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

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

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

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

This text has shadow with #B9ADA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ADA7 on black background.


Color preview on white background

This text has color #B9ADA7 on white background.



Black color preview on #B9ADA7 background

This text has black color on #B9ADA7 background.


White color preview on #B9ADA7 background

This text has white color on #B9ADA7 background.