COLOR #CDD6DA

HEX: #CDD6DA
RGB: (205,214,218)

Color info

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

RGB color model

#CDD6DA color RGB value is (205,214,218).

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

RGB channels and saturation

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

205
214
218

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

Portions of RGB colors in percentages

R + G + B =
205 + 214 + 218 = 637 (100%)
R 205 of 637 ~ 32.18%
G 214 of 637 ~ 33.59%
B 218 of 637 ~ 34.22%

%32.18
%33.59
%34.22

CMYK color model

#CDD6DA color CMYK value is (6,2,0,15).

  • cyan value is 5.96%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(6,2,0,15)
C6M2Y0K15 
(6%,2%,0%,15%)
(0.06/0.02/0.00/0.15)	

CMYK percentages

%5.96
%1.83
%0
%14.51

Codes

Color #CDD6DA in popluar color models

CDD6DA
RGB205214218
HSL198°14.94%82.94%
HSB/HSV198°5.96%85.49%
CMYK5.96%1.83%0.00%
14.51%

Color #CDD6DA in popluar number systems.

HEXCDD6DA
Decimal205214218
Binary110011011101011011011010
Octal315326332

Shades and tints

Shades of #CDD6DA

#CDD6DA
(205,214,218)
#BBC3C7
(187,195,199)
#A9B0B4
(169,176,180)
#979DA1
(151,157,161)
#858A8E
(133,138,142)
#73777B
(115,119,123)
#616468
(97,100,104)
#4F5155
(79,81,85)
#3D3E42
(61,62,66)
#2B2B2F
(43,43,47)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #CDD6DA

#CDD6DA
(205,214,218)
#D1D9DD
(209,217,221)
#D5DCE0
(213,220,224)
#D9DFE3
(217,223,227)
#DDE2E6
(221,226,230)
#E1E5E9
(225,229,233)
#E5E8EC
(229,232,236)
#E9EBEF
(233,235,239)
#EDEEF2
(237,238,242)
#F1F1F5
(241,241,245)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD6DA; }

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

This text font color is #CDD6DA.


Background Color

.myBgColor { background-color: #CDD6DA; }

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

This div background color is #CDD6DA.


Border color

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

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

This div border color is #CDD6DA.


Opacity

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

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

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

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

This text has shadow with #CDD6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD6DA on black background.


Color preview on white background

This text has color #CDD6DA on white background.



Black color preview on #CDD6DA background

This text has black color on #CDD6DA background.


White color preview on #CDD6DA background

This text has white color on #CDD6DA background.