Color Hex Logo

#c6bdbf Color Hex

#C6BDBF
(198,189,191)
0 Favorites   0 Comments

Color spaces of #c6bdbf

RGB 198189191
HSL0.960.070.76
HSV347°78°
CMYK 0.000.050.04   0.22
XYZ50.890352.162556.6764
Yxy52.16250.31860.3266
Hunter Lab72.2236-0.61644.0296
CIE-Lab77.37793.51790.1132

#c6bdbf color RGB value is (198,189,191).

#c6bdbf hex color red value is 198, green value is 189 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c6bdbf hue: 0.96 , saturation: 0.07 and the lightness value of c6bdbf is 0.76.

The process color (four color CMYK) of #c6bdbf color hex is 0.00, 0.05, 0.04, 0.22. Web safe color of #c6bdbf is #cccccc. Color #c6bdbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111101 10111111
Octal 306 275 277
Decimal 198 189 191
Hex C6 BD BF

RGB Percentages of Color #c6bdbf

%34.26
%32.70
%33.04

CMYK Percentages of Color #c6bdbf

%0
%5
%4
%22

Triadic Colors of #c6bdbf

#c6bdbf #bfc6bd #bdbfc6

Analogous Colors of #c6bdbf

#c6bdbf #c6c0bd #c6bdc4

Monochromatic Colors of #c6bdbf

#c6bdbf

Complementary Color

#c6bdbf #bdc6c4

#c6bdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bdbf Color CSS Codes

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

#c6bdbf Text Font Color

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

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


#c6bdbf Background Color

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

This div background color is #c6bdbf


#c6bdbf Border Color

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

This div border color is #c6bdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bdbf


Comments

No comments written yet.

Please login to write comment.