Color Hex Logo

#c7bfdb Color Hex

#C7BFDB
(199,191,219)
0 Favorites   0 Comments

Color spaces of #c7bfdb

RGB 199191219
HSL0.710.280.80
HSV257°13°86°
CMYK 0.090.130.00   0.14
XYZ54.970254.518274.6437
Yxy54.51820.29850.2961
Hunter Lab73.83643.6770-8.2527
CIE-Lab78.76298.1203-12.9652

#c7bfdb color RGB value is (199,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111111 11011011
Octal 307 277 333
Decimal 199 191 219
Hex C7 BF DB

RGB Percentages of Color #c7bfdb

%32.68
%31.36
%35.96

CMYK Percentages of Color #c7bfdb

%9
%13
%0
%14

Triadic Colors of #c7bfdb

#c7bfdb #dbc7bf #bfdbc7

Analogous Colors of #c7bfdb

#c7bfdb #d5bfdb #bfc5db

Monochromatic Colors of #c7bfdb

#c7bfdb

Complementary Color

#c7bfdb #d3dbbf

#c7bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bfdb Color CSS Codes

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

#c7bfdb Text Font Color

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

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


#c7bfdb Background Color

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

This div background color is #c7bfdb


#c7bfdb Border Color

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

This div border color is #c7bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bfdb


Comments

No comments written yet.

Please login to write comment.