COLOR #CCCCDF

HEX: #CCCCDF
RGB: (204,204,223)

Color info

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

RGB color model

#CCCCDF color RGB value is (204,204,223).

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

RGB channels and saturation

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

204
204
223

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

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 223 = 631 (100%)
R 204 of 631 ~ 32.33%
G 204 of 631 ~ 32.33%
B 223 of 631 ~ 35.34%

%32.33
%32.33
%35.34

CMYK color model

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

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

CMYK percentages

%8.52
%8.52
%0
%12.55

Codes

Color #CCCCDF in popluar color models

CCCCDF
RGB204204223
HSL240°22.89%83.73%
HSB/HSV240°8.52%87.45%
CMYK8.52%8.52%0.00%
12.55%

Color #CCCCDF in popluar number systems.

HEXCCCCDF
Decimal204204223
Binary110011001100110011011111
Octal314314337

Shades and tints

Shades of #CCCCDF

#CCCCDF
(204,204,223)
#BABACB
(186,186,203)
#A8A8B7
(168,168,183)
#9696A3
(150,150,163)
#84848F
(132,132,143)
#72727B
(114,114,123)
#606067
(96,96,103)
#4E4E53
(78,78,83)
#3C3C3F
(60,60,63)
#2A2A2B
(42,42,43)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #CCCCDF

#CCCCDF
(204,204,223)
#D0D0E1
(208,208,225)
#D4D4E3
(212,212,227)
#D8D8E5
(216,216,229)
#DCDCE7
(220,220,231)
#E0E0E9
(224,224,233)
#E4E4EB
(228,228,235)
#E8E8ED
(232,232,237)
#ECECEF
(236,236,239)
#F0F0F1
(240,240,241)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCDF; }

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

This text font color is #CCCCDF.


Background Color

.myBgColor { background-color: #CCCCDF; }

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

This div background color is #CCCCDF.


Border color

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

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

This div border color is #CCCCDF.


Opacity

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

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

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

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

This text has shadow with #CCCCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCCDF on black background.


Color preview on white background

This text has color #CCCCDF on white background.



Black color preview on #CCCCDF background

This text has black color on #CCCCDF background.


White color preview on #CCCCDF background

This text has white color on #CCCCDF background.