COLOR #CCD1D5

HEX: #CCD1D5
RGB: (204,209,213)

Color info

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

RGB color model

#CCD1D5 color RGB value is (204,209,213).

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

RGB channels and saturation

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

204
209
213

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

Portions of RGB colors in percentages

R + G + B =
204 + 209 + 213 = 626 (100%)
R 204 of 626 ~ 32.59%
G 209 of 626 ~ 33.39%
B 213 of 626 ~ 34.03%

%32.59
%33.39
%34.03

CMYK color model

#CCD1D5 color CMYK value is (4,2,0,16).

  • cyan value is 4.23%
  • magenta value is 1.88%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(4,2,0,16)
C4M2Y0K16 
(4%,2%,0%,16%)
(0.04/0.02/0.00/0.16)	

CMYK percentages

%4.23
%1.88
%0
%16.47

Codes

Color #CCD1D5 in popluar color models

CCD1D5
RGB204209213
HSL207°9.68%81.76%
HSB/HSV207°4.23%83.53%
CMYK4.23%1.88%0.00%
16.47%

Color #CCD1D5 in popluar number systems.

HEXCCD1D5
Decimal204209213
Binary110011001101000111010101
Octal314321325

Shades and tints

Shades of #CCD1D5

#CCD1D5
(204,209,213)
#BABEC2
(186,190,194)
#A8ABAF
(168,171,175)
#96989C
(150,152,156)
#848589
(132,133,137)
#727276
(114,114,118)
#605F63
(96,95,99)
#4E4C50
(78,76,80)
#3C393D
(60,57,61)
#2A262A
(42,38,42)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #CCD1D5

#CCD1D5
(204,209,213)
#D0D5D8
(208,213,216)
#D4D9DB
(212,217,219)
#D8DDDE
(216,221,222)
#DCE1E1
(220,225,225)
#E0E5E4
(224,229,228)
#E4E9E7
(228,233,231)
#E8EDEA
(232,237,234)
#ECF1ED
(236,241,237)
#F0F5F0
(240,245,240)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD1D5; }

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

This text font color is #CCD1D5.


Background Color

.myBgColor { background-color: #CCD1D5; }

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

This div background color is #CCD1D5.


Border color

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

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

This div border color is #CCD1D5.


Opacity

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

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

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

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

This text has shadow with #CCD1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD1D5 on black background.


Color preview on white background

This text has color #CCD1D5 on white background.



Black color preview on #CCD1D5 background

This text has black color on #CCD1D5 background.


White color preview on #CCD1D5 background

This text has white color on #CCD1D5 background.