Color Hex Logo

#d7d7dd Color Hex

#D7D7DD
(215,215,221)
0 Favorites   0 Comments

Color spaces of #d7d7dd

RGB 215215221
HSL0.670.080.85
HSV240°87°
CMYK 0.030.030.00   0.13
XYZ65.375968.268478.1381
Yxy68.26840.30870.3224
Hunter Lab82.6247-3.35701.7668
CIE-Lab86.14051.1028-2.9553

#d7d7dd color RGB value is (215,215,221).

#d7d7dd hex color red value is 215, green value is 215 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d7d7dd hue: 0.67 , saturation: 0.08 and the lightness value of d7d7dd is 0.85.

The process color (four color CMYK) of #d7d7dd color hex is 0.03, 0.03, 0.00, 0.13. Web safe color of #d7d7dd is #cccccc. Color #d7d7dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11010111 11011101
Octal 327 327 335
Decimal 215 215 221
Hex D7 D7 DD

RGB Percentages of Color #d7d7dd

%33.03
%33.03
%33.95

CMYK Percentages of Color #d7d7dd

%3
%3
%0
%13

Triadic Colors of #d7d7dd

#d7d7dd #ddd7d7 #d7ddd7

Analogous Colors of #d7d7dd

#d7d7dd #dad7dd #d7dadd

Monochromatic Colors of #d7d7dd

#d7d7dd

Complementary Color

#d7d7dd #ddddd7

#d7d7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7d7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7d7dd Color CSS Codes

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

#d7d7dd Text Font Color

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

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


#d7d7dd Background Color

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

This div background color is #d7d7dd


#d7d7dd Border Color

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

This div border color is #d7d7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7d7dd

#d7d7dd Color Palettes


Comments

No comments written yet.

Please login to write comment.