Color Hex Logo

#d9bfbd Color Hex

#D9BFBD
(217,191,189)
0 Favorites   0 Comments

Color spaces of #d9bfbd

RGB 217191189
HSL0.010.270.80
HSV13°85°
CMYK 0.000.120.13   0.15
XYZ56.431455.687455.9186
Yxy55.68740.33580.3314
Hunter Lab74.62404.39157.8085
CIE-Lab79.43568.87984.3811

#d9bfbd color RGB value is (217,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111111 10111101
Octal 331 277 275
Decimal 217 191 189
Hex D9 BF BD

RGB Percentages of Color #d9bfbd

%36.35
%31.99
%31.66

CMYK Percentages of Color #d9bfbd

%0
%12
%13
%15

Triadic Colors of #d9bfbd

#d9bfbd #bdd9bf #bfbdd9

Analogous Colors of #d9bfbd

#d9bfbd #d9cdbd #d9bdc9

Monochromatic Colors of #d9bfbd

#d9bfbd

Complementary Color

#d9bfbd #bdd7d9

#d9bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bfbd Color CSS Codes

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

#d9bfbd Text Font Color

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

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


#d9bfbd Background Color

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

This div background color is #d9bfbd


#d9bfbd Border Color

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

This div border color is #d9bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bfbd


Comments

No comments written yet.

Please login to write comment.