Color Hex Logo

#c6bdcb Color Hex

#C6BDCB
(198,189,203)
0 Favorites   0 Comments

Color spaces of #c6bdcb

RGB 198189203
HSL0.770.120.77
HSV279°80°
CMYK 0.020.070.00   0.20
XYZ52.265852.712863.9198
Yxy52.71280.30950.3121
Hunter Lab72.60361.4422-1.3761
CIE-Lab77.70515.7330-5.9036

#c6bdcb color RGB value is (198,189,203).

#c6bdcb hex color red value is 198, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c6bdcb hue: 0.77 , saturation: 0.12 and the lightness value of c6bdcb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111101 11001011
Octal 306 275 313
Decimal 198 189 203
Hex C6 BD CB

RGB Percentages of Color #c6bdcb

%33.56
%32.03
%34.41

CMYK Percentages of Color #c6bdcb

%2
%7
%0
%20

Triadic Colors of #c6bdcb

#c6bdcb #cbc6bd #bdcbc6

Analogous Colors of #c6bdcb

#c6bdcb #cbbdc9 #bfbdcb

Monochromatic Colors of #c6bdcb

#c6bdcb

Complementary Color

#c6bdcb #c2cbbd

#c6bdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bdcb Color CSS Codes

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

#c6bdcb Text Font Color

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

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


#c6bdcb Background Color

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

This div background color is #c6bdcb


#c6bdcb Border Color

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

This div border color is #c6bdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bdcb


Comments

No comments written yet.

Please login to write comment.