Color Hex Logo

#d7cbbe Color Hex

#D7CBBE
(215,203,190)
0 Favorites   0 Comments

Color spaces of #d7cbbe

RGB 215203190
HSL0.090.240.79
HSV31°12°84°
CMYK 0.000.060.12   0.16
XYZ58.674560.876757.3731
Yxy60.87670.33160.3441
Hunter Lab78.0235-2.307311.0187
CIE-Lab82.31241.97567.9644

#d7cbbe color RGB value is (215,203,190).

#d7cbbe hex color red value is 215, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d7cbbe hue: 0.09 , saturation: 0.24 and the lightness value of d7cbbe is 0.79.

The process color (four color CMYK) of #d7cbbe color hex is 0.00, 0.06, 0.12, 0.16. Web safe color of #d7cbbe is #cccccc. Color #d7cbbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001011 10111110
Octal 327 313 276
Decimal 215 203 190
Hex D7 CB BE

RGB Percentages of Color #d7cbbe

%35.36
%33.39
%31.25

CMYK Percentages of Color #d7cbbe

%0
%6
%12
%16

Triadic Colors of #d7cbbe

#d7cbbe #bed7cb #cbbed7

Analogous Colors of #d7cbbe

#d7cbbe #d7d7be #d7bfbe

Monochromatic Colors of #d7cbbe

#d7cbbe

Complementary Color

#d7cbbe #becad7

#d7cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cbbe Color CSS Codes

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

#d7cbbe Text Font Color

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

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


#d7cbbe Background Color

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

This div background color is #d7cbbe


#d7cbbe Border Color

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

This div border color is #d7cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cbbe


Comments

No comments written yet.

Please login to write comment.