Color Hex Logo

#b69dbb Color Hex

#B69DBB
(182,157,187)
0 Favorites   0 Comments

Color spaces of #b69dbb

RGB 182157187
HSL0.810.180.67
HSV290°16°73°
CMYK 0.030.160.00   0.27
XYZ40.318037.646952.1553
Yxy37.64690.30990.2893
Hunter Lab61.35719.9183-7.4483
CIE-Lab67.759614.6521-12.0732

#b69dbb color RGB value is (182,157,187).

#b69dbb hex color red value is 182, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b69dbb hue: 0.81 , saturation: 0.18 and the lightness value of b69dbb is 0.67.

The process color (four color CMYK) of #b69dbb color hex is 0.03, 0.16, 0.00, 0.27. Web safe color of #b69dbb is #cc99cc. Color #b69dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011101 10111011
Octal 266 235 273
Decimal 182 157 187
Hex B6 9D BB

RGB Percentages of Color #b69dbb

%34.60
%29.85
%35.55

CMYK Percentages of Color #b69dbb

%3
%16
%0
%27

Triadic Colors of #b69dbb

#b69dbb #bbb69d #9dbbb6

Analogous Colors of #b69dbb

#b69dbb #bb9db1 #a79dbb

Monochromatic Colors of #b69dbb

#b69dbb

Complementary Color

#b69dbb #a2bb9d

#b69dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69dbb Color CSS Codes

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

#b69dbb Text Font Color

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

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


#b69dbb Background Color

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

This div background color is #b69dbb


#b69dbb Border Color

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

This div border color is #b69dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69dbb


Comments

No comments written yet.

Please login to write comment.