Color Hex Logo

#dbd8bf Color Hex

#DBD8BF
(219,216,191)
0 Favorites   0 Comments

Color spaces of #dbd8bf

RGB 219216191
HSL0.150.280.80
HSV54°13°86°
CMYK 0.000.010.13   0.14
XYZ63.173367.933459.0731
Yxy67.93340.33220.3572
Hunter Lab82.4217-7.424115.2010
CIE-Lab85.9731-3.189312.6960

#dbd8bf color RGB value is (219,216,191).

#dbd8bf hex color red value is 219, green value is 216 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbd8bf hue: 0.15 , saturation: 0.28 and the lightness value of dbd8bf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 10111111
Octal 333 330 277
Decimal 219 216 191
Hex DB D8 BF

RGB Percentages of Color #dbd8bf

%34.98
%34.50
%30.51

CMYK Percentages of Color #dbd8bf

%0
%1
%13
%14

Triadic Colors of #dbd8bf

#dbd8bf #bfdbd8 #d8bfdb

Analogous Colors of #dbd8bf

#dbd8bf #d0dbbf #dbcabf

Monochromatic Colors of #dbd8bf

#dbd8bf

Complementary Color

#dbd8bf #bfc2db

#dbd8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd8bf Color CSS Codes

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

#dbd8bf Text Font Color

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

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


#dbd8bf Background Color

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

This div background color is #dbd8bf


#dbd8bf Border Color

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

This div border color is #dbd8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd8bf


Comments

No comments written yet.

Please login to write comment.