COLOR #B1B9AA

HEX: #B1B9AA
RGB: (177,185,170)

Color info

#B1B9AA contains red, green and blue colors in about the same proportion. Web safe color of #B1B9AA is #99CC99 (or #9C9).

RGB color model

#B1B9AA color RGB value is (177,185,170).

  • red value is 177;
  • green value is 185;
  • blue value is 170.
RGB:
(177,185,170)
(69%,73%,67%)

RGB channels and saturation

R 177 of 255 = 69%
G 185 of 255 = 73%
B 170 of 255 = 67%

177
185
170

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

Portions of RGB colors in percentages

R + G + B =
177 + 185 + 170 = 532 (100%)
R 177 of 532 ~ 33.27%
G 185 of 532 ~ 34.77%
B 170 of 532 ~ 31.95%

%33.27
%34.77
%31.95

CMYK color model

#B1B9AA color CMYK value is (4,0,8,27).

  • cyan value is 4.32%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 27.45%
CMYK:
(4,0,8,27)
C4M0Y8K27 
(4%,0%,8%,27%)
(0.04/0.00/0.08/0.27)	

CMYK percentages

%4.32
%0
%8.11
%27.45

Codes

Color #B1B9AA in popluar color models

B1B9AA
RGB177185170
HSL92°9.68%69.61%
HSB/HSV92°8.11%72.55%
CMYK4.32%0.00%8.11%
27.45%

Color #B1B9AA in popluar number systems.

HEXB1B9AA
Decimal177185170
Binary101100011011100110101010
Octal261271252

Shades and tints

Shades of #B1B9AA

#B1B9AA
(177,185,170)
#A1A99B
(161,169,155)
#91998C
(145,153,140)
#81897D
(129,137,125)
#71796E
(113,121,110)
#61695F
(97,105,95)
#515950
(81,89,80)
#414941
(65,73,65)
#313932
(49,57,50)
#212923
(33,41,35)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #B1B9AA

#B1B9AA
(177,185,170)
#B8BFB1
(184,191,177)
#BFC5B8
(191,197,184)
#C6CBBF
(198,203,191)
#CDD1C6
(205,209,198)
#D4D7CD
(212,215,205)
#DBDDD4
(219,221,212)
#E2E3DB
(226,227,219)
#E9E9E2
(233,233,226)
#F0EFE9
(240,239,233)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B9AA color. Also use rgb(177,185,170) instead hex code.

Text Font Color

.myTextColor { color: #B1B9AA; }

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

This text font color is #B1B9AA.


Background Color

.myBgColor { background-color: #B1B9AA; }

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

This div background color is #B1B9AA.


Border color

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

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

This div border color is #B1B9AA.


Opacity

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

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

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

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

This text has shadow with #B1B9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B9AA on black background.


Color preview on white background

This text has color #B1B9AA on white background.



Black color preview on #B1B9AA background

This text has black color on #B1B9AA background.


White color preview on #B1B9AA background

This text has white color on #B1B9AA background.