COLOR #CCC7DF

HEX: #CCC7DF
RGB: (204,199,223)

Color info

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

RGB color model

#CCC7DF color RGB value is (204,199,223).

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

RGB channels and saturation

R 204 of 255 = 80%
G 199 of 255 = 78%
B 223 of 255 = 87%

204
199
223

R + G + B ~ 82%. #CCC7DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 199 + 223 = 626 (100%)
R 204 of 626 ~ 32.59%
G 199 of 626 ~ 31.79%
B 223 of 626 ~ 35.62%

%32.59
%31.79
%35.62

CMYK color model

#CCC7DF color CMYK value is (9,11,0,13).

  • cyan value is 8.52%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(9,11,0,13)
C9M11Y0K13 
(9%,11%,0%,13%)
(0.09/0.11/0.00/0.13)	

CMYK percentages

%8.52
%10.76
%0
%12.55

Codes

Color #CCC7DF in popluar color models

CCC7DF
RGB204199223
HSL253°27.27%82.75%
HSB/HSV253°10.76%87.45%
CMYK8.52%10.76%0.00%
12.55%

Color #CCC7DF in popluar number systems.

HEXCCC7DF
Decimal204199223
Binary110011001100011111011111
Octal314307337

Shades and tints

Shades of #CCC7DF

#CCC7DF
(204,199,223)
#BAB5CB
(186,181,203)
#A8A3B7
(168,163,183)
#9691A3
(150,145,163)
#847F8F
(132,127,143)
#726D7B
(114,109,123)
#605B67
(96,91,103)
#4E4953
(78,73,83)
#3C373F
(60,55,63)
#2A252B
(42,37,43)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #CCC7DF

#CCC7DF
(204,199,223)
#D0CCE1
(208,204,225)
#D4D1E3
(212,209,227)
#D8D6E5
(216,214,229)
#DCDBE7
(220,219,231)
#E0E0E9
(224,224,233)
#E4E5EB
(228,229,235)
#E8EAED
(232,234,237)
#ECEFEF
(236,239,239)
#F0F4F1
(240,244,241)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC7DF; }

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

This text font color is #CCC7DF.


Background Color

.myBgColor { background-color: #CCC7DF; }

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

This div background color is #CCC7DF.


Border color

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

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

This div border color is #CCC7DF.


Opacity

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

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

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

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

This text has shadow with #CCC7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC7DF on black background.


Color preview on white background

This text has color #CCC7DF on white background.



Black color preview on #CCC7DF background

This text has black color on #CCC7DF background.


White color preview on #CCC7DF background

This text has white color on #CCC7DF background.