COLOR #CCC5DF

HEX: #CCC5DF
RGB: (204,197,223)

Color info

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

RGB color model

#CCC5DF color RGB value is (204,197,223).

  • red value is 204;
  • green value is 197;
  • blue value is 223.
RGB:
(204,197,223)
(80%,77%,87%)

RGB channels and saturation

R 204 of 255 = 80%
G 197 of 255 = 77%
B 223 of 255 = 87%

204
197
223

R + G + B ~ 81%. #CCC5DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 197 + 223 = 624 (100%)
R 204 of 624 ~ 32.69%
G 197 of 624 ~ 31.57%
B 223 of 624 ~ 35.74%

%32.69
%31.57
%35.74

CMYK color model

#CCC5DF color CMYK value is (9,12,0,13).

  • cyan value is 8.52%
  • magenta value is 11.66%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(9,12,0,13)
C9M12Y0K13 
(9%,12%,0%,13%)
(0.09/0.12/0.00/0.13)	

CMYK percentages

%8.52
%11.66
%0
%12.55

Codes

Color #CCC5DF in popluar color models

CCC5DF
RGB204197223
HSL256°28.89%82.35%
HSB/HSV256°11.66%87.45%
CMYK8.52%11.66%0.00%
12.55%

Color #CCC5DF in popluar number systems.

HEXCCC5DF
Decimal204197223
Binary110011001100010111011111
Octal314305337

Shades and tints

Shades of #CCC5DF

#CCC5DF
(204,197,223)
#BAB4CB
(186,180,203)
#A8A3B7
(168,163,183)
#9692A3
(150,146,163)
#84818F
(132,129,143)
#72707B
(114,112,123)
#605F67
(96,95,103)
#4E4E53
(78,78,83)
#3C3D3F
(60,61,63)
#2A2C2B
(42,44,43)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #CCC5DF

#CCC5DF
(204,197,223)
#D0CAE1
(208,202,225)
#D4CFE3
(212,207,227)
#D8D4E5
(216,212,229)
#DCD9E7
(220,217,231)
#E0DEE9
(224,222,233)
#E4E3EB
(228,227,235)
#E8E8ED
(232,232,237)
#ECEDEF
(236,237,239)
#F0F2F1
(240,242,241)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC5DF; }

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

This text font color is #CCC5DF.


Background Color

.myBgColor { background-color: #CCC5DF; }

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

This div background color is #CCC5DF.


Border color

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

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

This div border color is #CCC5DF.


Opacity

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

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

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

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

This text has shadow with #CCC5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC5DF on black background.


Color preview on white background

This text has color #CCC5DF on white background.



Black color preview on #CCC5DF background

This text has black color on #CCC5DF background.


White color preview on #CCC5DF background

This text has white color on #CCC5DF background.