Color Hex Logo

#cccccc Color Hex Gray80

#CCCCCC
(204,204,204)
216 Favorites   7 Comments

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

#cccccc color RGB value is (204,204,204). This hex color code is also a web safe color which is equal to #CCC. #cccccc color name is Gray80 color.

#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 color hex is 0.00, 0.00, 0.00, 0.20. Web safe color of #cccccc is #cccccc. Color #cccccc rgb is equally color.

Base Numbers

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

RGB Percentages of Color #cccccc

%33.33
%33.33
%33.33

CMYK Percentages of Color #cccccc

%0
%0
%0
%20

Monochromatic Colors of #cccccc

#cccccc

#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; }

#cccccc Text Font Color

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

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.


#cccccc Background Color

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

This div background color is #cccccc


#cccccc Border Color

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

This div border color is #cccccc


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

<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>

This div box has shadow with color #cccccc


Comments

8 May 2023, 15:34 starkit

1010 best gray

4 Aug 2022, 7:36 moonemojicat8

spookymaggie thats not purple are you colorblind?

8 May 2022, 11:59 Zacapea

Nice silvery colour I like!

11 Aug 2017, 19:48 TooBigRabbits

Best grey

15 Jan 2016, 15:36 spooky_maggie

i like the purple

25 Oct 2012, 18:39 (guest)

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

23 Feb 2012, 10:06 (guest)

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

Please login to write comment.