Color Hex Logo

#dbc6bc Color Hex

#DBC6BC
(219,198,188)
0 Favorites   0 Comments

Color spaces of #dbc6bc

RGB 219198188
HSL0.050.300.80
HSV19°14°86°
CMYK 0.000.100.14   0.14
XYZ58.484659.079155.8979
Yxy59.07910.33720.3406
Hunter Lab76.86291.309610.6859
CIE-Lab81.33515.72857.6759

#dbc6bc color RGB value is (219,198,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 10111100
Octal 333 306 274
Decimal 219 198 188
Hex DB C6 BC

RGB Percentages of Color #dbc6bc

%36.20
%32.73
%31.07

CMYK Percentages of Color #dbc6bc

%0
%10
%14
%14

Triadic Colors of #dbc6bc

#dbc6bc #bcdbc6 #c6bcdb

Analogous Colors of #dbc6bc

#dbc6bc #dbd6bc #dbbcc2

Monochromatic Colors of #dbc6bc

#dbc6bc

Complementary Color

#dbc6bc #bcd1db

#dbc6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc6bc Color CSS Codes

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

#dbc6bc Text Font Color

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

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


#dbc6bc Background Color

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

This div background color is #dbc6bc


#dbc6bc Border Color

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

This div border color is #dbc6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc6bc


Comments

No comments written yet.

Please login to write comment.