COLOR #CCC9CF

HEX: #CCC9CF RGB: (204,201,207)

Color info

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

RGB color model

#CCC9CF color RGB value is (204,201,207).

RGB: (204,201,207) (80%, 79%, 81%)

RGB channels and saturation

R 204 of 255 = 80%
G 201 of 255 = 79%
B 207 of 255 = 81%

204
201
207

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

Portions of RGB colors in percentages

R + G + B = 204 + 201 + 207 = 612 (100%)
R 204 of 612 ~ 33.33%
G 201 of 612 ~ 32.84%
B 207 of 612 ~ 33.82'%

%33.33
%32.84
%33.82

CMYK color model

#CCC9CF color CMYK value is (1,3,0,19).

  • cyan value is 1.45%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (1,3,0,19) C1M3Y0K19 (1%,3%,0%,19%) (0.01/0.03/0.00/0.19) 

CMYK percentages

%1.45
%2.9
%0
%18.82

Codes

Color #CCC9CF in popluar color models

CC C9 CF
RGB 204 201 207
HSL 270° 5.88% 80.00%
HSB/HSV 270° 2.90% 81.18%
CMYK 1.45% 2.90% 0.00%
18.82%

Color #CCC9CF in popluar number systems.

HEX CC C9 CF
Decimal 204 201 207
Binary 11001100 11001001 11001111
Octal 314 311 317

Shades and tints

Shades of #CCC9CF

#CCC9CF
(204,201,207)
#BAB7BD
(186,183,189)
#A8A5AB
(168,165,171)
#969399
(150,147,153)
#848187
(132,129,135)
#726F75
(114,111,117)
#605D63
(96,93,99)
#4E4B51
(78,75,81)
#3C393F
(60,57,63)
#2A272D
(42,39,45)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #CCC9CF

#CCC9CF
(204,201,207)
#D0CDD3
(208,205,211)
#D4D1D7
(212,209,215)
#D8D5DB
(216,213,219)
#DCD9DF
(220,217,223)
#E0DDE3
(224,221,227)
#E4E1E7
(228,225,231)
#E8E5EB
(232,229,235)
#ECE9EF
(236,233,239)
#F0EDF3
(240,237,243)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC9CF; }

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

This text font color is #CCC9CF.

Background Color

.myBgColor { background-color: #CCC9CF; }

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

This div background color is #CCC9CF.

Border color

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

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

This div border color is #CCC9CF.

Opacity

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

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

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

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

This text has shadow with #CCC9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC9CF.

Preview

Color preview on black background

This text has color #CCC9CF on black background.


Color preview on white background

This text has color #CCC9CF on white background.


Black color preview on #CCC9CF background

This text has black color on #CCC9CF background.


White color preview on #CCC9CF background

This text has white color on #CCC9CF background.


Related colors

Complementary color

Complementary color for #hex is #333630.


I love getcolorcode.com

Triadic colors

1 #CFCCC9 and #C9CFCC with #CCC9CF are triadic colors.

2 #CFC9CC and #C9CCCF with #CCC9CF are triadic colors.