COLOR #CCCCDD

HEX: #CCCCDD
RGB: (204,204,221)

Color info

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

RGB color model

#CCCCDD color RGB value is (204,204,221).

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

RGB channels and saturation

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

204
204
221

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

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 221 = 629 (100%)
R 204 of 629 ~ 32.43%
G 204 of 629 ~ 32.43%
B 221 of 629 ~ 35.14%

%32.43
%32.43
%35.14

CMYK color model

#CCCCDD color CMYK value is (8,8,0,13).

  • cyan value is 7.69%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(8,8,0,13)
C8M8Y0K13 
(8%,8%,0%,13%)
(0.08/0.08/0.00/0.13)	

CMYK percentages

%7.69
%7.69
%0
%13.33

Codes

Color #CCCCDD in popluar color models

CCCCDD
RGB204204221
HSL240°20.00%83.33%
HSB/HSV240°7.69%86.67%
CMYK7.69%7.69%0.00%
13.33%

Color #CCCCDD in popluar number systems.

HEXCCCCDD
Decimal204204221
Binary110011001100110011011101
Octal314314335

Shades and tints

Shades of #CCCCDD

#CCCCDD
(204,204,221)
#BABAC9
(186,186,201)
#A8A8B5
(168,168,181)
#9696A1
(150,150,161)
#84848D
(132,132,141)
#727279
(114,114,121)
#606065
(96,96,101)
#4E4E51
(78,78,81)
#3C3C3D
(60,60,61)
#2A2A29
(42,42,41)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #CCCCDD

#CCCCDD
(204,204,221)
#D0D0E0
(208,208,224)
#D4D4E3
(212,212,227)
#D8D8E6
(216,216,230)
#DCDCE9
(220,220,233)
#E0E0EC
(224,224,236)
#E4E4EF
(228,228,239)
#E8E8F2
(232,232,242)
#ECECF5
(236,236,245)
#F0F0F8
(240,240,248)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCDD; }

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

This text font color is #CCCCDD.


Background Color

.myBgColor { background-color: #CCCCDD; }

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

This div background color is #CCCCDD.


Border color

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

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

This div border color is #CCCCDD.


Opacity

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

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

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

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

This text has shadow with #CCCCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCCDD on black background.


Color preview on white background

This text has color #CCCCDD on white background.



Black color preview on #CCCCDD background

This text has black color on #CCCCDD background.


White color preview on #CCCCDD background

This text has white color on #CCCCDD background.