Color Hex Logo

#d9bfb7 Color Hex

#D9BFB7
(217,191,183)
0 Favorites   0 Comments

Color spaces of #d9bfb7

RGB 217191183
HSL0.040.310.78
HSV14°16°85°
CMYK 0.000.120.16   0.15
XYZ55.793355.432252.5586
Yxy55.43220.34070.3384
Hunter Lab74.45283.471610.2623
CIE-Lab79.28967.91927.4038

#d9bfb7 color RGB value is (217,191,183).

#d9bfb7 hex color red value is 217, green value is 191 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #d9bfb7 hue: 0.04 , saturation: 0.31 and the lightness value of d9bfb7 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111111 10110111
Octal 331 277 267
Decimal 217 191 183
Hex D9 BF B7

RGB Percentages of Color #d9bfb7

%36.72
%32.32
%30.96

CMYK Percentages of Color #d9bfb7

%0
%12
%16
%15

Triadic Colors of #d9bfb7

#d9bfb7 #b7d9bf #bfb7d9

Analogous Colors of #d9bfb7

#d9bfb7 #d9d0b7 #d9b7c0

Monochromatic Colors of #d9bfb7

#d9bfb7

Complementary Color

#d9bfb7 #b7d1d9

#d9bfb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bfb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bfb7 Color CSS Codes

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

#d9bfb7 Text Font Color

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

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


#d9bfb7 Background Color

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

This div background color is #d9bfb7


#d9bfb7 Border Color

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

This div border color is #d9bfb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bfb7


Comments

No comments written yet.

Please login to write comment.