COLOR #CCD2D7

HEX: #CCD2D7 RGB: (204,210,215)

Color info

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

RGB color model

#CCD2D7 color RGB value is (204,210,215).

RGB: (204,210,215) (80%, 82%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 215 of 255 = 84%

204
210
215

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

Portions of RGB colors in percentages

R + G + B = 204 + 210 + 215 = 629 (100%)
R 204 of 629 ~ 32.43%
G 210 of 629 ~ 33.39%
B 215 of 629 ~ 34.18'%

%32.43
%33.39
%34.18

CMYK color model

#CCD2D7 color CMYK value is (5,2,0,16).

  • cyan value is 5.12%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (5,2,0,16)
C5M2Y0K16 (5%, 2%, 0%, 16%)
(0.05 / 0.02 / 0.00 / 0.16)

CMYK percentages

%5.12
%2.33
%0
%15.69

Codes

Color #CCD2D7 in popluar color models

CC D2 D7
RGB 204 210 215
HSL 207° 12.09% 82.16%
HSB/HSV 207° 5.12% 84.31%
CMYK 5.12% 2.33% 0.00%
15.69%

Color #CCD2D7 in popluar number systems.

HEX CC D2 D7
Decimal 204 210 215
Binary 11001100 11010010 11010111
Octal 314 322 327

Shades and tints

Shades of #CCD2D7

#CCD2D7
(204,210,215)
#BABFC4
(186,191,196)
#A8ACB1
(168,172,177)
#96999E
(150,153,158)
#84868B
(132,134,139)
#727378
(114,115,120)
#606065
(96,96,101)
#4E4D52
(78,77,82)
#3C3A3F
(60,58,63)
#2A272C
(42,39,44)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #CCD2D7

#CCD2D7
(204,210,215)
#D0D6DA
(208,214,218)
#D4DADD
(212,218,221)
#D8DEE0
(216,222,224)
#DCE2E3
(220,226,227)
#E0E6E6
(224,230,230)
#E4EAE9
(228,234,233)
#E8EEEC
(232,238,236)
#ECF2EF
(236,242,239)
#F0F6F2
(240,246,242)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD2D7; }

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

This text font color is #CCD2D7.

Background Color

.myBgColor { background-color: #CCD2D7; }

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

This div background color is #CCD2D7.

Border color

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

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

This div border color is #CCD2D7.

Opacity

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

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

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

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

This text has shadow with #CCD2D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD2D7.

Preview

Color preview on black background

This text has color #CCD2D7 on black background.


Color preview on white background

This text has color #CCD2D7 on white background.


Black color preview on #CCD2D7 background

This text has black color on #CCD2D7 background.


White color preview on #CCD2D7 background

This text has white color on #CCD2D7 background.


Related colors

Complementary color

Complementary color for #hex is #332D28.


I love getcolorcode.com

Triadic colors

1 #D7CCD2 and #D2D7CC with #CCD2D7 are triadic colors.

2 #D7D2CC and #D2CCD7 with #CCD2D7 are triadic colors.