COLOR #B1BBA4

HEX: #B1BBA4
RGB: (177,187,164)

Color info

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

RGB color model

#B1BBA4 color RGB value is (177,187,164).

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

RGB channels and saturation

R 177 of 255 = 69%
G 187 of 255 = 73%
B 164 of 255 = 64%

177
187
164

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

Portions of RGB colors in percentages

R + G + B =
177 + 187 + 164 = 528 (100%)
R 177 of 528 ~ 33.52%
G 187 of 528 ~ 35.42%
B 164 of 528 ~ 31.06%

%33.52
%35.42
%31.06

CMYK color model

#B1BBA4 color CMYK value is (5,0,12,27).

  • cyan value is 5.35%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 26.67%
CMYK:
(5,0,12,27)
C5M0Y12K27 
(5%,0%,12%,27%)
(0.05/0.00/0.12/0.27)	

CMYK percentages

%5.35
%0
%12.3
%26.67

Codes

Color #B1BBA4 in popluar color models

B1BBA4
RGB177187164
HSL86°14.47%68.82%
HSB/HSV86°12.30%73.33%
CMYK5.35%0.00%12.30%
26.67%

Color #B1BBA4 in popluar number systems.

HEXB1BBA4
Decimal177187164
Binary101100011011101110100100
Octal261273244

Shades and tints

Shades of #B1BBA4

#B1BBA4
(177,187,164)
#A1AA96
(161,170,150)
#919988
(145,153,136)
#81887A
(129,136,122)
#71776C
(113,119,108)
#61665E
(97,102,94)
#515550
(81,85,80)
#414442
(65,68,66)
#313334
(49,51,52)
#212226
(33,34,38)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #B1BBA4

#B1BBA4
(177,187,164)
#B8C1AC
(184,193,172)
#BFC7B4
(191,199,180)
#C6CDBC
(198,205,188)
#CDD3C4
(205,211,196)
#D4D9CC
(212,217,204)
#DBDFD4
(219,223,212)
#E2E5DC
(226,229,220)
#E9EBE4
(233,235,228)
#F0F1EC
(240,241,236)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BBA4; }

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

This text font color is #B1BBA4.


Background Color

.myBgColor { background-color: #B1BBA4; }

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

This div background color is #B1BBA4.


Border color

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

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

This div border color is #B1BBA4.


Opacity

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

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

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

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

This text has shadow with #B1BBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BBA4 on black background.


Color preview on white background

This text has color #B1BBA4 on white background.



Black color preview on #B1BBA4 background

This text has black color on #B1BBA4 background.


White color preview on #B1BBA4 background

This text has white color on #B1BBA4 background.