Hex #b9ae9d Color

#b9ae9d
equivalent to

RGB

(185, 174, 157)

Details of #b9ae9d

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
185
41.2294
0.10
0.00
71.5690
43.0207
36°
65.5902
174
43.0207
0.17
0.06
1.0419
0.3372
15°
-2.5789
157
38.0291
0.67
0.15   0.27
10.1338
0.3518
73°
11.5484

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10111001
271
185
B9
Green
10101110
256
174
AE
Blue
10011101
235
157
9D

RGB in % of #b9ae9d

%35.85
%33.72
%30.43

CMYK in % of #b9ae9d

%0
%6
%15
%27

Triads of color #b9ae9d

#b9ae9d #ae9db9 #9db99d

Similar Colors to #b9ae9d

#b9ae9d #b9a09d #b6b99d

Preview Color #b9ae9d on black ground

#b9ae9d is very interesting for text.

Preview Color #b9ae9d on white ground

#b9ae9d is very interesting for text.

CSS Codes #b9ae9d color

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

Text Font Color #b9ae9d

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

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

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

This div background color is #b9ae9d


Border Color #b9ae9d

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

The color of this border is #b9ae9d


Examples Css3

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

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 #b9ae9d">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #b9ae9d