#cccccc

Gray80

#cccccc color hex

#cccccc hex color information.
RGB value of #cccccc is (204,204,204)
#cccccc hex color code is also equal to #CCC
Change page background color to #cccccc | Reset

#cccccc rgb color chart

Color spaces of #cccccc Gray80

RGB 204204204
HSL0.000.000.80
HSV80°
CMYK 0.000.000.00   0.20
XYZ57.393860.382765.7568
Yxy60.38270.31270.3290
Hunter Lab77.7063-4.14614.2219
CIE-Lab82.04580.0046-0.0088

Shades of #cccccc

Tints of #cccccc

RGB Percentages of Color #cccccc

%33.33
%33.33
%33.33

CMYK Percentages of Color #cccccc

%0
%0
%0
%20

#cccccc Gray80 Color Info

#cccccc hex color red value is 204, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cccccc hue: 0.00 , saturation: 0.00 and the lightness value of cccccc is 0.80.

The process color (four color CMYK) of #cccccc hex color is 0.00, 0.00, 0.00, 0.20. Web safe color of #cccccc is #cccccc

Color #cccccc rgb is equally color. #cccccc color name is Gray80.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11001100
Octal 314 314 314
Decimal 204 204 204
Hexadecimal CC CC CC

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #cccccc

Analogous Colors of #cccccc

Analogous colors are identical


#cccccc HSL Color Chart
#cccccc hsl color chart
#cccccc RGB Color Chart

#cccccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccccc Color CSS Codes

.mybgcolor {background-color:#cccccc; } 
.myforecolor {color:#cccccc; }
.mybordercolor {border:3px solid #cccccc; }
Sample text font color #cccccc

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

html code
<p style="color:#cccccc">Text here</p>
#cccccc background color

This div background color is #cccccc

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

This div border color is #cccccc

<div style="border:3px solid #cccccc">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #cccccc Color Sample
#ccccccborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(204,204,204, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #cccccc; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #cccccc;
  -webkit-box-shadow: 1px 1px 3px 2px #cccccc;
  box-shadow:         1px 1px 3px 2px #cccccc; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,204,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccccc">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #cccccc

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

Comments

camel23 Feb 2012, 10:06 am

I used this color mostly border color.
name of this color could be light gray.

Badill25 Oct 2012, 6:39 pm

I find a page where put #ccc but I dont understand when put #cccccc


Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top