COLOR #B1BBAE

HEX: #B1BBAE
RGB: (177,187,174)

Color info

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

RGB color model

#B1BBAE color RGB value is (177,187,174).

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

RGB channels and saturation

R 177 of 255 = 69%
G 187 of 255 = 73%
B 174 of 255 = 68%

177
187
174

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

Portions of RGB colors in percentages

R + G + B =
177 + 187 + 174 = 538 (100%)
R 177 of 538 ~ 32.9%
G 187 of 538 ~ 34.76%
B 174 of 538 ~ 32.34%

%32.9
%34.76
%32.34

CMYK color model

#B1BBAE color CMYK value is (5,0,7,27).

  • cyan value is 5.35%
  • magenta value is 0.00%
  • yellow value is 6.95%
  • key color value is 26.67%
CMYK:
(5,0,7,27)
C5M0Y7K27 
(5%,0%,7%,27%)
(0.05/0.00/0.07/0.27)	

CMYK percentages

%5.35
%0
%6.95
%26.67

Codes

Color #B1BBAE in popluar color models

B1BBAE
RGB177187174
HSL106°8.72%70.78%
HSB/HSV106°6.95%73.33%
CMYK5.35%0.00%6.95%
26.67%

Color #B1BBAE in popluar number systems.

HEXB1BBAE
Decimal177187174
Binary101100011011101110101110
Octal261273256

Shades and tints

Shades of #B1BBAE

#B1BBAE
(177,187,174)
#A1AA9F
(161,170,159)
#919990
(145,153,144)
#818881
(129,136,129)
#717772
(113,119,114)
#616663
(97,102,99)
#515554
(81,85,84)
#414445
(65,68,69)
#313336
(49,51,54)
#212227
(33,34,39)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #B1BBAE

#B1BBAE
(177,187,174)
#B8C1B5
(184,193,181)
#BFC7BC
(191,199,188)
#C6CDC3
(198,205,195)
#CDD3CA
(205,211,202)
#D4D9D1
(212,217,209)
#DBDFD8
(219,223,216)
#E2E5DF
(226,229,223)
#E9EBE6
(233,235,230)
#F0F1ED
(240,241,237)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BBAE; }

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

This text font color is #B1BBAE.


Background Color

.myBgColor { background-color: #B1BBAE; }

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

This div background color is #B1BBAE.


Border color

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

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

This div border color is #B1BBAE.


Opacity

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

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

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

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

This text has shadow with #B1BBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BBAE on black background.


Color preview on white background

This text has color #B1BBAE on white background.



Black color preview on #B1BBAE background

This text has black color on #B1BBAE background.


White color preview on #B1BBAE background

This text has white color on #B1BBAE background.