Color Hex Logo

#b2b6a7 Color Hex

#B2B6A7
(178,182,167)
0 Favorites   0 Comments

Color spaces of #b2b6a7

RGB 178182167
HSL0.210.090.68
HSV76°71°
CMYK 0.020.000.08   0.29
XYZ42.063145.710943.1653
Yxy45.71090.32120.3491
Hunter Lab67.6098-7.26449.4734
CIE-Lab73.3575-4.13327.1423

#b2b6a7 color RGB value is (178,182,167).

#b2b6a7 hex color red value is 178, green value is 182 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #b2b6a7 hue: 0.21 , saturation: 0.09 and the lightness value of b2b6a7 is 0.68.

The process color (four color CMYK) of #b2b6a7 color hex is 0.02, 0.00, 0.08, 0.29. Web safe color of #b2b6a7 is #99cc99. Color #b2b6a7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10110110 10100111
Octal 262 266 247
Decimal 178 182 167
Hex B2 B6 A7

RGB Percentages of Color #b2b6a7

%33.78
%34.54
%31.69

CMYK Percentages of Color #b2b6a7

%2
%0
%8
%29

Triadic Colors of #b2b6a7

#b2b6a7 #a7b2b6 #b6a7b2

Analogous Colors of #b2b6a7

#b2b6a7 #abb6a7 #b6b3a7

Monochromatic Colors of #b2b6a7

#b2b6a7

Complementary Color

#b2b6a7 #aba7b6

#b2b6a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2b6a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2b6a7 Color CSS Codes

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

#b2b6a7 Text Font Color

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

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


#b2b6a7 Background Color

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

This div background color is #b2b6a7


#b2b6a7 Border Color

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

This div border color is #b2b6a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2b6a7


Comments

No comments written yet.

Please login to write comment.