COLOR #CCC7DC

HEX: #CCC7DC
RGB: (204,199,220)

Color info

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

RGB color model

#CCC7DC color RGB value is (204,199,220).

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

RGB channels and saturation

R 204 of 255 = 80%
G 199 of 255 = 78%
B 220 of 255 = 86%

204
199
220

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

Portions of RGB colors in percentages

R + G + B =
204 + 199 + 220 = 623 (100%)
R 204 of 623 ~ 32.74%
G 199 of 623 ~ 31.94%
B 220 of 623 ~ 35.31%

%32.74
%31.94
%35.31

CMYK color model

#CCC7DC color CMYK value is (7,10,0,14).

  • cyan value is 7.27%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(7,10,0,14)
C7M10Y0K14 
(7%,10%,0%,14%)
(0.07/0.10/0.00/0.14)	

CMYK percentages

%7.27
%9.55
%0
%13.73

Codes

Color #CCC7DC in popluar color models

CCC7DC
RGB204199220
HSL254°23.08%82.16%
HSB/HSV254°9.55%86.27%
CMYK7.27%9.55%0.00%
13.73%

Color #CCC7DC in popluar number systems.

HEXCCC7DC
Decimal204199220
Binary110011001100011111011100
Octal314307334

Shades and tints

Shades of #CCC7DC

#CCC7DC
(204,199,220)
#BAB5C8
(186,181,200)
#A8A3B4
(168,163,180)
#9691A0
(150,145,160)
#847F8C
(132,127,140)
#726D78
(114,109,120)
#605B64
(96,91,100)
#4E4950
(78,73,80)
#3C373C
(60,55,60)
#2A2528
(42,37,40)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #CCC7DC

#CCC7DC
(204,199,220)
#D0CCDF
(208,204,223)
#D4D1E2
(212,209,226)
#D8D6E5
(216,214,229)
#DCDBE8
(220,219,232)
#E0E0EB
(224,224,235)
#E4E5EE
(228,229,238)
#E8EAF1
(232,234,241)
#ECEFF4
(236,239,244)
#F0F4F7
(240,244,247)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC7DC; }

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

This text font color is #CCC7DC.


Background Color

.myBgColor { background-color: #CCC7DC; }

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

This div background color is #CCC7DC.


Border color

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

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

This div border color is #CCC7DC.


Opacity

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

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

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

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

This text has shadow with #CCC7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC7DC on black background.


Color preview on white background

This text has color #CCC7DC on white background.



Black color preview on #CCC7DC background

This text has black color on #CCC7DC background.


White color preview on #CCC7DC background

This text has white color on #CCC7DC background.