Color Hex Logo

#c6bfdb Color Hex

#C6BFDB
(198,191,219)
0 Favorites   0 Comments

Color spaces of #c6bfdb

RGB 198191219
HSL0.710.280.80
HSV255°13°86°
CMYK 0.100.130.00   0.14
XYZ54.705754.381874.6313
Yxy54.38180.29780.2960
Hunter Lab73.74403.3651-8.3826
CIE-Lab78.68387.7920-13.0918

#c6bfdb color RGB value is (198,191,219).

#c6bfdb hex color red value is 198, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c6bfdb hue: 0.71 , saturation: 0.28 and the lightness value of c6bfdb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111111 11011011
Octal 306 277 333
Decimal 198 191 219
Hex C6 BF DB

RGB Percentages of Color #c6bfdb

%32.57
%31.41
%36.02

CMYK Percentages of Color #c6bfdb

%10
%13
%0
%14

Triadic Colors of #c6bfdb

#c6bfdb #dbc6bf #bfdbc6

Analogous Colors of #c6bfdb

#c6bfdb #d4bfdb #bfc6db

Monochromatic Colors of #c6bfdb

#c6bfdb

Complementary Color

#c6bfdb #d4dbbf

#c6bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bfdb Color CSS Codes

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

#c6bfdb Text Font Color

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

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


#c6bfdb Background Color

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

This div background color is #c6bfdb


#c6bfdb Border Color

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

This div border color is #c6bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bfdb


Comments

No comments written yet.

Please login to write comment.