COLOR #B9BAA3

HEX: #B9BAA3
RGB: (185,186,163)

Color info

#B9BAA3 contains red, green and blue colors in about the same proportion. Web safe color of #B9BAA3 is #CCCC99 (or #CC9).

RGB color model

#B9BAA3 color RGB value is (185,186,163).

  • red value is 185;
  • green value is 186;
  • blue value is 163.
RGB:
(185,186,163)
(73%,73%,64%)

RGB channels and saturation

R 185 of 255 = 73%
G 186 of 255 = 73%
B 163 of 255 = 64%

185
186
163

R + G + B ~ 70%. #B9BAA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 186 + 163 = 534 (100%)
R 185 of 534 ~ 34.64%
G 186 of 534 ~ 34.83%
B 163 of 534 ~ 30.52%

%34.64
%34.83
%30.52

CMYK color model

#B9BAA3 color CMYK value is (1,0,12,27).

  • cyan value is 0.54%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 27.06%
CMYK:
(1,0,12,27)
C1M0Y12K27 
(1%,0%,12%,27%)
(0.01/0.00/0.12/0.27)	

CMYK percentages

%0.54
%0
%12.37
%27.06

Codes

Color #B9BAA3 in popluar color models

B9BAA3
RGB185186163
HSL63°14.29%68.43%
HSB/HSV63°12.37%72.94%
CMYK0.54%0.00%12.37%
27.06%

Color #B9BAA3 in popluar number systems.

HEXB9BAA3
Decimal185186163
Binary101110011011101010100011
Octal271272243

Shades and tints

Shades of #B9BAA3

#B9BAA3
(185,186,163)
#A9AA95
(169,170,149)
#999A87
(153,154,135)
#898A79
(137,138,121)
#797A6B
(121,122,107)
#696A5D
(105,106,93)
#595A4F
(89,90,79)
#494A41
(73,74,65)
#393A33
(57,58,51)
#292A25
(41,42,37)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #B9BAA3

#B9BAA3
(185,186,163)
#BFC0AB
(191,192,171)
#C5C6B3
(197,198,179)
#CBCCBB
(203,204,187)
#D1D2C3
(209,210,195)
#D7D8CB
(215,216,203)
#DDDED3
(221,222,211)
#E3E4DB
(227,228,219)
#E9EAE3
(233,234,227)
#EFF0EB
(239,240,235)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BAA3 color. Also use rgb(185,186,163) instead hex code.

Text Font Color

.myTextColor { color: #B9BAA3; }

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

This text font color is #B9BAA3.


Background Color

.myBgColor { background-color: #B9BAA3; }

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

This div background color is #B9BAA3.


Border color

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

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

This div border color is #B9BAA3.


Opacity

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

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

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

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

This text has shadow with #B9BAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BAA3 on black background.


Color preview on white background

This text has color #B9BAA3 on white background.



Black color preview on #B9BAA3 background

This text has black color on #B9BAA3 background.


White color preview on #B9BAA3 background

This text has white color on #B9BAA3 background.