COLOR #CCCCCC

HEX: #CCCCCC
RGB: (204,204,204)

Renk bilgisi

#CCCCCC contains red, green and blue colors in about the same proportion. #CCCCCC color is web safe color. It maybe written shortly as #CCC.

RGB renk modeli

#CCCCCC color RGB value is (204,204,204).

  • kırmız ton 204;
  • yeşil ton 204;
  • mavi ton 204.
RGB:
(204,204,204)
(80%,80%,80%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 204 of 255 = 80%
B 204 of 255 = 80%

204
204
204

R + G + B ~ 80%. #CCCCCC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 204 + 204 = 612 (100%)
R 204 of 612 ~ 33.33%
G 204 of 612 ~ 33.33%
B 204 of 612 ~ 33.33%

%33.33
%33.33
%33.33

CMYK RENK MODELİ

#CCCCCC rengi CMYK tonu (0,0,0,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(0,0,0,20)
C0M0Y0K20 
(0%,0%,0%,20%)
(0.00/0.00/0.00/0.20)	

CMYK yüzdeleri

%0
%0
%0
%20

Codes

Color #CCCCCC in popluar color models

CCCCCC
RGB204204204
HSL0.00%0.80%
HSB/HSV0.00%0.80%
CMYK0.00%0.00%0.00%
20.00%

Color #CCCCCC in popluar number systems.

HEXCCCCCC
Decimal204204204
Binary110011001100110011001100
Octal314314314

Shades and tints

Shades of #CCCCCC

#CCCCCC
(204,204,204)
#BABABA
(186,186,186)
#A8A8A8
(168,168,168)
#969696
(150,150,150)
#848484
(132,132,132)
#727272
(114,114,114)
#606060
(96,96,96)
#4E4E4E
(78,78,78)
#3C3C3C
(60,60,60)
#2A2A2A
(42,42,42)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #CCCCCC

#CCCCCC
(204,204,204)
#D0D0D0
(208,208,208)
#D4D4D4
(212,212,212)
#D8D8D8
(216,216,216)
#DCDCDC
(220,220,220)
#E0E0E0
(224,224,224)
#E4E4E4
(228,228,228)
#E8E8E8
(232,232,232)
#ECECEC
(236,236,236)
#F0F0F0
(240,240,240)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCCCC color. Also use rgb(204,204,204) instead hex code.

Text Font Color

.myTextColor { color: #CCCCCC; }

<p style="color:#CCCCCC">This sample text font color is #CCCCCC.</p>

This text font color is #CCCCCC.


Background Color

.myBgColor { background-color: #CCCCCC; }

<div style="background-color:#CCCCCC">Inner text</div>

This div background color is #CCCCCC.


Border color

.myBorderColor { border: 1px solid #CCCCCC; }

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

This div border color is #CCCCCC.


Opacity

.myOpacity80 { color: #CCCCCC; opacity: 0.8; }

<p style="color:#CCCCCC;opacity:0.8;">80%</p>

Text with #CCCCCC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCCCCC;}

<p style="text-shadow: 3px 3px 1px #CCCCCC">Text here.</p>

This text has shadow with #CCCCCC color.

.textShadow {text-shadow: 3px 3px 1px #CCCCCC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCCCCC, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCCCCC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCCCCC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCCCCC, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCCCCC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CCCCCC;
  -webkit-box-shadow:	1px 1px 3px 2px #CCCCCC;
  box-shadow:		1px 1px 3px 2px #CCCCCC;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #CCCCCC on black background.


Color preview on white background

This text has color #CCCCCC on white background.



Black color preview on #CCCCCC background

This text has black color on #CCCCCC background.


White color preview on #CCCCCC background

This text has white color on #CCCCCC background.