Color Hex Logo

#dbd7bc Color Hex

#DBD7BC
(219,215,188)
0 Favorites   0 Comments

Color spaces of #dbd7bc

RGB 219215188
HSL0.150.300.80
HSV52°14°86°
CMYK 0.000.020.14   0.14
XYZ62.591067.291857.2667
Yxy67.29180.33440.3596
Hunter Lab82.0316-7.357816.0314
CIE-Lab85.6511-3.146013.8207

#dbd7bc color RGB value is (219,215,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 10111100
Octal 333 327 274
Decimal 219 215 188
Hex DB D7 BC

RGB Percentages of Color #dbd7bc

%35.21
%34.57
%30.23

CMYK Percentages of Color #dbd7bc

%0
%2
%14
%14

Triadic Colors of #dbd7bc

#dbd7bc #bcdbd7 #d7bcdb

Analogous Colors of #dbd7bc

#dbd7bc #d0dbbc #dbc8bc

Monochromatic Colors of #dbd7bc

#dbd7bc

Complementary Color

#dbd7bc #bcc0db

#dbd7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd7bc Color CSS Codes

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

#dbd7bc Text Font Color

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

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


#dbd7bc Background Color

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

This div background color is #dbd7bc


#dbd7bc Border Color

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

This div border color is #dbd7bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,215,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 #dbd7bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd7bc


Comments

No comments written yet.

Please login to write comment.