Color Hex Logo

#c7bfcd Color Hex

#C7BFCD
(199,191,205)
0 Favorites   0 Comments

Color spaces of #c7bfcd

RGB 199191205
HSL0.760.120.78
HSV274°80°
CMYK 0.030.070.00   0.20
XYZ53.203453.811565.3401
Yxy53.81150.30870.3122
Hunter Lab73.35631.0878-1.4615
CIE-Lab78.35175.3810-6.0201

#c7bfcd color RGB value is (199,191,205).

#c7bfcd hex color red value is 199, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c7bfcd hue: 0.76 , saturation: 0.12 and the lightness value of c7bfcd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111111 11001101
Octal 307 277 315
Decimal 199 191 205
Hex C7 BF CD

RGB Percentages of Color #c7bfcd

%33.45
%32.10
%34.45

CMYK Percentages of Color #c7bfcd

%3
%7
%0
%20

Triadic Colors of #c7bfcd

#c7bfcd #cdc7bf #bfcdc7

Analogous Colors of #c7bfcd

#c7bfcd #cdbfcc #c0bfcd

Monochromatic Colors of #c7bfcd

#c7bfcd

Complementary Color

#c7bfcd #c5cdbf

#c7bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bfcd Color CSS Codes

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

#c7bfcd Text Font Color

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

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


#c7bfcd Background Color

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

This div background color is #c7bfcd


#c7bfcd Border Color

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

This div border color is #c7bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bfcd


Comments

No comments written yet.

Please login to write comment.