Color Hex Logo

#c9bdbd Color Hex

#C9BDBD
(201,189,189)
0 Favorites   0 Comments

Color spaces of #c9bdbd

RGB 201189189
HSL0.000.100.76
HSV79°
CMYK 0.000.060.06   0.21
XYZ51.470352.486855.5623
Yxy52.48680.32270.3290
Hunter Lab72.44780.03125.2422
CIE-Lab77.57104.22211.5073

#c9bdbd color RGB value is (201,189,189).

#c9bdbd hex color red value is 201, green value is 189 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c9bdbd hue: 0.00 , saturation: 0.10 and the lightness value of c9bdbd is 0.76.

The process color (four color CMYK) of #c9bdbd color hex is 0.00, 0.06, 0.06, 0.21. Web safe color of #c9bdbd is #cccccc. Color #c9bdbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111101 10111101
Octal 311 275 275
Decimal 201 189 189
Hex C9 BD BD

RGB Percentages of Color #c9bdbd

%34.72
%32.64
%32.64

CMYK Percentages of Color #c9bdbd

%0
%6
%6
%21

Triadic Colors of #c9bdbd

#c9bdbd #bdc9bd #bdbdc9

Analogous Colors of #c9bdbd

#c9bdbd #c9c3bd #c9bdc3

Monochromatic Colors of #c9bdbd

#c9bdbd

Complementary Color

#c9bdbd #bdc9c9

#c9bdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bdbd Color CSS Codes

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

#c9bdbd Text Font Color

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

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


#c9bdbd Background Color

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

This div background color is #c9bdbd


#c9bdbd Border Color

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

This div border color is #c9bdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bdbd

#c9bdbd Color Palettes


Comments

No comments written yet.

Please login to write comment.