Color Hex Logo

#d1bbc7 Color Hex

#D1BBC7
(209,187,199)
0 Favorites   0 Comments

Color spaces of #d1bbc7

RGB 209187199
HSL0.910.190.78
HSV327°11°82°
CMYK 0.000.110.05   0.18
XYZ54.373653.219561.4394
Yxy53.21950.32170.3148
Hunter Lab72.95175.37721.1326
CIE-Lab78.00449.8772-3.1928

#d1bbc7 color RGB value is (209,187,199).

#d1bbc7 hex color red value is 209, green value is 187 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #d1bbc7 hue: 0.91 , saturation: 0.19 and the lightness value of d1bbc7 is 0.78.

The process color (four color CMYK) of #d1bbc7 color hex is 0.00, 0.11, 0.05, 0.18. Web safe color of #d1bbc7 is #cccccc. Color #d1bbc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111011 11000111
Octal 321 273 307
Decimal 209 187 199
Hex D1 BB C7

RGB Percentages of Color #d1bbc7

%35.13
%31.43
%33.45

CMYK Percentages of Color #d1bbc7

%0
%11
%5
%18

Triadic Colors of #d1bbc7

#d1bbc7 #c7d1bb #bbc7d1

Analogous Colors of #d1bbc7

#d1bbc7 #d1bbbc #d0bbd1

Monochromatic Colors of #d1bbc7

#d1bbc7

Complementary Color

#d1bbc7 #bbd1c5

#d1bbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bbc7 Color CSS Codes

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

#d1bbc7 Text Font Color

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

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


#d1bbc7 Background Color

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

This div background color is #d1bbc7


#d1bbc7 Border Color

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

This div border color is #d1bbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bbc7


Comments

No comments written yet.

Please login to write comment.