COLOR #CCCCDC

HEX: #CCCCDC
RGB: (204,204,220)

Color info

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

RGB color model

#CCCCDC color RGB value is (204,204,220).

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

RGB channels and saturation

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

204
204
220

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

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 220 = 628 (100%)
R 204 of 628 ~ 32.48%
G 204 of 628 ~ 32.48%
B 220 of 628 ~ 35.03%

%32.48
%32.48
%35.03

CMYK color model

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

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

CMYK percentages

%7.27
%7.27
%0
%13.73

Codes

Color #CCCCDC in popluar color models

CCCCDC
RGB204204220
HSL240°18.60%83.14%
HSB/HSV240°7.27%86.27%
CMYK7.27%7.27%0.00%
13.73%

Color #CCCCDC in popluar number systems.

HEXCCCCDC
Decimal204204220
Binary110011001100110011011100
Octal314314334

Shades and tints

Shades of #CCCCDC

#CCCCDC
(204,204,220)
#BABAC8
(186,186,200)
#A8A8B4
(168,168,180)
#9696A0
(150,150,160)
#84848C
(132,132,140)
#727278
(114,114,120)
#606064
(96,96,100)
#4E4E50
(78,78,80)
#3C3C3C
(60,60,60)
#2A2A28
(42,42,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #CCCCDC

#CCCCDC
(204,204,220)
#D0D0DF
(208,208,223)
#D4D4E2
(212,212,226)
#D8D8E5
(216,216,229)
#DCDCE8
(220,220,232)
#E0E0EB
(224,224,235)
#E4E4EE
(228,228,238)
#E8E8F1
(232,232,241)
#ECECF4
(236,236,244)
#F0F0F7
(240,240,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCDC; }

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

This text font color is #CCCCDC.


Background Color

.myBgColor { background-color: #CCCCDC; }

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

This div background color is #CCCCDC.


Border color

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

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

This div border color is #CCCCDC.


Opacity

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

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

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

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

This text has shadow with #CCCCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCCDC on black background.


Color preview on white background

This text has color #CCCCDC on white background.



Black color preview on #CCCCDC background

This text has black color on #CCCCDC background.


White color preview on #CCCCDC background

This text has white color on #CCCCDC background.