COLOR #B9ADA2

HEX: #B9ADA2 RGB: (185,173,162)

Color info

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

RGB color model

#B9ADA2 color RGB value is (185,173,162).

RGB: (185,173,162) (73%, 68%, 64%)

RGB channels and saturation

R 185 of 255 = 73%
G 173 of 255 = 68%
B 162 of 255 = 64%

185
173
162

R + G + B ~ 68%. #B9ADA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 173 + 162 = 520 (100%)
R 185 of 520 ~ 35.58%
G 173 of 520 ~ 33.27%
B 162 of 520 ~ 31.15'%

%35.58
%33.27
%31.15

CMYK color model

#B9ADA2 color CMYK value is (0,6,12,27).

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

CMYK: (0,6,12,27)
C0M6Y12K27 (0%, 6%, 12%, 27%)
(0.00 / 0.06 / 0.12 / 0.27)

CMYK percentages

%0
%6.49
%12.43
%27.45

Codes

Color #B9ADA2 in popluar color models

B9 AD A2
RGB 185 173 162
HSL 29° 14.11% 68.04%
HSB/HSV 29° 12.43% 72.55%
CMYK 0.00% 6.49% 12.43%
27.45%

Color #B9ADA2 in popluar number systems.

HEX B9 AD A2
Decimal 185 173 162
Binary 10111001 10101101 10100010
Octal 271 255 242

Shades and tints

Shades of #B9ADA2

#B9ADA2
(185,173,162)
#A99E94
(169,158,148)
#998F86
(153,143,134)
#898078
(137,128,120)
#79716A
(121,113,106)
#69625C
(105,98,92)
#59534E
(89,83,78)
#494440
(73,68,64)
#393532
(57,53,50)
#292624
(41,38,36)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #B9ADA2

#B9ADA2
(185,173,162)
#BFB4AA
(191,180,170)
#C5BBB2
(197,187,178)
#CBC2BA
(203,194,186)
#D1C9C2
(209,201,194)
#D7D0CA
(215,208,202)
#DDD7D2
(221,215,210)
#E3DEDA
(227,222,218)
#E9E5E2
(233,229,226)
#EFECEA
(239,236,234)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ADA2; }

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

This text font color is #B9ADA2.

Background Color

.myBgColor { background-color: #B9ADA2; }

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

This div background color is #B9ADA2.

Border color

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

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

This div border color is #B9ADA2.

Opacity

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

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

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

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

This text has shadow with #B9ADA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ADA2.

Preview

Color preview on black background

This text has color #B9ADA2 on black background.


Color preview on white background

This text has color #B9ADA2 on white background.


Black color preview on #B9ADA2 background

This text has black color on #B9ADA2 background.


White color preview on #B9ADA2 background

This text has white color on #B9ADA2 background.


Related colors

Complementary color

Complementary color for #hex is #46525D.


I love getcolorcode.com

Triadic colors

1 #A2B9AD and #ADA2B9 with #B9ADA2 are triadic colors.

2 #A2ADB9 and #ADB9A2 with #B9ADA2 are triadic colors.