Color Hex Logo

#d7dabf Color Hex

#D7DABF
(215,218,191)
0 Favorites   0 Comments

Color spaces of #d7dabf

RGB 215218191
HSL0.190.270.80
HSV67°12°85°
CMYK 0.010.000.12   0.15
XYZ62.499768.351559.1893
Yxy68.35150.32890.3597
Hunter Lab82.6750-9.740715.4251
CIE-Lab86.1819-5.645612.9491

#d7dabf color RGB value is (215,218,191).

#d7dabf hex color red value is 215, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d7dabf hue: 0.19 , saturation: 0.27 and the lightness value of d7dabf is 0.80.

The process color (four color CMYK) of #d7dabf color hex is 0.01, 0.00, 0.12, 0.15. Web safe color of #d7dabf is #cccccc. Color #d7dabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011010 10111111
Octal 327 332 277
Decimal 215 218 191
Hex D7 DA BF

RGB Percentages of Color #d7dabf

%34.46
%34.94
%30.61

CMYK Percentages of Color #d7dabf

%1
%0
%12
%15

Triadic Colors of #d7dabf

#d7dabf #bfd7da #dabfd7

Analogous Colors of #d7dabf

#d7dabf #cadabf #dad0bf

Monochromatic Colors of #d7dabf

#d7dabf

Complementary Color

#d7dabf #c2bfda

#d7dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dabf Color CSS Codes

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

#d7dabf Text Font Color

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

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


#d7dabf Background Color

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

This div background color is #d7dabf


#d7dabf Border Color

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

This div border color is #d7dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dabf


Comments

No comments written yet.

Please login to write comment.