Color Hex Logo

#c9c7db Color Hex

#C9C7DB
(201,199,219)
0 Favorites   0 Comments

Color spaces of #c9c7db

RGB 201199219
HSL0.680.220.82
HSV246°86°
CMYK 0.080.090.00   0.14
XYZ57.297058.378875.2662
Yxy58.37880.30010.3057
Hunter Lab76.40600.1469-4.9213
CIE-Lab80.94894.4945-9.6851

#c9c7db color RGB value is (201,199,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11000111 11011011
Octal 311 307 333
Decimal 201 199 219
Hex C9 C7 DB

RGB Percentages of Color #c9c7db

%32.47
%32.15
%35.38

CMYK Percentages of Color #c9c7db

%8
%9
%0
%14

Triadic Colors of #c9c7db

#c9c7db #dbc9c7 #c7dbc9

Analogous Colors of #c9c7db

#c9c7db #d3c7db #c7cfdb

Monochromatic Colors of #c9c7db

#c9c7db

Complementary Color

#c9c7db #d9dbc7

#c9c7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9c7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9c7db Color CSS Codes

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

#c9c7db Text Font Color

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

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


#c9c7db Background Color

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

This div background color is #c9c7db


#c9c7db Border Color

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

This div border color is #c9c7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9c7db


Comments

No comments written yet.

Please login to write comment.