Color Hex Logo

#d9bbc1 Color Hex

#D9BBC1
(217,187,193)
0 Favorites   0 Comments

Color spaces of #d9bbc1

RGB 217187193
HSL0.970.280.79
HSV348°14°85°
CMYK 0.000.140.11   0.15
XYZ56.011254.142657.9505
Yxy54.14260.33320.3221
Hunter Lab73.58177.10844.8123
CIE-Lab78.544811.67370.9284

#d9bbc1 color RGB value is (217,187,193).

#d9bbc1 hex color red value is 217, green value is 187 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #d9bbc1 hue: 0.97 , saturation: 0.28 and the lightness value of d9bbc1 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111011 11000001
Octal 331 273 301
Decimal 217 187 193
Hex D9 BB C1

RGB Percentages of Color #d9bbc1

%36.35
%31.32
%32.33

CMYK Percentages of Color #d9bbc1

%0
%14
%11
%15

Triadic Colors of #d9bbc1

#d9bbc1 #c1d9bb #bbc1d9

Analogous Colors of #d9bbc1

#d9bbc1 #d9c4bb #d9bbd0

Monochromatic Colors of #d9bbc1

#d9bbc1

Complementary Color

#d9bbc1 #bbd9d3

#d9bbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bbc1 Color CSS Codes

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

#d9bbc1 Text Font Color

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

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


#d9bbc1 Background Color

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

This div background color is #d9bbc1


#d9bbc1 Border Color

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

This div border color is #d9bbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bbc1


Comments

No comments written yet.

Please login to write comment.