Color Hex Logo

#b1b8b0 Color Hex

#B1B8B0
(177,184,176)
0 Favorites   0 Comments

Color spaces of #b1b8b0

RGB 177184176
HSL0.310.050.71
HSV113°72°
CMYK 0.040.000.04   0.28
XYZ43.108446.762747.8283
Yxy46.76270.31310.3396
Hunter Lab68.3833-7.14546.3999
CIE-Lab74.0377-3.93453.2043

#b1b8b0 color RGB value is (177,184,176).

#b1b8b0 hex color red value is 177, green value is 184 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #b1b8b0 hue: 0.31 , saturation: 0.05 and the lightness value of b1b8b0 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111000 10110000
Octal 261 270 260
Decimal 177 184 176
Hex B1 B8 B0

RGB Percentages of Color #b1b8b0

%32.96
%34.26
%32.77

CMYK Percentages of Color #b1b8b0

%4
%0
%4
%28

Triadic Colors of #b1b8b0

#b1b8b0 #b0b1b8 #b8b0b1

Analogous Colors of #b1b8b0

#b1b8b0 #b0b8b3 #b5b8b0

Monochromatic Colors of #b1b8b0

#b1b8b0

Complementary Color

#b1b8b0 #b7b0b8

#b1b8b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1b8b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1b8b0 Color CSS Codes

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

#b1b8b0 Text Font Color

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

This sample text font color is #b1b8b0
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.


#b1b8b0 Background Color

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

This div background color is #b1b8b0


#b1b8b0 Border Color

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

This div border color is #b1b8b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1b8b0


Comments

No comments written yet.

Please login to write comment.