Color Hex Logo

#dbb6ba Color Hex

#DBB6BA
(219,182,186)
0 Favorites   0 Comments

Color spaces of #dbb6ba

RGB 219182186
HSL0.980.340.79
HSV354°17°86°
CMYK 0.000.170.15   0.14
XYZ54.804352.061153.6147
Yxy52.06110.34150.3244
Hunter Lab72.15349.31186.4510
CIE-Lab77.317413.93172.9596

#dbb6ba color RGB value is (219,182,186).

#dbb6ba hex color red value is 219, green value is 182 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dbb6ba hue: 0.98 , saturation: 0.34 and the lightness value of dbb6ba is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110110 10111010
Octal 333 266 272
Decimal 219 182 186
Hex DB B6 BA

RGB Percentages of Color #dbb6ba

%37.31
%31.01
%31.69

CMYK Percentages of Color #dbb6ba

%0
%17
%15
%14

Triadic Colors of #dbb6ba

#dbb6ba #badbb6 #b6badb

Analogous Colors of #dbb6ba

#dbb6ba #dbc5b6 #dbb6cd

Monochromatic Colors of #dbb6ba

#dbb6ba

Complementary Color

#dbb6ba #b6dbd7

#dbb6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb6ba Color CSS Codes

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

#dbb6ba Text Font Color

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

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


#dbb6ba Background Color

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

This div background color is #dbb6ba


#dbb6ba Border Color

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

This div border color is #dbb6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb6ba


Comments

No comments written yet.

Please login to write comment.