COLOR #CCC2C9

HEX: #CCC2C9 RGB: (204,194,201)

Color info

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

RGB color model

#CCC2C9 color RGB value is (204,194,201).

RGB: (204,194,201) (80%, 76%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 194 of 255 = 76%
B 201 of 255 = 79%

204
194
201

R + G + B ~ 78%. #CCC2C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 194 + 201 = 599 (100%)
R 204 of 599 ~ 34.06%
G 194 of 599 ~ 32.39%
B 201 of 599 ~ 33.56'%

%34.06
%32.39
%33.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 1.47%
  • key color value is 20.00%

CMYK: (0,5,1,20)
C0M5Y1K20 (0%, 5%, 1%, 20%)
(0.00 / 0.05 / 0.01 / 0.20)

CMYK percentages

%0
%4.9
%1.47
%20

Codes

Color #CCC2C9 in popluar color models

CC C2 C9
RGB 204 194 201
HSL 318° 8.93% 78.04%
HSB/HSV 318° 4.90% 80.00%
CMYK 0.00% 4.90% 1.47%
20.00%

Color #CCC2C9 in popluar number systems.

HEX CC C2 C9
Decimal 204 194 201
Binary 11001100 11000010 11001001
Octal 314 302 311

Shades and tints

Shades of #CCC2C9

#CCC2C9
(204,194,201)
#BAB1B7
(186,177,183)
#A8A0A5
(168,160,165)
#968F93
(150,143,147)
#847E81
(132,126,129)
#726D6F
(114,109,111)
#605C5D
(96,92,93)
#4E4B4B
(78,75,75)
#3C3A39
(60,58,57)
#2A2927
(42,41,39)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #CCC2C9

#CCC2C9
(204,194,201)
#D0C7CD
(208,199,205)
#D4CCD1
(212,204,209)
#D8D1D5
(216,209,213)
#DCD6D9
(220,214,217)
#E0DBDD
(224,219,221)
#E4E0E1
(228,224,225)
#E8E5E5
(232,229,229)
#ECEAE9
(236,234,233)
#F0EFED
(240,239,237)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC2C9; }

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

This text font color is #CCC2C9.

Background Color

.myBgColor { background-color: #CCC2C9; }

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

This div background color is #CCC2C9.

Border color

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

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

This div border color is #CCC2C9.

Opacity

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

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

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

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

This text has shadow with #CCC2C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC2C9.

Preview

Color preview on black background

This text has color #CCC2C9 on black background.


Color preview on white background

This text has color #CCC2C9 on white background.


Black color preview on #CCC2C9 background

This text has black color on #CCC2C9 background.


White color preview on #CCC2C9 background

This text has white color on #CCC2C9 background.


Related colors

Complementary color

Complementary color for #hex is #333D36.


I love getcolorcode.com

Triadic colors

1 #C9CCC2 and #C2C9CC with #CCC2C9 are triadic colors.

2 #C9C2CC and #C2CCC9 with #CCC2C9 are triadic colors.