COLOR #CCCCCA

HEX: #CCCCCA
RGB: (204,204,202)

Color info

#CCCCCA contains red, green and blue colors in about the same proportion. Web safe color of #CCCCCA is #CCCCCC (or #CCC).

RGB color model

#CCCCCA color RGB value is (204,204,202).

  • red value is 204;
  • green value is 204;
  • blue value is 202.
RGB:
(204,204,202)
(80%,80%,79%)

RGB channels and saturation

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

204
204
202

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

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 202 = 610 (100%)
R 204 of 610 ~ 33.44%
G 204 of 610 ~ 33.44%
B 202 of 610 ~ 33.11%

%33.44
%33.44
%33.11

CMYK color model

#CCCCCA color CMYK value is (0,0,1,20).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 20.00%
CMYK:
(0,0,1,20)
C0M0Y1K20 
(0%,0%,1%,20%)
(0.00/0.00/0.01/0.20)	

CMYK percentages

%0
%0
%0.98
%20

Codes

Color #CCCCCA in popluar color models

CCCCCA
RGB204204202
HSL60°1.92%79.61%
HSB/HSV60°0.98%80.00%
CMYK0.00%0.00%0.98%
20.00%

Color #CCCCCA in popluar number systems.

HEXCCCCCA
Decimal204204202
Binary110011001100110011001010
Octal314314312

Shades and tints

Shades of #CCCCCA

#CCCCCA
(204,204,202)
#BABAB8
(186,186,184)
#A8A8A6
(168,168,166)
#969694
(150,150,148)
#848482
(132,132,130)
#727270
(114,114,112)
#60605E
(96,96,94)
#4E4E4C
(78,78,76)
#3C3C3A
(60,60,58)
#2A2A28
(42,42,40)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #CCCCCA

#CCCCCA
(204,204,202)
#D0D0CE
(208,208,206)
#D4D4D2
(212,212,210)
#D8D8D6
(216,216,214)
#DCDCDA
(220,220,218)
#E0E0DE
(224,224,222)
#E4E4E2
(228,228,226)
#E8E8E6
(232,232,230)
#ECECEA
(236,236,234)
#F0F0EE
(240,240,238)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCCA; }

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

This text font color is #CCCCCA.


Background Color

.myBgColor { background-color: #CCCCCA; }

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

This div background color is #CCCCCA.


Border color

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

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

This div border color is #CCCCCA.


Opacity

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

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

Text with #CCCCCA 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 #CCCCCA;}

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

This text has shadow with #CCCCCA color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCCCCA;
-webkit-box-shadow: 1px 1px 3px 2px #CCCCCA;
box-shadow:1px 1px 3px 2px #CCCCCA;">
Div content here</div>
This div box has shadow with color #CCCCCA.

Preview

Color preview on black background

This text has color #CCCCCA on black background.


Color preview on white background

This text has color #CCCCCA on white background.



Black color preview on #CCCCCA background

This text has black color on #CCCCCA background.


White color preview on #CCCCCA background

This text has white color on #CCCCCA background.