Color Hex Logo

#b6a8ab Color Hex

#B6A8AB
(182,168,171)
0 Favorites   0 Comments

Color spaces of #b6a8ab

RGB 182168171
HSL0.960.090.69
HSV347°71°
CMYK 0.000.080.06   0.29
XYZ40.644740.890644.2785
Yxy40.89060.32310.3250
Hunter Lab63.94581.55173.7074
CIE-Lab70.09925.57950.2721

#b6a8ab color RGB value is (182,168,171).

#b6a8ab hex color red value is 182, green value is 168 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b6a8ab hue: 0.96 , saturation: 0.09 and the lightness value of b6a8ab is 0.69.

The process color (four color CMYK) of #b6a8ab color hex is 0.00, 0.08, 0.06, 0.29. Web safe color of #b6a8ab is #cc9999. Color #b6a8ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101000 10101011
Octal 266 250 253
Decimal 182 168 171
Hex B6 A8 AB

RGB Percentages of Color #b6a8ab

%34.93
%32.25
%32.82

CMYK Percentages of Color #b6a8ab

%0
%8
%6
%29

Triadic Colors of #b6a8ab

#b6a8ab #abb6a8 #a8abb6

Analogous Colors of #b6a8ab

#b6a8ab #b6aca8 #b6a8b2

Monochromatic Colors of #b6a8ab

#b6a8ab

Complementary Color

#b6a8ab #a8b6b3

#b6a8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6a8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6a8ab Color CSS Codes

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

#b6a8ab Text Font Color

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

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


#b6a8ab Background Color

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

This div background color is #b6a8ab


#b6a8ab Border Color

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

This div border color is #b6a8ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,168,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6a8ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6a8ab;
  -webkit-box-shadow: 1px 1px 3px 2px #b6a8ab;
  box-shadow:         1px 1px 3px 2px #b6a8ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,168,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6a8ab


Comments

No comments written yet.

Please login to write comment.