Color Hex Logo

#d8bcb7 Color Hex

#D8BCB7
(216,188,183)
0 Favorites   0 Comments

Color spaces of #d8bcb7

RGB 216188183
HSL0.030.300.78
HSV15°85°
CMYK 0.000.130.15   0.15
XYZ54.849453.984352.3289
Yxy53.98430.34030.3350
Hunter Lab73.47404.67339.2049
CIE-Lab78.45269.15266.1896

#d8bcb7 color RGB value is (216,188,183).

#d8bcb7 hex color red value is 216, green value is 188 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #d8bcb7 hue: 0.03 , saturation: 0.30 and the lightness value of d8bcb7 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111100 10110111
Octal 330 274 267
Decimal 216 188 183
Hex D8 BC B7

RGB Percentages of Color #d8bcb7

%36.80
%32.03
%31.18

CMYK Percentages of Color #d8bcb7

%0
%13
%15
%15

Triadic Colors of #d8bcb7

#d8bcb7 #b7d8bc #bcb7d8

Analogous Colors of #d8bcb7

#d8bcb7 #d8cdb7 #d8b7c3

Monochromatic Colors of #d8bcb7

#d8bcb7

Complementary Color

#d8bcb7 #b7d3d8

#d8bcb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bcb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bcb7 Color CSS Codes

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

#d8bcb7 Text Font Color

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

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


#d8bcb7 Background Color

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

This div background color is #d8bcb7


#d8bcb7 Border Color

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

This div border color is #d8bcb7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,188,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 #d8bcb7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bcb7


Comments

No comments written yet.

Please login to write comment.