Color Hex Logo

#d7dbb6 Color Hex

#D7DBB6
(215,219,182)
0 Favorites   0 Comments

Color spaces of #d7dbb6

RGB 215219182
HSL0.180.340.79
HSV66°17°86°
CMYK 0.020.000.17   0.14
XYZ61.799368.487554.2182
Yxy68.48750.33490.3712
Hunter Lab82.7572-11.529419.0863
CIE-Lab86.2496-7.567817.7697

#d7dbb6 color RGB value is (215,219,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011011 10110110
Octal 327 333 266
Decimal 215 219 182
Hex D7 DB B6

RGB Percentages of Color #d7dbb6

%34.90
%35.55
%29.55

CMYK Percentages of Color #d7dbb6

%2
%0
%17
%14

Triadic Colors of #d7dbb6

#d7dbb6 #b6d7db #dbb6d7

Analogous Colors of #d7dbb6

#d7dbb6 #c5dbb6 #dbcdb6

Monochromatic Colors of #d7dbb6

#d7dbb6

Complementary Color

#d7dbb6 #bab6db

#d7dbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dbb6 Color CSS Codes

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

#d7dbb6 Text Font Color

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

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


#d7dbb6 Background Color

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

This div background color is #d7dbb6


#d7dbb6 Border Color

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

This div border color is #d7dbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dbb6

#d7dbb6 Color Palettes


Comments

No comments written yet.

Please login to write comment.