COLOR #B1B5AC

HEX: #B1B5AC
RGB: (177,181,172)

Color info

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

RGB color model

#B1B5AC color RGB value is (177,181,172).

  • red value is 177;
  • green value is 181;
  • blue value is 172.
RGB:
(177,181,172)
(69%,71%,67%)

RGB channels and saturation

R 177 of 255 = 69%
G 181 of 255 = 71%
B 172 of 255 = 67%

177
181
172

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

Portions of RGB colors in percentages

R + G + B =
177 + 181 + 172 = 530 (100%)
R 177 of 530 ~ 33.4%
G 181 of 530 ~ 34.15%
B 172 of 530 ~ 32.45%

%33.4
%34.15
%32.45

CMYK color model

#B1B5AC color CMYK value is (2,0,5,29).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 29.02%
CMYK:
(2,0,5,29)
C2M0Y5K29 
(2%,0%,5%,29%)
(0.02/0.00/0.05/0.29)	

CMYK percentages

%2.21
%0
%4.97
%29.02

Codes

Color #B1B5AC in popluar color models

B1B5AC
RGB177181172
HSL87°5.73%69.22%
HSB/HSV87°4.97%70.98%
CMYK2.21%0.00%4.97%
29.02%

Color #B1B5AC in popluar number systems.

HEXB1B5AC
Decimal177181172
Binary101100011011010110101100
Octal261265254

Shades and tints

Shades of #B1B5AC

#B1B5AC
(177,181,172)
#A1A59D
(161,165,157)
#91958E
(145,149,142)
#81857F
(129,133,127)
#717570
(113,117,112)
#616561
(97,101,97)
#515552
(81,85,82)
#414543
(65,69,67)
#313534
(49,53,52)
#212525
(33,37,37)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #B1B5AC

#B1B5AC
(177,181,172)
#B8BBB3
(184,187,179)
#BFC1BA
(191,193,186)
#C6C7C1
(198,199,193)
#CDCDC8
(205,205,200)
#D4D3CF
(212,211,207)
#DBD9D6
(219,217,214)
#E2DFDD
(226,223,221)
#E9E5E4
(233,229,228)
#F0EBEB
(240,235,235)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B5AC color. Also use rgb(177,181,172) instead hex code.

Text Font Color

.myTextColor { color: #B1B5AC; }

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

This text font color is #B1B5AC.


Background Color

.myBgColor { background-color: #B1B5AC; }

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

This div background color is #B1B5AC.


Border color

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

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

This div border color is #B1B5AC.


Opacity

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

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

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

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

This text has shadow with #B1B5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B5AC on black background.


Color preview on white background

This text has color #B1B5AC on white background.



Black color preview on #B1B5AC background

This text has black color on #B1B5AC background.


White color preview on #B1B5AC background

This text has white color on #B1B5AC background.