COLOR #CCCCDE

HEX: #CCCCDE RGB: (204,204,222)

Color info

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

RGB color model

#CCCCDE color RGB value is (204,204,222).

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

RGB channels and saturation

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

204
204
222

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

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 222 = 630 (100%)
R 204 of 630 ~ 32.38%
G 204 of 630 ~ 32.38%
B 222 of 630 ~ 35.24%

%32.38
%32.38
%35.24

CMYK color model

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

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

CMYK percentages

%8.11
%8.11
%0
%12.94

Codes

Color #CCCCDE in popluar color models

CCCCDE
RGB204204222
HSL240°21.43%83.53%
HSB/HSV240°8.11%87.06%
CMYK8.11%8.11%0.00%
12.94%

Color #CCCCDE in popluar number systems.

HEXCCCCDE
Decimal204204222
Binary110011001100110011011110
Octal314314336

Shades and tints

Shades of #CCCCDE

#CCCCDE
(204,204,222)
#BABACA
(186,186,202)
#A8A8B6
(168,168,182)
#9696A2
(150,150,162)
#84848E
(132,132,142)
#72727A
(114,114,122)
#606066
(96,96,102)
#4E4E52
(78,78,82)
#3C3C3E
(60,60,62)
#2A2A2A
(42,42,42)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #CCCCDE

#CCCCDE
(204,204,222)
#D0D0E1
(208,208,225)
#D4D4E4
(212,212,228)
#D8D8E7
(216,216,231)
#DCDCEA
(220,220,234)
#E0E0ED
(224,224,237)
#E4E4F0
(228,228,240)
#E8E8F3
(232,232,243)
#ECECF6
(236,236,246)
#F0F0F9
(240,240,249)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCDE; }

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

This text font color is #CCCCDE.


Background Color

.myBgColor { background-color: #CCCCDE; }

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

This div background color is #CCCCDE.


Border color

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

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

This div border color is #CCCCDE.


Opacity

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

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

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

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

This text has shadow with #CCCCDE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CCCCDE on black background.


Color preview on white background

This text has color #CCCCDE on white background.



Black color preview on #CCCCDE background

This text has black color on #CCCCDE background.


White color preview on #CCCCDE background

This text has white color on #CCCCDE background.