Color Hex Logo

#d7cbb0 Color Hex

#D7CBB0
(215,203,176)
0 Favorites   0 Comments

Color spaces of #d7cbb0

RGB 215203176
HSL0.120.330.77
HSV42°18°84°
CMYK 0.000.060.18   0.16
XYZ57.216760.293549.6965
Yxy60.29350.34220.3606
Hunter Lab77.6489-4.355316.4077
CIE-Lab81.9975-0.222414.9737

#d7cbb0 color RGB value is (215,203,176).

#d7cbb0 hex color red value is 215, green value is 203 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #d7cbb0 hue: 0.12 , saturation: 0.33 and the lightness value of d7cbb0 is 0.77.

The process color (four color CMYK) of #d7cbb0 color hex is 0.00, 0.06, 0.18, 0.16. Web safe color of #d7cbb0 is #cccc99. Color #d7cbb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001011 10110000
Octal 327 313 260
Decimal 215 203 176
Hex D7 CB B0

RGB Percentages of Color #d7cbb0

%36.20
%34.18
%29.63

CMYK Percentages of Color #d7cbb0

%0
%6
%18
%16

Triadic Colors of #d7cbb0

#d7cbb0 #b0d7cb #cbb0d7

Analogous Colors of #d7cbb0

#d7cbb0 #d0d7b0 #d7b8b0

Monochromatic Colors of #d7cbb0

#d7cbb0

Complementary Color

#d7cbb0 #b0bcd7

#d7cbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cbb0 Color CSS Codes

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

#d7cbb0 Text Font Color

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

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


#d7cbb0 Background Color

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

This div background color is #d7cbb0


#d7cbb0 Border Color

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

This div border color is #d7cbb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,203,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7cbb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7cbb0;
  -webkit-box-shadow: 1px 1px 3px 2px #d7cbb0;
  box-shadow:         1px 1px 3px 2px #d7cbb0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,203,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cbb0


Comments

No comments written yet.

Please login to write comment.