Color Hex Logo

#c7bdcc Color Hex

#C7BDCC
(199,189,204)
0 Favorites   0 Comments

Color spaces of #c7bdcc

RGB 199189204
HSL0.780.130.77
HSV280°80°
CMYK 0.020.070.00   0.20
XYZ52.649952.896964.5619
Yxy52.89690.30950.3110
Hunter Lab72.73031.9394-1.7199
CIE-Lab77.81416.2643-6.2746

#c7bdcc color RGB value is (199,189,204).

#c7bdcc hex color red value is 199, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c7bdcc hue: 0.78 , saturation: 0.13 and the lightness value of c7bdcc is 0.77.

The process color (four color CMYK) of #c7bdcc color hex is 0.02, 0.07, 0.00, 0.20. Web safe color of #c7bdcc is #cccccc. Color #c7bdcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111101 11001100
Octal 307 275 314
Decimal 199 189 204
Hex C7 BD CC

RGB Percentages of Color #c7bdcc

%33.61
%31.93
%34.46

CMYK Percentages of Color #c7bdcc

%2
%7
%0
%20

Triadic Colors of #c7bdcc

#c7bdcc #ccc7bd #bdccc7

Analogous Colors of #c7bdcc

#c7bdcc #ccbdca #c0bdcc

Monochromatic Colors of #c7bdcc

#c7bdcc

Complementary Color

#c7bdcc #c2ccbd

#c7bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bdcc Color CSS Codes

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

#c7bdcc Text Font Color

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

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


#c7bdcc Background Color

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

This div background color is #c7bdcc


#c7bdcc Border Color

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

This div border color is #c7bdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bdcc


Comments

No comments written yet.

Please login to write comment.