Color Hex Logo

#c7dbdd Color Hex

#C7DBDD
(199,219,221)
0 Favorites   0 Comments

Color spaces of #c7dbdd

RGB 199219221
HSL0.520.240.82
HSV185°10°87°
CMYK 0.100.010.00   0.13
XYZ61.935968.025678.2725
Yxy68.02560.29740.3267
Hunter Lab82.4776-10.29281.4673
CIE-Lab86.0192-6.2559-3.2669

#c7dbdd color RGB value is (199,219,221).

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

The process color (four color CMYK) of #c7dbdd color hex is 0.10, 0.01, 0.00, 0.13. Web safe color of #c7dbdd is #cccccc. Color #c7dbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011011 11011101
Octal 307 333 335
Decimal 199 219 221
Hex C7 DB DD

RGB Percentages of Color #c7dbdd

%31.14
%34.27
%34.59

CMYK Percentages of Color #c7dbdd

%10
%1
%0
%13

Triadic Colors of #c7dbdd

#c7dbdd #ddc7db #dbddc7

Analogous Colors of #c7dbdd

#c7dbdd #c7d0dd #c7ddd4

Monochromatic Colors of #c7dbdd

#c7dbdd

Complementary Color

#c7dbdd #ddc9c7

#c7dbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dbdd Color CSS Codes

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

#c7dbdd Text Font Color

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

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


#c7dbdd Background Color

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

This div background color is #c7dbdd


#c7dbdd Border Color

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

This div border color is #c7dbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dbdd


Comments

No comments written yet.

Please login to write comment.