Color Hex Logo

#b1b3ac Color Hex

#B1B3AC
(177,179,172)
0 Favorites   0 Comments

Color spaces of #b1b3ac

RGB 177179172
HSL0.210.040.69
HSV77°70°
CMYK 0.010.000.04   0.30
XYZ41.698044.565945.4341
Yxy44.56590.31660.3384
Hunter Lab66.7577-5.33186.3787
CIE-Lab72.6051-1.99573.3147

#b1b3ac color RGB value is (177,179,172).

#b1b3ac hex color red value is 177, green value is 179 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b1b3ac hue: 0.21 , saturation: 0.04 and the lightness value of b1b3ac is 0.69.

The process color (four color CMYK) of #b1b3ac color hex is 0.01, 0.00, 0.04, 0.30. Web safe color of #b1b3ac is #99cc99. Color #b1b3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10110011 10101100
Octal 261 263 254
Decimal 177 179 172
Hex B1 B3 AC

RGB Percentages of Color #b1b3ac

%33.52
%33.90
%32.58

CMYK Percentages of Color #b1b3ac

%1
%0
%4
%30

Triadic Colors of #b1b3ac

#b1b3ac #acb1b3 #b3acb1

Analogous Colors of #b1b3ac

#b1b3ac #aeb3ac #b3b2ac

Monochromatic Colors of #b1b3ac

#b1b3ac

Complementary Color

#b1b3ac #aeacb3

#b1b3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1b3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1b3ac Color CSS Codes

.mybgcolor {background-color:#b1b3ac; } 
.myforecolor {color:#b1b3ac; }
.mybordercolor {border:3px solid #b1b3ac; }

#b1b3ac Text Font Color

<p style="color:#b1b3ac">Text here</p>

This sample text font color is #b1b3ac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b1b3ac Background Color

<div style="background-color:#b1b3ac">
Div content here</div>

This div background color is #b1b3ac


#b1b3ac Border Color

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

This div border color is #b1b3ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,179,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1b3ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1b3ac;
  -webkit-box-shadow: 1px 1px 3px 2px #b1b3ac;
  box-shadow:         1px 1px 3px 2px #b1b3ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,179,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b1b3ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b1b3ac;
  -webkit-box-shadow: 1px 1px 3px 2px #b1b3ac;
  box-shadow:         1px 1px 3px 2px #b1b3ac;">
Div content here</div>

This div box has shadow with color #b1b3ac


Comments

No comments written yet.

Please login to write comment.