Color Hex Logo

#d9d9bf Color Hex

#D9D9BF
(217,217,191)
0 Favorites   0 Comments

Color spaces of #d9d9bf

RGB 217217191
HSL0.170.250.80
HSV60°12°85°
CMYK 0.000.000.12   0.15
XYZ62.832168.139059.1308
Yxy68.13900.33050.3584
Hunter Lab82.5464-8.586615.3110
CIE-Lab86.0759-4.419312.8201

#d9d9bf color RGB value is (217,217,191).

#d9d9bf hex color red value is 217, green value is 217 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d9d9bf hue: 0.17 , saturation: 0.25 and the lightness value of d9d9bf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011001 10111111
Octal 331 331 277
Decimal 217 217 191
Hex D9 D9 BF

RGB Percentages of Color #d9d9bf

%34.72
%34.72
%30.56

CMYK Percentages of Color #d9d9bf

%0
%0
%12
%15

Triadic Colors of #d9d9bf

#d9d9bf #bfd9d9 #d9bfd9

Analogous Colors of #d9d9bf

#d9d9bf #ccd9bf #d9ccbf

Monochromatic Colors of #d9d9bf

#d9d9bf

Complementary Color

#d9d9bf #bfbfd9

#d9d9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d9bf Color CSS Codes

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

#d9d9bf Text Font Color

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

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


#d9d9bf Background Color

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

This div background color is #d9d9bf


#d9d9bf Border Color

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

This div border color is #d9d9bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,217,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 #d9d9bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d9bf


Comments

No comments written yet.

Please login to write comment.