COLOR #CDD6D9

HEX: #CDD6D9
RGB: (205,214,217)

Color info

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

RGB color model

#CDD6D9 color RGB value is (205,214,217).

  • red value is 205;
  • green value is 214;
  • blue value is 217.
RGB:
(205,214,217)
(80%,84%,85%)

RGB channels and saturation

R 205 of 255 = 80%
G 214 of 255 = 84%
B 217 of 255 = 85%

205
214
217

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

Portions of RGB colors in percentages

R + G + B =
205 + 214 + 217 = 636 (100%)
R 205 of 636 ~ 32.23%
G 214 of 636 ~ 33.65%
B 217 of 636 ~ 34.12%

%32.23
%33.65
%34.12

CMYK color model

#CDD6D9 color CMYK value is (6,1,0,15).

  • cyan value is 5.53%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(6,1,0,15)
C6M1Y0K15 
(6%,1%,0%,15%)
(0.06/0.01/0.00/0.15)	

CMYK percentages

%5.53
%1.38
%0
%14.9

Codes

Color #CDD6D9 in popluar color models

CDD6D9
RGB205214217
HSL195°13.64%82.75%
HSB/HSV195°5.53%85.10%
CMYK5.53%1.38%0.00%
14.90%

Color #CDD6D9 in popluar number systems.

HEXCDD6D9
Decimal205214217
Binary110011011101011011011001
Octal315326331

Shades and tints

Shades of #CDD6D9

#CDD6D9
(205,214,217)
#BBC3C6
(187,195,198)
#A9B0B3
(169,176,179)
#979DA0
(151,157,160)
#858A8D
(133,138,141)
#73777A
(115,119,122)
#616467
(97,100,103)
#4F5154
(79,81,84)
#3D3E41
(61,62,65)
#2B2B2E
(43,43,46)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #CDD6D9

#CDD6D9
(205,214,217)
#D1D9DC
(209,217,220)
#D5DCDF
(213,220,223)
#D9DFE2
(217,223,226)
#DDE2E5
(221,226,229)
#E1E5E8
(225,229,232)
#E5E8EB
(229,232,235)
#E9EBEE
(233,235,238)
#EDEEF1
(237,238,241)
#F1F1F4
(241,241,244)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD6D9 color. Also use rgb(205,214,217) instead hex code.

Text Font Color

.myTextColor { color: #CDD6D9; }

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

This text font color is #CDD6D9.


Background Color

.myBgColor { background-color: #CDD6D9; }

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

This div background color is #CDD6D9.


Border color

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

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

This div border color is #CDD6D9.


Opacity

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

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

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

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

This text has shadow with #CDD6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD6D9 on black background.


Color preview on white background

This text has color #CDD6D9 on white background.



Black color preview on #CDD6D9 background

This text has black color on #CDD6D9 background.


White color preview on #CDD6D9 background

This text has white color on #CDD6D9 background.