Color Hex Logo

#d9bbc5 Color Hex

#D9BBC5
(217,187,197)
0 Favorites   0 Comments

Color spaces of #d9bbc5

RGB 217187197
HSL0.940.280.79
HSV340°14°85°
CMYK 0.000.140.09   0.15
XYZ56.463654.323660.3329
Yxy54.32360.33000.3175
Hunter Lab73.70457.76243.0597
CIE-Lab78.650012.3457-1.0814

#d9bbc5 color RGB value is (217,187,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111011 11000101
Octal 331 273 305
Decimal 217 187 197
Hex D9 BB C5

RGB Percentages of Color #d9bbc5

%36.11
%31.11
%32.78

CMYK Percentages of Color #d9bbc5

%0
%14
%9
%15

Triadic Colors of #d9bbc5

#d9bbc5 #c5d9bb #bbc5d9

Analogous Colors of #d9bbc5

#d9bbc5 #d9c0bb #d9bbd4

Monochromatic Colors of #d9bbc5

#d9bbc5

Complementary Color

#d9bbc5 #bbd9cf

#d9bbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bbc5 Color CSS Codes

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

#d9bbc5 Text Font Color

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

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


#d9bbc5 Background Color

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

This div background color is #d9bbc5


#d9bbc5 Border Color

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

This div border color is #d9bbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bbc5


Comments

No comments written yet.

Please login to write comment.