Color Hex Logo

#d7c9cd Color Hex

#D7C9CD
(215,201,205)
0 Favorites   0 Comments

Color spaces of #d7c9cd

RGB 215201205
HSL0.950.150.82
HSV343°84°
CMYK 0.000.070.05   0.16
XYZ59.930460.628166.3013
Yxy60.62810.32070.3245
Hunter Lab77.86401.12584.0194
CIE-Lab82.17845.5693-0.2455

#d7c9cd color RGB value is (215,201,205).

#d7c9cd hex color red value is 215, green value is 201 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d7c9cd hue: 0.95 , saturation: 0.15 and the lightness value of d7c9cd is 0.82.

The process color (four color CMYK) of #d7c9cd color hex is 0.00, 0.07, 0.05, 0.16. Web safe color of #d7c9cd is #cccccc. Color #d7c9cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001001 11001101
Octal 327 311 315
Decimal 215 201 205
Hex D7 C9 CD

RGB Percentages of Color #d7c9cd

%34.62
%32.37
%33.01

CMYK Percentages of Color #d7c9cd

%0
%7
%5
%16

Triadic Colors of #d7c9cd

#d7c9cd #cdd7c9 #c9cdd7

Analogous Colors of #d7c9cd

#d7c9cd #d7ccc9 #d7c9d4

Monochromatic Colors of #d7c9cd

#d7c9cd

Complementary Color

#d7c9cd #c9d7d3

#d7c9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7c9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7c9cd Color CSS Codes

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

#d7c9cd Text Font Color

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

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


#d7c9cd Background Color

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

This div background color is #d7c9cd


#d7c9cd Border Color

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

This div border color is #d7c9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7c9cd


Comments

No comments written yet.

Please login to write comment.