COLOR #CCCDD1

HEX: #CCCDD1
RGB: (204,205,209)

Color info

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

RGB color model

#CCCDD1 color RGB value is (204,205,209).

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

RGB channels and saturation

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

204
205
209

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

Portions of RGB colors in percentages

R + G + B =
204 + 205 + 209 = 618 (100%)
R 204 of 618 ~ 33.01%
G 205 of 618 ~ 33.17%
B 209 of 618 ~ 33.82%

%33.01
%33.17
%33.82

CMYK color model

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

  • cyan value is 2.39%
  • magenta value is 1.91%
  • 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
%1.91
%0
%18.04

Codes

Color #CCCDD1 in popluar color models

CCCDD1
RGB204205209
HSL228°5.15%80.98%
HSB/HSV228°2.39%81.96%
CMYK2.39%1.91%0.00%
18.04%

Color #CCCDD1 in popluar number systems.

HEXCCCDD1
Decimal204205209
Binary110011001100110111010001
Octal314315321

Shades and tints

Shades of #CCCDD1

#CCCDD1
(204,205,209)
#BABBBE
(186,187,190)
#A8A9AB
(168,169,171)
#969798
(150,151,152)
#848585
(132,133,133)
#727372
(114,115,114)
#60615F
(96,97,95)
#4E4F4C
(78,79,76)
#3C3D39
(60,61,57)
#2A2B26
(42,43,38)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #CCCDD1

#CCCDD1
(204,205,209)
#D0D1D5
(208,209,213)
#D4D5D9
(212,213,217)
#D8D9DD
(216,217,221)
#DCDDE1
(220,221,225)
#E0E1E5
(224,225,229)
#E4E5E9
(228,229,233)
#E8E9ED
(232,233,237)
#ECEDF1
(236,237,241)
#F0F1F5
(240,241,245)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCDD1; }

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

This text font color is #CCCDD1.


Background Color

.myBgColor { background-color: #CCCDD1; }

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

This div background color is #CCCDD1.


Border color

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

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

This div border color is #CCCDD1.


Opacity

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

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

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

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

This text has shadow with #CCCDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCDD1 on black background.


Color preview on white background

This text has color #CCCDD1 on white background.



Black color preview on #CCCDD1 background

This text has black color on #CCCDD1 background.


White color preview on #CCCDD1 background

This text has white color on #CCCDD1 background.