COLOR #CCC6CA

HEX: #CCC6CA RGB: (204,198,202)

Color info

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

RGB color model

#CCC6CA color RGB value is (204,198,202).

RGB: (204,198,202) (80%, 78%, 79%)

RGB channels and saturation

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

204
198
202

R + G + B ~ 79%. #CCC6CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 198 + 202 = 604 (100%)
R 204 of 604 ~ 33.77%
G 198 of 604 ~ 32.78%
B 202 of 604 ~ 33.44'%

%33.77
%32.78
%33.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 0.98%
  • key color value is 20.00%

CMYK: (0,3,1,20)
C0M3Y1K20 (0%, 3%, 1%, 20%)
(0.00 / 0.03 / 0.01 / 0.20)

CMYK percentages

%0
%2.94
%0.98
%20

Codes

Color #CCC6CA in popluar color models

CC C6 CA
RGB 204 198 202
HSL 320° 5.56% 78.82%
HSB/HSV 320° 2.94% 80.00%
CMYK 0.00% 2.94% 0.98%
20.00%

Color #CCC6CA in popluar number systems.

HEX CC C6 CA
Decimal 204 198 202
Binary 11001100 11000110 11001010
Octal 314 306 312

Shades and tints

Shades of #CCC6CA

#CCC6CA
(204,198,202)
#BAB4B8
(186,180,184)
#A8A2A6
(168,162,166)
#969094
(150,144,148)
#847E82
(132,126,130)
#726C70
(114,108,112)
#605A5E
(96,90,94)
#4E484C
(78,72,76)
#3C363A
(60,54,58)
#2A2428
(42,36,40)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #CCC6CA

#CCC6CA
(204,198,202)
#D0CBCE
(208,203,206)
#D4D0D2
(212,208,210)
#D8D5D6
(216,213,214)
#DCDADA
(220,218,218)
#E0DFDE
(224,223,222)
#E4E4E2
(228,228,226)
#E8E9E6
(232,233,230)
#ECEEEA
(236,238,234)
#F0F3EE
(240,243,238)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6CA; }

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

This text font color is #CCC6CA.

Background Color

.myBgColor { background-color: #CCC6CA; }

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

This div background color is #CCC6CA.

Border color

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

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

This div border color is #CCC6CA.

Opacity

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

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

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

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

This text has shadow with #CCC6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC6CA.

Preview

Color preview on black background

This text has color #CCC6CA on black background.


Color preview on white background

This text has color #CCC6CA on white background.


Black color preview on #CCC6CA background

This text has black color on #CCC6CA background.


White color preview on #CCC6CA background

This text has white color on #CCC6CA background.


Related colors

Complementary color

Complementary color for #hex is #333935.


I love getcolorcode.com

Triadic colors

1 #CACCC6 and #C6CACC with #CCC6CA are triadic colors.

2 #CAC6CC and #C6CCCA with #CCC6CA are triadic colors.