COLOR #CCD6D7

HEX: #CCD6D7
RGB: (204,214,215)

Color info

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

RGB color model

#CCD6D7 color RGB value is (204,214,215).

  • red value is 204;
  • green value is 214;
  • blue value is 215.
RGB:
(204,214,215)
(80%,84%,84%)

RGB channels and saturation

R 204 of 255 = 80%
G 214 of 255 = 84%
B 215 of 255 = 84%

204
214
215

R + G + B ~ 83%. #CCD6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 214 + 215 = 633 (100%)
R 204 of 633 ~ 32.23%
G 214 of 633 ~ 33.81%
B 215 of 633 ~ 33.97%

%32.23
%33.81
%33.97

CMYK color model

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

  • cyan value is 5.12%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(5,0,0,16)
C5M0Y0K16 
(5%,0%,0%,16%)
(0.05/0.00/0.00/0.16)	

CMYK percentages

%5.12
%0.47
%0
%15.69

Codes

Color #CCD6D7 in popluar color models

CCD6D7
RGB204214215
HSL185°12.09%82.16%
HSB/HSV185°5.12%84.31%
CMYK5.12%0.47%0.00%
15.69%

Color #CCD6D7 in popluar number systems.

HEXCCD6D7
Decimal204214215
Binary110011001101011011010111
Octal314326327

Shades and tints

Shades of #CCD6D7

#CCD6D7
(204,214,215)
#BAC3C4
(186,195,196)
#A8B0B1
(168,176,177)
#969D9E
(150,157,158)
#848A8B
(132,138,139)
#727778
(114,119,120)
#606465
(96,100,101)
#4E5152
(78,81,82)
#3C3E3F
(60,62,63)
#2A2B2C
(42,43,44)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCD6D7

#CCD6D7
(204,214,215)
#D0D9DA
(208,217,218)
#D4DCDD
(212,220,221)
#D8DFE0
(216,223,224)
#DCE2E3
(220,226,227)
#E0E5E6
(224,229,230)
#E4E8E9
(228,232,233)
#E8EBEC
(232,235,236)
#ECEEEF
(236,238,239)
#F0F1F2
(240,241,242)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD6D7; }

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

This text font color is #CCD6D7.


Background Color

.myBgColor { background-color: #CCD6D7; }

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

This div background color is #CCD6D7.


Border color

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

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

This div border color is #CCD6D7.


Opacity

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

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

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

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

This text has shadow with #CCD6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD6D7 on black background.


Color preview on white background

This text has color #CCD6D7 on white background.



Black color preview on #CCD6D7 background

This text has black color on #CCD6D7 background.


White color preview on #CCD6D7 background

This text has white color on #CCD6D7 background.