Color Hex Logo

#dbd6bc Color Hex

#DBD6BC
(219,214,188)
0 Favorites   0 Comments

Color spaces of #dbd6bc

RGB 219214188
HSL0.140.300.80
HSV50°14°86°
CMYK 0.000.020.14   0.14
XYZ62.337166.784057.1820
Yxy66.78400.33460.3585
Hunter Lab81.7215-6.852915.7187
CIE-Lab85.3947-2.630113.4583

#dbd6bc color RGB value is (219,214,188).

#dbd6bc hex color red value is 219, green value is 214 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dbd6bc hue: 0.14 , saturation: 0.30 and the lightness value of dbd6bc is 0.80.

The process color (four color CMYK) of #dbd6bc color hex is 0.00, 0.02, 0.14, 0.14. Web safe color of #dbd6bc is #cccccc. Color #dbd6bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 10111100
Octal 333 326 274
Decimal 219 214 188
Hex DB D6 BC

RGB Percentages of Color #dbd6bc

%35.27
%34.46
%30.27

CMYK Percentages of Color #dbd6bc

%0
%2
%14
%14

Triadic Colors of #dbd6bc

#dbd6bc #bcdbd6 #d6bcdb

Analogous Colors of #dbd6bc

#dbd6bc #d1dbbc #dbc7bc

Monochromatic Colors of #dbd6bc

#dbd6bc

Complementary Color

#dbd6bc #bcc1db

#dbd6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd6bc Color CSS Codes

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

#dbd6bc Text Font Color

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

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


#dbd6bc Background Color

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

This div background color is #dbd6bc


#dbd6bc Border Color

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

This div border color is #dbd6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd6bc


Comments

No comments written yet.

Please login to write comment.