Color Hex Logo

#ccc9bf Color Hex

#CCC9BF
(204,201,191)
0 Favorites   0 Comments

Color spaces of #ccc9bf

RGB 204201191
HSL0.130.110.77
HSV46°80°
CMYK 0.000.010.06   0.20
XYZ55.192558.372257.6482
Yxy58.37220.32240.3409
Hunter Lab76.4017-4.75488.7445
CIE-Lab80.9453-0.72565.3495

#ccc9bf color RGB value is (204,201,191).

#ccc9bf hex color red value is 204, green value is 201 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ccc9bf hue: 0.13 , saturation: 0.11 and the lightness value of ccc9bf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 10111111
Octal 314 311 277
Decimal 204 201 191
Hex CC C9 BF

RGB Percentages of Color #ccc9bf

%34.23
%33.72
%32.05

CMYK Percentages of Color #ccc9bf

%0
%1
%6
%20

Triadic Colors of #ccc9bf

#ccc9bf #bfccc9 #c9bfcc

Analogous Colors of #ccc9bf

#ccc9bf #c9ccbf #ccc3bf

Monochromatic Colors of #ccc9bf

#ccc9bf

Complementary Color

#ccc9bf #bfc2cc

#ccc9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc9bf Color CSS Codes

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

#ccc9bf Text Font Color

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

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


#ccc9bf Background Color

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

This div background color is #ccc9bf


#ccc9bf Border Color

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

This div border color is #ccc9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc9bf


Comments

No comments written yet.

Please login to write comment.