COLOR #CCC4CA

HEX: #CCC4CA RGB: (204,196,202)

Color info

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

RGB color model

#CCC4CA color RGB value is (204,196,202).

RGB: (204,196,202) (80%, 77%, 79%)

RGB channels and saturation

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

204
196
202

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

Portions of RGB colors in percentages

R + G + B = 204 + 196 + 202 = 602 (100%)
R 204 of 602 ~ 33.89%
G 196 of 602 ~ 32.56%
B 202 of 602 ~ 33.55'%

%33.89
%32.56
%33.55

CMYK color model

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

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

CMYK: (0,4,1,20)
C0M4Y1K20 (0%, 4%, 1%, 20%)
(0.00 / 0.04 / 0.01 / 0.20)

CMYK percentages

%0
%3.92
%0.98
%20

Codes

Color #CCC4CA in popluar color models

CC C4 CA
RGB 204 196 202
HSL 315° 7.27% 78.43%
HSB/HSV 315° 3.92% 80.00%
CMYK 0.00% 3.92% 0.98%
20.00%

Color #CCC4CA in popluar number systems.

HEX CC C4 CA
Decimal 204 196 202
Binary 11001100 11000100 11001010
Octal 314 304 312

Shades and tints

Shades of #CCC4CA

#CCC4CA
(204,196,202)
#BAB3B8
(186,179,184)
#A8A2A6
(168,162,166)
#969194
(150,145,148)
#848082
(132,128,130)
#726F70
(114,111,112)
#605E5E
(96,94,94)
#4E4D4C
(78,77,76)
#3C3C3A
(60,60,58)
#2A2B28
(42,43,40)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #CCC4CA

#CCC4CA
(204,196,202)
#D0C9CE
(208,201,206)
#D4CED2
(212,206,210)
#D8D3D6
(216,211,214)
#DCD8DA
(220,216,218)
#E0DDDE
(224,221,222)
#E4E2E2
(228,226,226)
#E8E7E6
(232,231,230)
#ECECEA
(236,236,234)
#F0F1EE
(240,241,238)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4CA; }

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

This text font color is #CCC4CA.

Background Color

.myBgColor { background-color: #CCC4CA; }

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

This div background color is #CCC4CA.

Border color

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

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

This div border color is #CCC4CA.

Opacity

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

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

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

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

This text has shadow with #CCC4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC4CA.

Preview

Color preview on black background

This text has color #CCC4CA on black background.


Color preview on white background

This text has color #CCC4CA on white background.


Black color preview on #CCC4CA background

This text has black color on #CCC4CA background.


White color preview on #CCC4CA background

This text has white color on #CCC4CA background.


Related colors

Complementary color

Complementary color for #hex is #333B35.


I love getcolorcode.com

Triadic colors

1 #CACCC4 and #C4CACC with #CCC4CA are triadic colors.

2 #CAC4CC and #C4CCCA with #CCC4CA are triadic colors.