COLOR #CDD5DA

HEX: #CDD5DA
RGB: (205,213,218)

Color info

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

RGB color model

#CDD5DA color RGB value is (205,213,218).

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

RGB channels and saturation

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

205
213
218

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

Portions of RGB colors in percentages

R + G + B =
205 + 213 + 218 = 636 (100%)
R 205 of 636 ~ 32.23%
G 213 of 636 ~ 33.49%
B 218 of 636 ~ 34.28%

%32.23
%33.49
%34.28

CMYK color model

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

  • cyan value is 5.96%
  • magenta value is 2.29%
  • 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
%2.29
%0
%14.51

Codes

Color #CDD5DA in popluar color models

CDD5DA
RGB205213218
HSL203°14.94%82.94%
HSB/HSV203°5.96%85.49%
CMYK5.96%2.29%0.00%
14.51%

Color #CDD5DA in popluar number systems.

HEXCDD5DA
Decimal205213218
Binary110011011101010111011010
Octal315325332

Shades and tints

Shades of #CDD5DA

#CDD5DA
(205,213,218)
#BBC2C7
(187,194,199)
#A9AFB4
(169,175,180)
#979CA1
(151,156,161)
#85898E
(133,137,142)
#73767B
(115,118,123)
#616368
(97,99,104)
#4F5055
(79,80,85)
#3D3D42
(61,61,66)
#2B2A2F
(43,42,47)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #CDD5DA

#CDD5DA
(205,213,218)
#D1D8DD
(209,216,221)
#D5DBE0
(213,219,224)
#D9DEE3
(217,222,227)
#DDE1E6
(221,225,230)
#E1E4E9
(225,228,233)
#E5E7EC
(229,231,236)
#E9EAEF
(233,234,239)
#EDEDF2
(237,237,242)
#F1F0F5
(241,240,245)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD5DA; }

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

This text font color is #CDD5DA.


Background Color

.myBgColor { background-color: #CDD5DA; }

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

This div background color is #CDD5DA.


Border color

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

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

This div border color is #CDD5DA.


Opacity

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

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

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

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

This text has shadow with #CDD5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD5DA on black background.


Color preview on white background

This text has color #CDD5DA on white background.



Black color preview on #CDD5DA background

This text has black color on #CDD5DA background.


White color preview on #CDD5DA background

This text has white color on #CDD5DA background.