Color Hex Logo

#d3dbc0 Color Hex

#D3DBC0
(211,219,192)
1 Favorites   0 Comments

Color spaces of #d3dbc0

RGB 211219192
HSL0.220.270.81
HSV78°12°86°
CMYK 0.040.000.12   0.14
XYZ61.709968.317759.8033
Yxy68.31770.32510.3599
Hunter Lab82.6545-11.377214.9599
CIE-Lab86.1651-7.412312.3575

#d3dbc0 color RGB value is (211,219,192).

#d3dbc0 hex color red value is 211, green value is 219 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #d3dbc0 hue: 0.22 , saturation: 0.27 and the lightness value of d3dbc0 is 0.81.

The process color (four color CMYK) of #d3dbc0 color hex is 0.04, 0.00, 0.12, 0.14. Web safe color of #d3dbc0 is #cccccc. Color #d3dbc0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011011 11000000
Octal 323 333 300
Decimal 211 219 192
Hex D3 DB C0

RGB Percentages of Color #d3dbc0

%33.92
%35.21
%30.87

CMYK Percentages of Color #d3dbc0

%4
%0
%12
%14

Triadic Colors of #d3dbc0

#d3dbc0 #c0d3db #dbc0d3

Analogous Colors of #d3dbc0

#d3dbc0 #c6dbc0 #dbd6c0

Monochromatic Colors of #d3dbc0

#d3dbc0

Complementary Color

#d3dbc0 #c8c0db

#d3dbc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dbc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dbc0 Color CSS Codes

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

#d3dbc0 Text Font Color

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

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


#d3dbc0 Background Color

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

This div background color is #d3dbc0


#d3dbc0 Border Color

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

This div border color is #d3dbc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dbc0


Comments

No comments written yet.

Please login to write comment.