COLOR #CCCDE6

HEX: #CCCDE6
RGB: (204,205,230)

Color info

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

RGB color model

#CCCDE6 color RGB value is (204,205,230).

  • red value is 204;
  • green value is 205;
  • blue value is 230.
RGB:
(204,205,230)
(80%,80%,90%)

RGB channels and saturation

R 204 of 255 = 80%
G 205 of 255 = 80%
B 230 of 255 = 90%

204
205
230

R + G + B ~ 83%. #CCCDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 205 + 230 = 639 (100%)
R 204 of 639 ~ 31.92%
G 205 of 639 ~ 32.08%
B 230 of 639 ~ 35.99%

%31.92
%32.08
%35.99

CMYK color model

#CCCDE6 color CMYK value is (11,11,0,10).

  • cyan value is 11.30%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(11,11,0,10)
C11M11Y0K10 
(11%,11%,0%,10%)
(0.11/0.11/0.00/0.10)	

CMYK percentages

%11.3
%10.87
%0
%9.8

Codes

Color #CCCDE6 in popluar color models

CCCDE6
RGB204205230
HSL238°34.21%85.10%
HSB/HSV238°11.30%90.20%
CMYK11.30%10.87%0.00%
9.80%

Color #CCCDE6 in popluar number systems.

HEXCCCDE6
Decimal204205230
Binary110011001100110111100110
Octal314315346

Shades and tints

Shades of #CCCDE6

#CCCDE6
(204,205,230)
#BABBD2
(186,187,210)
#A8A9BE
(168,169,190)
#9697AA
(150,151,170)
#848596
(132,133,150)
#727382
(114,115,130)
#60616E
(96,97,110)
#4E4F5A
(78,79,90)
#3C3D46
(60,61,70)
#2A2B32
(42,43,50)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #CCCDE6

#CCCDE6
(204,205,230)
#D0D1E8
(208,209,232)
#D4D5EA
(212,213,234)
#D8D9EC
(216,217,236)
#DCDDEE
(220,221,238)
#E0E1F0
(224,225,240)
#E4E5F2
(228,229,242)
#E8E9F4
(232,233,244)
#ECEDF6
(236,237,246)
#F0F1F8
(240,241,248)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCDE6; }

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

This text font color is #CCCDE6.


Background Color

.myBgColor { background-color: #CCCDE6; }

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

This div background color is #CCCDE6.


Border color

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

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

This div border color is #CCCDE6.


Opacity

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

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

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

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

This text has shadow with #CCCDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCDE6 on black background.


Color preview on white background

This text has color #CCCDE6 on white background.



Black color preview on #CCCDE6 background

This text has black color on #CCCDE6 background.


White color preview on #CCCDE6 background

This text has white color on #CCCDE6 background.