COLOR #CCCCD1

HEX: #CCCCD1
RGB: (204,204,209)

Color info

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

RGB color model

#CCCCD1 color RGB value is (204,204,209).

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

RGB channels and saturation

R 204 of 255 = 80%
G 204 of 255 = 80%
B 209 of 255 = 82%

204
204
209

R + G + B ~ 81%. #CCCCD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 209 = 617 (100%)
R 204 of 617 ~ 33.06%
G 204 of 617 ~ 33.06%
B 209 of 617 ~ 33.87%

%33.06
%33.06
%33.87

CMYK color model

#CCCCD1 color CMYK value is (2,2,0,18).

  • cyan value is 2.39%
  • magenta value is 2.39%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(2,2,0,18)
C2M2Y0K18 
(2%,2%,0%,18%)
(0.02/0.02/0.00/0.18)	

CMYK percentages

%2.39
%2.39
%0
%18.04

Codes

Color #CCCCD1 in popluar color models

CCCCD1
RGB204204209
HSL240°5.15%80.98%
HSB/HSV240°2.39%81.96%
CMYK2.39%2.39%0.00%
18.04%

Color #CCCCD1 in popluar number systems.

HEXCCCCD1
Decimal204204209
Binary110011001100110011010001
Octal314314321

Shades and tints

Shades of #CCCCD1

#CCCCD1
(204,204,209)
#BABABE
(186,186,190)
#A8A8AB
(168,168,171)
#969698
(150,150,152)
#848485
(132,132,133)
#727272
(114,114,114)
#60605F
(96,96,95)
#4E4E4C
(78,78,76)
#3C3C39
(60,60,57)
#2A2A26
(42,42,38)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #CCCCD1

#CCCCD1
(204,204,209)
#D0D0D5
(208,208,213)
#D4D4D9
(212,212,217)
#D8D8DD
(216,216,221)
#DCDCE1
(220,220,225)
#E0E0E5
(224,224,229)
#E4E4E9
(228,228,233)
#E8E8ED
(232,232,237)
#ECECF1
(236,236,241)
#F0F0F5
(240,240,245)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCD1; }

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

This text font color is #CCCCD1.


Background Color

.myBgColor { background-color: #CCCCD1; }

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

This div background color is #CCCCD1.


Border color

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

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

This div border color is #CCCCD1.


Opacity

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

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

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

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

This text has shadow with #CCCCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCCD1 on black background.


Color preview on white background

This text has color #CCCCD1 on white background.



Black color preview on #CCCCD1 background

This text has black color on #CCCCD1 background.


White color preview on #CCCCD1 background

This text has white color on #CCCCD1 background.