Color Hex Logo

#b7babb Color Hex

#B7BABB
(183,186,187)
0 Favorites   0 Comments

Color spaces of #b7babb

RGB 183186187
HSL0.540.030.73
HSV195°73°
CMYK 0.020.010.00   0.27
XYZ46.057048.772954.0004
Yxy48.77290.30950.3277
Hunter Lab69.8376-4.49733.0416
CIE-Lab75.3098-0.8514-0.8795

#b7babb color RGB value is (183,186,187).

#b7babb hex color red value is 183, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b7babb hue: 0.54 , saturation: 0.03 and the lightness value of b7babb is 0.73.

The process color (four color CMYK) of #b7babb color hex is 0.02, 0.01, 0.00, 0.27. Web safe color of #b7babb is #cccccc. Color #b7babb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111010 10111011
Octal 267 272 273
Decimal 183 186 187
Hex B7 BA BB

RGB Percentages of Color #b7babb

%32.91
%33.45
%33.63

CMYK Percentages of Color #b7babb

%2
%1
%0
%27

Triadic Colors of #b7babb

#b7babb #bbb7ba #babbb7

Analogous Colors of #b7babb

#b7babb #b7b8bb #b7bbba

Monochromatic Colors of #b7babb

#b7babb

Complementary Color

#b7babb #bbb8b7

#b7babb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7babb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7babb Color CSS Codes

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

#b7babb Text Font Color

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

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


#b7babb Background Color

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

This div background color is #b7babb


#b7babb Border Color

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

This div border color is #b7babb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,186,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7babb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7babb;
  -webkit-box-shadow: 1px 1px 3px 2px #b7babb;
  box-shadow:         1px 1px 3px 2px #b7babb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,186,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7babb


Comments

No comments written yet.

Please login to write comment.