COLOR #CCC9CE

HEX: #CCC9CE RGB: (204,201,206)

Color info

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

RGB color model

#CCC9CE color RGB value is (204,201,206).

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

RGB channels and saturation

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

204
201
206

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

Portions of RGB colors in percentages

R + G + B = 204 + 201 + 206 = 611 (100%)
R 204 of 611 ~ 33.39%
G 201 of 611 ~ 32.9%
B 206 of 611 ~ 33.72'%

%33.39
%32.9
%33.72

CMYK color model

#CCC9CE color CMYK value is (1,2,0,19).

  • cyan value is 0.97%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (1,2,0,19) C1M2Y0K19 (1%,2%,0%,19%) (0.01/0.02/0.00/0.19) 

CMYK percentages

%0.97
%2.43
%0
%19.22

Codes

Color #CCC9CE in popluar color models

CC C9 CE
RGB 204 201 206
HSL 276° 4.85% 79.80%
HSB/HSV 276° 2.43% 80.78%
CMYK 0.97% 2.43% 0.00%
19.22%

Color #CCC9CE in popluar number systems.

HEX CC C9 CE
Decimal 204 201 206
Binary 11001100 11001001 11001110
Octal 314 311 316

Shades and tints

Shades of #CCC9CE

#CCC9CE
(204,201,206)
#BAB7BC
(186,183,188)
#A8A5AA
(168,165,170)
#969398
(150,147,152)
#848186
(132,129,134)
#726F74
(114,111,116)
#605D62
(96,93,98)
#4E4B50
(78,75,80)
#3C393E
(60,57,62)
#2A272C
(42,39,44)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #CCC9CE

#CCC9CE
(204,201,206)
#D0CDD2
(208,205,210)
#D4D1D6
(212,209,214)
#D8D5DA
(216,213,218)
#DCD9DE
(220,217,222)
#E0DDE2
(224,221,226)
#E4E1E6
(228,225,230)
#E8E5EA
(232,229,234)
#ECE9EE
(236,233,238)
#F0EDF2
(240,237,242)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC9CE; }

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

This text font color is #CCC9CE.

Background Color

.myBgColor { background-color: #CCC9CE; }

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

This div background color is #CCC9CE.

Border color

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

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

This div border color is #CCC9CE.

Opacity

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

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

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

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

This text has shadow with #CCC9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC9CE.

Preview

Color preview on black background

This text has color #CCC9CE on black background.


Color preview on white background

This text has color #CCC9CE on white background.


Black color preview on #CCC9CE background

This text has black color on #CCC9CE background.


White color preview on #CCC9CE background

This text has white color on #CCC9CE background.


Related colors

Complementary color

Complementary color for #hex is #333631.


I love getcolorcode.com

Triadic colors

1 #CECCC9 and #C9CECC with #CCC9CE are triadic colors.

2 #CEC9CC and #C9CCCE with #CCC9CE are triadic colors.