Color Hex Logo

#d6dbbe Color Hex

#D6DBBE
(214,219,190)
0 Favorites   0 Comments

Color spaces of #d6dbbe

RGB 214219190
HSL0.200.290.80
HSV70°13°86°
CMYK 0.020.000.13   0.14
XYZ62.357368.676958.6846
Yxy68.67690.32870.3620
Hunter Lab82.8715-10.711516.0245
CIE-Lab86.3438-6.673913.6935

#d6dbbe color RGB value is (214,219,190).

#d6dbbe hex color red value is 214, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d6dbbe hue: 0.20 , saturation: 0.29 and the lightness value of d6dbbe is 0.80.

The process color (four color CMYK) of #d6dbbe color hex is 0.02, 0.00, 0.13, 0.14. Web safe color of #d6dbbe is #cccccc. Color #d6dbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011011 10111110
Octal 326 333 276
Decimal 214 219 190
Hex D6 DB BE

RGB Percentages of Color #d6dbbe

%34.35
%35.15
%30.50

CMYK Percentages of Color #d6dbbe

%2
%0
%13
%14

Triadic Colors of #d6dbbe

#d6dbbe #bed6db #dbbed6

Analogous Colors of #d6dbbe

#d6dbbe #c8dbbe #dbd2be

Monochromatic Colors of #d6dbbe

#d6dbbe

Complementary Color

#d6dbbe #c3bedb

#d6dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dbbe Color CSS Codes

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

#d6dbbe Text Font Color

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

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


#d6dbbe Background Color

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

This div background color is #d6dbbe


#d6dbbe Border Color

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

This div border color is #d6dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dbbe


Comments

No comments written yet.

Please login to write comment.