COLOR #CCC7CA

HEX: #CCC7CA RGB: (204,199,202)

Color info

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

RGB color model

#CCC7CA color RGB value is (204,199,202).

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

RGB channels and saturation

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

204
199
202

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

Portions of RGB colors in percentages

R + G + B = 204 + 199 + 202 = 605 (100%)
R 204 of 605 ~ 33.72%
G 199 of 605 ~ 32.89%
B 202 of 605 ~ 33.39'%

%33.72
%32.89
%33.39

CMYK color model

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

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

CMYK: (0,2,1,20)
C0M2Y1K20 (0%, 2%, 1%, 20%)
(0.00 / 0.02 / 0.01 / 0.20)

CMYK percentages

%0
%2.45
%0.98
%20

Codes

Color #CCC7CA in popluar color models

CC C7 CA
RGB 204 199 202
HSL 324° 4.67% 79.02%
HSB/HSV 324° 2.45% 80.00%
CMYK 0.00% 2.45% 0.98%
20.00%

Color #CCC7CA in popluar number systems.

HEX CC C7 CA
Decimal 204 199 202
Binary 11001100 11000111 11001010
Octal 314 307 312

Shades and tints

Shades of #CCC7CA

#CCC7CA
(204,199,202)
#BAB5B8
(186,181,184)
#A8A3A6
(168,163,166)
#969194
(150,145,148)
#847F82
(132,127,130)
#726D70
(114,109,112)
#605B5E
(96,91,94)
#4E494C
(78,73,76)
#3C373A
(60,55,58)
#2A2528
(42,37,40)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #CCC7CA

#CCC7CA
(204,199,202)
#D0CCCE
(208,204,206)
#D4D1D2
(212,209,210)
#D8D6D6
(216,214,214)
#DCDBDA
(220,219,218)
#E0E0DE
(224,224,222)
#E4E5E2
(228,229,226)
#E8EAE6
(232,234,230)
#ECEFEA
(236,239,234)
#F0F4EE
(240,244,238)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC7CA; }

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

This text font color is #CCC7CA.

Background Color

.myBgColor { background-color: #CCC7CA; }

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

This div background color is #CCC7CA.

Border color

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

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

This div border color is #CCC7CA.

Opacity

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

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

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

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

This text has shadow with #CCC7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC7CA.

Preview

Color preview on black background

This text has color #CCC7CA on black background.


Color preview on white background

This text has color #CCC7CA on white background.


Black color preview on #CCC7CA background

This text has black color on #CCC7CA background.


White color preview on #CCC7CA background

This text has white color on #CCC7CA background.


Related colors

Complementary color

Complementary color for #hex is #333835.


I love getcolorcode.com

Triadic colors

1 #CACCC7 and #C7CACC with #CCC7CA are triadic colors.

2 #CAC7CC and #C7CCCA with #CCC7CA are triadic colors.