Hex #bbad9e Color

#bbad9e
equivalent to

RGB

(187, 173, 158)

Details of #bbad9e

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
187
41.6086
0.09
0.00
71.5010
42.9206
31°
65.5138
173
42.9206
0.18
0.07
2.4919
0.3384
16°
-1.2812
158
38.4392
0.68
0.16   0.27
9.5120
0.3490
73°
11.0838

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10111011
273
187
BB
Green
10101101
255
173
AD
Blue
10011110
236
158
9E

RGB in % of #bbad9e

%36.10
%33.40
%30.50

CMYK in % of #bbad9e

%0
%7
%16
%27

Triads of color #bbad9e

#bbad9e #ad9ebb #9ebb9e

Similar Colors to #bbad9e

#bbad9e #bb9f9e #bbbb9e

Preview Color #bbad9e on black ground

#bbad9e is very interesting for text.

Preview Color #bbad9e on white ground

#bbad9e is very interesting for text.

CSS Codes #bbad9e color

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

Text Font Color #bbad9e

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

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

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

This div background color is #bbad9e


Border Color #bbad9e

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

The color of this border is #bbad9e


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #bbad9e