Color Hex Logo

#c7cbdb Color Hex

#C7CBDB
(199,203,219)
0 Favorites   0 Comments

Color spaces of #c7cbdb

RGB 199203219
HSL0.630.220.82
HSV228°86°
CMYK 0.090.070.00   0.14
XYZ57.695359.968575.5520
Yxy59.96850.29860.3104
Hunter Lab77.4393-2.5294-3.6375
CIE-Lab81.82111.7118-8.4050

#c7cbdb color RGB value is (199,203,219).

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

The process color (four color CMYK) of #c7cbdb color hex is 0.09, 0.07, 0.00, 0.14. Web safe color of #c7cbdb is #cccccc. Color #c7cbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001011 11011011
Octal 307 313 333
Decimal 199 203 219
Hex C7 CB DB

RGB Percentages of Color #c7cbdb

%32.05
%32.69
%35.27

CMYK Percentages of Color #c7cbdb

%9
%7
%0
%14

Triadic Colors of #c7cbdb

#c7cbdb #dbc7cb #cbdbc7

Analogous Colors of #c7cbdb

#c7cbdb #cdc7db #c7d5db

Monochromatic Colors of #c7cbdb

#c7cbdb

Complementary Color

#c7cbdb #dbd7c7

#c7cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cbdb Color CSS Codes

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

#c7cbdb Text Font Color

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

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


#c7cbdb Background Color

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

This div background color is #c7cbdb


#c7cbdb Border Color

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

This div border color is #c7cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cbdb


Comments

No comments written yet.

Please login to write comment.