Color Hex Logo

#dbc7be Color Hex

#DBC7BE
(219,199,190)
0 Favorites   0 Comments

Color spaces of #dbc7be

RGB 219199190
HSL0.050.290.80
HSV19°13°86°
CMYK 0.000.090.13   0.14
XYZ58.931159.624657.1179
Yxy59.62460.33550.3394
Hunter Lab77.21701.099510.1947
CIE-Lab81.63375.52077.0341

#dbc7be color RGB value is (219,199,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 10111110
Octal 333 307 276
Decimal 219 199 190
Hex DB C7 BE

RGB Percentages of Color #dbc7be

%36.02
%32.73
%31.25

CMYK Percentages of Color #dbc7be

%0
%9
%13
%14

Triadic Colors of #dbc7be

#dbc7be #bedbc7 #c7bedb

Analogous Colors of #dbc7be

#dbc7be #dbd6be #dbbec4

Monochromatic Colors of #dbc7be

#dbc7be

Complementary Color

#dbc7be #bed2db

#dbc7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc7be Color CSS Codes

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

#dbc7be Text Font Color

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

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


#dbc7be Background Color

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

This div background color is #dbc7be


#dbc7be Border Color

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

This div border color is #dbc7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc7be

#dbc7be Color Palettes


Comments

No comments written yet.

Please login to write comment.