COLOR #CDD6DB

HEX: #CDD6DB
RGB: (205,214,219)

Color info

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

RGB color model

#CDD6DB color RGB value is (205,214,219).

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

RGB channels and saturation

R 205 of 255 = 80%
G 214 of 255 = 84%
B 219 of 255 = 86%

205
214
219

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

Portions of RGB colors in percentages

R + G + B =
205 + 214 + 219 = 638 (100%)
R 205 of 638 ~ 32.13%
G 214 of 638 ~ 33.54%
B 219 of 638 ~ 34.33%

%32.13
%33.54
%34.33

CMYK color model

#CDD6DB color CMYK value is (6,2,0,14).

  • cyan value is 6.39%
  • magenta value is 2.28%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(6,2,0,14)
C6M2Y0K14 
(6%,2%,0%,14%)
(0.06/0.02/0.00/0.14)	

CMYK percentages

%6.39
%2.28
%0
%14.12

Codes

Color #CDD6DB in popluar color models

CDD6DB
RGB205214219
HSL201°16.28%83.14%
HSB/HSV201°6.39%85.88%
CMYK6.39%2.28%0.00%
14.12%

Color #CDD6DB in popluar number systems.

HEXCDD6DB
Decimal205214219
Binary110011011101011011011011
Octal315326333

Shades and tints

Shades of #CDD6DB

#CDD6DB
(205,214,219)
#BBC3C8
(187,195,200)
#A9B0B5
(169,176,181)
#979DA2
(151,157,162)
#858A8F
(133,138,143)
#73777C
(115,119,124)
#616469
(97,100,105)
#4F5156
(79,81,86)
#3D3E43
(61,62,67)
#2B2B30
(43,43,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #CDD6DB

#CDD6DB
(205,214,219)
#D1D9DE
(209,217,222)
#D5DCE1
(213,220,225)
#D9DFE4
(217,223,228)
#DDE2E7
(221,226,231)
#E1E5EA
(225,229,234)
#E5E8ED
(229,232,237)
#E9EBF0
(233,235,240)
#EDEEF3
(237,238,243)
#F1F1F6
(241,241,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD6DB; }

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

This text font color is #CDD6DB.


Background Color

.myBgColor { background-color: #CDD6DB; }

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

This div background color is #CDD6DB.


Border color

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

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

This div border color is #CDD6DB.


Opacity

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

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

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

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

This text has shadow with #CDD6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD6DB on black background.


Color preview on white background

This text has color #CDD6DB on white background.



Black color preview on #CDD6DB background

This text has black color on #CDD6DB background.


White color preview on #CDD6DB background

This text has white color on #CDD6DB background.