Hex #b2b29e Color

#b2b29e
equivalent to

RGB

(178, 178, 158)

Details of #b2b29e

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
178
40.4520
0.17
0.00
72.0774
43.7744
60°
66.1622
178
43.7744
0.11
0.00
-3.5435
0.3292
11°
-6.6474
158
38.6650
0.66
0.11   0.30
10.2296
0.3562
70°
11.6763

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110010
262
178
B2
Green
10110010
262
178
B2
Blue
10011110
236
158
9E

RGB in % of #b2b29e

%34.63
%34.63
%30.74

CMYK in % of #b2b29e

%0
%0
%11
%30

Triads of color #b2b29e

#b2b29e #b29eb2 #9eb29e

Similar Colors to #b2b29e

#b2b29e #b2a89e #a8b29e

Preview Color #b2b29e on black ground

#b2b29e is very interesting for text.

Preview Color #b2b29e on white ground

#b2b29e is very interesting for text.

CSS Codes #b2b29e color

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

Text Font Color #b2b29e

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

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


Background Color #b2b29e

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

This div background color is #b2b29e


Border Color #b2b29e

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

The color of this border is #b2b29e


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #b2b29e