COLOR #CCC5CE

HEX: #CCC5CE RGB: (204,197,206)

Color info

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

RGB color model

#CCC5CE color RGB value is (204,197,206).

RGB: (204,197,206) (80%, 77%, 81%)

RGB channels and saturation

R 204 of 255 = 80%
G 197 of 255 = 77%
B 206 of 255 = 81%

204
197
206

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

Portions of RGB colors in percentages

R + G + B = 204 + 197 + 206 = 607 (100%)
R 204 of 607 ~ 33.61%
G 197 of 607 ~ 32.45%
B 206 of 607 ~ 33.94'%

%33.61
%32.45
%33.94

CMYK color model

#CCC5CE color CMYK value is (1,4,0,19).

  • cyan value is 0.97%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (1,4,0,19)
C1M4Y0K19 (1%, 4%, 0%, 19%)
(0.01 / 0.04 / 0.00 / 0.19)

CMYK percentages

%0.97
%4.37
%0
%19.22

Codes

Color #CCC5CE in popluar color models

CC C5 CE
RGB 204 197 206
HSL 287° 8.41% 79.02%
HSB/HSV 287° 4.37% 80.78%
CMYK 0.97% 4.37% 0.00%
19.22%

Color #CCC5CE in popluar number systems.

HEX CC C5 CE
Decimal 204 197 206
Binary 11001100 11000101 11001110
Octal 314 305 316

Shades and tints

Shades of #CCC5CE

#CCC5CE
(204,197,206)
#BAB4BC
(186,180,188)
#A8A3AA
(168,163,170)
#969298
(150,146,152)
#848186
(132,129,134)
#727074
(114,112,116)
#605F62
(96,95,98)
#4E4E50
(78,78,80)
#3C3D3E
(60,61,62)
#2A2C2C
(42,44,44)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #CCC5CE

#CCC5CE
(204,197,206)
#D0CAD2
(208,202,210)
#D4CFD6
(212,207,214)
#D8D4DA
(216,212,218)
#DCD9DE
(220,217,222)
#E0DEE2
(224,222,226)
#E4E3E6
(228,227,230)
#E8E8EA
(232,232,234)
#ECEDEE
(236,237,238)
#F0F2F2
(240,242,242)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC5CE; }

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

This text font color is #CCC5CE.

Background Color

.myBgColor { background-color: #CCC5CE; }

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

This div background color is #CCC5CE.

Border color

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

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

This div border color is #CCC5CE.

Opacity

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

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

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

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

This text has shadow with #CCC5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC5CE.

Preview

Color preview on black background

This text has color #CCC5CE on black background.


Color preview on white background

This text has color #CCC5CE on white background.


Black color preview on #CCC5CE background

This text has black color on #CCC5CE background.


White color preview on #CCC5CE background

This text has white color on #CCC5CE background.


Related colors

Complementary color

Complementary color for #hex is #333A31.


I love getcolorcode.com

Triadic colors

1 #CECCC5 and #C5CECC with #CCC5CE are triadic colors.

2 #CEC5CC and #C5CCCE with #CCC5CE are triadic colors.