COLOR #B1BBA9

HEX: #B1BBA9
RGB: (177,187,169)

Color info

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

RGB color model

#B1BBA9 color RGB value is (177,187,169).

  • red value is 177;
  • green value is 187;
  • blue value is 169.
RGB:
(177,187,169)
(69%,73%,66%)

RGB channels and saturation

R 177 of 255 = 69%
G 187 of 255 = 73%
B 169 of 255 = 66%

177
187
169

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

Portions of RGB colors in percentages

R + G + B =
177 + 187 + 169 = 533 (100%)
R 177 of 533 ~ 33.21%
G 187 of 533 ~ 35.08%
B 169 of 533 ~ 31.71%

%33.21
%35.08
%31.71

CMYK color model

#B1BBA9 color CMYK value is (5,0,10,27).

  • cyan value is 5.35%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 26.67%
CMYK:
(5,0,10,27)
C5M0Y10K27 
(5%,0%,10%,27%)
(0.05/0.00/0.10/0.27)	

CMYK percentages

%5.35
%0
%9.63
%26.67

Codes

Color #B1BBA9 in popluar color models

B1BBA9
RGB177187169
HSL93°11.69%69.80%
HSB/HSV93°9.63%73.33%
CMYK5.35%0.00%9.63%
26.67%

Color #B1BBA9 in popluar number systems.

HEXB1BBA9
Decimal177187169
Binary101100011011101110101001
Octal261273251

Shades and tints

Shades of #B1BBA9

#B1BBA9
(177,187,169)
#A1AA9A
(161,170,154)
#91998B
(145,153,139)
#81887C
(129,136,124)
#71776D
(113,119,109)
#61665E
(97,102,94)
#51554F
(81,85,79)
#414440
(65,68,64)
#313331
(49,51,49)
#212222
(33,34,34)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #B1BBA9

#B1BBA9
(177,187,169)
#B8C1B0
(184,193,176)
#BFC7B7
(191,199,183)
#C6CDBE
(198,205,190)
#CDD3C5
(205,211,197)
#D4D9CC
(212,217,204)
#DBDFD3
(219,223,211)
#E2E5DA
(226,229,218)
#E9EBE1
(233,235,225)
#F0F1E8
(240,241,232)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BBA9 color. Also use rgb(177,187,169) instead hex code.

Text Font Color

.myTextColor { color: #B1BBA9; }

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

This text font color is #B1BBA9.


Background Color

.myBgColor { background-color: #B1BBA9; }

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

This div background color is #B1BBA9.


Border color

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

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

This div border color is #B1BBA9.


Opacity

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

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

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

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

This text has shadow with #B1BBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BBA9 on black background.


Color preview on white background

This text has color #B1BBA9 on white background.



Black color preview on #B1BBA9 background

This text has black color on #B1BBA9 background.


White color preview on #B1BBA9 background

This text has white color on #B1BBA9 background.