COLOR #B9BBA2

HEX: #B9BBA2
RGB: (185,187,162)

Color info

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

RGB color model

#B9BBA2 color RGB value is (185,187,162).

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

RGB channels and saturation

R 185 of 255 = 73%
G 187 of 255 = 73%
B 162 of 255 = 64%

185
187
162

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

Portions of RGB colors in percentages

R + G + B =
185 + 187 + 162 = 534 (100%)
R 185 of 534 ~ 34.64%
G 187 of 534 ~ 35.02%
B 162 of 534 ~ 30.34%

%34.64
%35.02
%30.34

CMYK color model

#B9BBA2 color CMYK value is (1,0,13,27).

  • cyan value is 1.07%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 26.67%
CMYK:
(1,0,13,27)
C1M0Y13K27 
(1%,0%,13%,27%)
(0.01/0.00/0.13/0.27)	

CMYK percentages

%1.07
%0
%13.37
%26.67

Codes

Color #B9BBA2 in popluar color models

B9BBA2
RGB185187162
HSL65°15.53%68.43%
HSB/HSV65°13.37%73.33%
CMYK1.07%0.00%13.37%
26.67%

Color #B9BBA2 in popluar number systems.

HEXB9BBA2
Decimal185187162
Binary101110011011101110100010
Octal271273242

Shades and tints

Shades of #B9BBA2

#B9BBA2
(185,187,162)
#A9AA94
(169,170,148)
#999986
(153,153,134)
#898878
(137,136,120)
#79776A
(121,119,106)
#69665C
(105,102,92)
#59554E
(89,85,78)
#494440
(73,68,64)
#393332
(57,51,50)
#292224
(41,34,36)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #B9BBA2

#B9BBA2
(185,187,162)
#BFC1AA
(191,193,170)
#C5C7B2
(197,199,178)
#CBCDBA
(203,205,186)
#D1D3C2
(209,211,194)
#D7D9CA
(215,217,202)
#DDDFD2
(221,223,210)
#E3E5DA
(227,229,218)
#E9EBE2
(233,235,226)
#EFF1EA
(239,241,234)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BBA2; }

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

This text font color is #B9BBA2.


Background Color

.myBgColor { background-color: #B9BBA2; }

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

This div background color is #B9BBA2.


Border color

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

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

This div border color is #B9BBA2.


Opacity

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

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

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

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

This text has shadow with #B9BBA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BBA2 on black background.


Color preview on white background

This text has color #B9BBA2 on white background.



Black color preview on #B9BBA2 background

This text has black color on #B9BBA2 background.


White color preview on #B9BBA2 background

This text has white color on #B9BBA2 background.