COLOR #CCCCD9

HEX: #CCCCD9
RGB: (204,204,217)

Color info

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

RGB color model

#CCCCD9 color RGB value is (204,204,217).

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

RGB channels and saturation

R 204 of 255 = 80%
G 204 of 255 = 80%
B 217 of 255 = 85%

204
204
217

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

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 217 = 625 (100%)
R 204 of 625 ~ 32.64%
G 204 of 625 ~ 32.64%
B 217 of 625 ~ 34.72%

%32.64
%32.64
%34.72

CMYK color model

#CCCCD9 color CMYK value is (6,6,0,15).

  • cyan value is 5.99%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(6,6,0,15)
C6M6Y0K15 
(6%,6%,0%,15%)
(0.06/0.06/0.00/0.15)	

CMYK percentages

%5.99
%5.99
%0
%14.9

Codes

Color #CCCCD9 in popluar color models

CCCCD9
RGB204204217
HSL240°14.61%82.55%
HSB/HSV240°5.99%85.10%
CMYK5.99%5.99%0.00%
14.90%

Color #CCCCD9 in popluar number systems.

HEXCCCCD9
Decimal204204217
Binary110011001100110011011001
Octal314314331

Shades and tints

Shades of #CCCCD9

#CCCCD9
(204,204,217)
#BABAC6
(186,186,198)
#A8A8B3
(168,168,179)
#9696A0
(150,150,160)
#84848D
(132,132,141)
#72727A
(114,114,122)
#606067
(96,96,103)
#4E4E54
(78,78,84)
#3C3C41
(60,60,65)
#2A2A2E
(42,42,46)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #CCCCD9

#CCCCD9
(204,204,217)
#D0D0DC
(208,208,220)
#D4D4DF
(212,212,223)
#D8D8E2
(216,216,226)
#DCDCE5
(220,220,229)
#E0E0E8
(224,224,232)
#E4E4EB
(228,228,235)
#E8E8EE
(232,232,238)
#ECECF1
(236,236,241)
#F0F0F4
(240,240,244)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCD9; }

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

This text font color is #CCCCD9.


Background Color

.myBgColor { background-color: #CCCCD9; }

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

This div background color is #CCCCD9.


Border color

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

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

This div border color is #CCCCD9.


Opacity

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

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

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

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

This text has shadow with #CCCCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCCD9 on black background.


Color preview on white background

This text has color #CCCCD9 on white background.



Black color preview on #CCCCD9 background

This text has black color on #CCCCD9 background.


White color preview on #CCCCD9 background

This text has white color on #CCCCD9 background.