Color Hex Logo

#c7dbd6 Color Hex

#C7DBD6
(199,219,214)
0 Favorites   0 Comments

Color spaces of #c7dbd6

RGB 199219214
HSL0.460.220.82
HSV165°86°
CMYK 0.090.000.02   0.14
XYZ61.022367.660273.4618
Yxy67.66020.30190.3347
Hunter Lab82.2558-11.52574.6278
CIE-Lab85.8363-7.60900.1659

#c7dbd6 color RGB value is (199,219,214).

#c7dbd6 hex color red value is 199, green value is 219 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #c7dbd6 hue: 0.46 , saturation: 0.22 and the lightness value of c7dbd6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011011 11010110
Octal 307 333 326
Decimal 199 219 214
Hex C7 DB D6

RGB Percentages of Color #c7dbd6

%31.49
%34.65
%33.86

CMYK Percentages of Color #c7dbd6

%9
%0
%2
%14

Triadic Colors of #c7dbd6

#c7dbd6 #d6c7db #dbd6c7

Analogous Colors of #c7dbd6

#c7dbd6 #c7d6db #c7dbcc

Monochromatic Colors of #c7dbd6

#c7dbd6

Complementary Color

#c7dbd6 #dbc7cc

#c7dbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dbd6 Color CSS Codes

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

#c7dbd6 Text Font Color

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

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


#c7dbd6 Background Color

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

This div background color is #c7dbd6


#c7dbd6 Border Color

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

This div border color is #c7dbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dbd6


Comments

No comments written yet.

Please login to write comment.