Color Hex Logo

#c7b6de Color Hex

#C7B6DE
(199,182,222)
0 Favorites   0 Comments

Color spaces of #c7b6de

RGB 199182222
HSL0.740.380.79
HSV266°18°87°
CMYK 0.100.180.00   0.13
XYZ53.466050.871976.1085
Yxy50.87190.29630.2819
Hunter Lab71.32458.9885-13.3396
CIE-Lab76.601313.6025-17.8381

#c7b6de color RGB value is (199,182,222).

#c7b6de hex color red value is 199, green value is 182 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c7b6de hue: 0.74 , saturation: 0.38 and the lightness value of c7b6de is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10110110 11011110
Octal 307 266 336
Decimal 199 182 222
Hex C7 B6 DE

RGB Percentages of Color #c7b6de

%33.00
%30.18
%36.82

CMYK Percentages of Color #c7b6de

%10
%18
%0
%13

Triadic Colors of #c7b6de

#c7b6de #dec7b6 #b6dec7

Analogous Colors of #c7b6de

#c7b6de #dbb6de #b6b9de

Monochromatic Colors of #c7b6de

#c7b6de

Complementary Color

#c7b6de #cddeb6

#c7b6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7b6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7b6de Color CSS Codes

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

#c7b6de Text Font Color

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

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


#c7b6de Background Color

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

This div background color is #c7b6de


#c7b6de Border Color

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

This div border color is #c7b6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7b6de


Comments

No comments written yet.

Please login to write comment.